Snowball Linaro Build 11.07 ---------------------------------------------------------------------- *NOTE**: To use this build, the board must come up to a uboot prompt at the *very least*. If this it not the case please refer to the igloocommunity.org site for instructions on how to 'riff' an image on the card. . wget http://releases.linaro.org/platform/linaro-n/android/11.07/leb-snowball/boot.tar.bz2 . wget http://releases.linaro.org/platform/linaro-n/android/11.07/leb-snowball/system.tar.bz2 . wget http://releases.linaro.org/platform/linaro-n/android/11.07/leb-snowball/userdata.tar.bz2 . bzr branch lp:linaro-image-tools . Insert SD card and note the assigned '/dev/sdXX' using 'dmesg'. . sudo linaro-image-tools/linaro-android-media-create --mmc /dev/sdXX --dev snowball_sd --align-boot-part --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2 . Insert the SD card and boot the board - *stop* on the uboot cmdline. The default bootcmd is currently not set properly, something that we are working on but can be rectified by typing the following: U8500 $ setenv bootcmd “setenv bootargs 'console=ttyAMA2,115200n8 vmalloc=256M root=/dev/ram rw rootwait ip=dhcp mem=128M@0 mali.mali_mem=32M@128M hwmem=168M@M160M mem=48M@328M mem_issw=1M@383M mem=640M@384M'; mmc rescan 1; fat load mmc 1:1 0x100000 /uImage; fat load mmc 1:1 0x5000000 /uInitrd; bootm 0x100000 0x5000000” U8500 $ saveenv U8500 $ run bootcmd # The card should now boot and will be doing so automatically from now on. If you have any problem join us at freenode IRC on #linaro-android channel – we'll be happy to help you. Have fun!