You can find mirrors for the above downloads at beagleboard.org as well.
Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.04.22.img.xz 393M
Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.05.09.img.xz 401M
Angstrom-systemd-image-eglibc-ipk-v2012.01-core-beaglebone.rootfs.tar.bz2 12M
MLO 0
MLO-beaglebone-2011.09+git 40K
archive 2.6G
md5sums 4.0K
mkcard.txt 4.0K
modules-3.2.14-r9a+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91-beaglebone.tgz 6.2M
modules.tgz 0
u-boot-beaglebone-2011.09+git-r27.img 236K
u-boot.img 0
uImage 0
uImage-3.2-r9a+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91-beaglebone-20120409100258.bin 3.1M
These short notes aim to help beginners get a working Angstrom system running on the BeagleBone.
$ sudo -s (type in your password) # zcat Angstrom-Cloud9-IDE-eglibc-ipk-v2011.10-core-beaglebone-r0.img.gz > /dev/sdX # exitOr for the img.xz:
$ sudo -s (type in your password) # xz -dkc Angstrom-Cloud9-IDE-eglibc-ipk-v2011.10-core-beaglebone-r0.img.xz > /dev/sdX # exit
$ sudo tar -xjv -C /media/rootfs -f /path/to/Angstrom-BeagleBone-demo-image*rootfs.tar.bz2This assumes that the SD card has the root filesystem (ext3) partition mounted as
/media/rootfs.Watch the serial port output. You should observe the following:
modprobe ftdi_sio vendor=0x0403 product=0xa6d0
Once you have a working Angstrom system you may want to connect it to:
Time to visit the Angstrom User Guide.
Angstrom is using OpenEmbedded as its buildsystem, to reproduce these binaries please follow the following steps:
git clone https://github.com/angstrom-distribution/setup-scripts cd setup-scripts ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh bitbake systemd-image
If you run into trouble please have a look at the standard build instructions.