Comment 1 for bug 1082681

Revision history for this message
vishal (vishalbhoj) wrote :

Once you power up the snowball board, run these commands from u-boot:

set bootargs "console=ttyAMA2,115200n8 rootwait ro earlyprintk mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M mem=22M@360M mem_issw=1M@383M mem=640M@384M vmalloc=500M init=/init androidboot.console=ttyAMA2"
set bootcmd "fatload mmc 1:1 0x00100000 uImage; fatload mmc 1:1 0x05000000 uInitrd; bootm 0x00100000 0x05000000 "
boot