On Nov 16, 2013 6:12 PM, <[email protected]> wrote: > > I cannot get angstrom to do anything. I attempted to update the chip with a micro scan disk card and the led's bounced around for hours instead of the 30-45 minutes the tutorial claimed.
I am going to guess you have a BBB since you are trying to update "the chip". It sounds like you are using a bootable image instead of a flasher image. I cannot login to > http://beaglebone.local Are you trying that address from the board or your computer? Below is my attempt at to install python on the board. Nothing. any hints this thing just does not work with anything. > Thanks > > login as: root > [email protected]'s password: The address tells me you are using USB Ethernet. Is your network connection from your computer share with the board? > root@beaglebone:~# cd ~ > root@beaglebone:~# su > root@beaglebone:~# opkg update > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/base/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/machine/beaglebone/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/debug/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/gstreamer/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/all/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/perl/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Downloading http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/python/Packages.gz . > wget: bad address 'feeds.angstrom-distribution.org' > Collected errors: > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/base/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/machine/beaglebone/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/debug/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/gstreamer/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/all/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/perl/Packages.gz, wget returned 1. > * opkg_download: Failed to download http://feeds.angstrom-distribution.org/feeds/v2012.12/ipk/eglibc/armv7a-vfp-neon/python/Packages.gz, wget returned 1. > root@beaglebone:~# okpg install python python-modules python-pyserial python-numpy python-setuptools python-misc python-pip git exit > sh: okpg: command not found > root@beaglebone:~# opkg install python python-modules python-pyserial python-numpy python-setuptools python-misc python-pip git exit > Package python-core (2.7.3-r0.3.6) installed in root is up to date. > Unknown package 'python-modules'. > Unknown package 'python-pyserial'. > Package python-numpy (1.4.1-r4.8) installed in root is up to date. > Unknown package 'python-setuptools'. > Package python-misc (2.7.3-r0.3.6) installed in root is up to date. > Unknown package 'python-pip'. > Package git (1.7.7-r2.8) installed in root is up to date. > Unknown package 'exit'. > Collected errors: > * opkg_install_cmd: Cannot install package python-modules. > * opkg_install_cmd: Cannot install package python-pyserial. > * opkg_install_cmd: Cannot install package python-setuptools. > * opkg_install_cmd: Cannot install package python-pip. > * opkg_install_cmd: Cannot install package exit. > root@beaglebone:~# su > root@beaglebone:~# ntpdate -b -s -u pool.ntp.org > Error resolving pool.ntp.org: Name or service not known (-2) > root@beaglebone:~# All of these failures suggest no internet connection. Try using an Ethernet cable for the connection. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
