Beagleboard Hacking Session Take 2
Make baseimage:
———————
follow instruction:
http://www.angstrom-distribution.org/demo/beagleboard
– make partitions (mkcard.txt)
– copy over MLO and uboot
– untar ext filesystem
– copy over uImage (g-ether to fix OTG crash)
start and burn to nand:
mmcinit mmc init fatload mmc 082000000 MLO nand unlock nand ecc hw nandecc hw nand erase 0 80000 nand write 82000000 0 20000 nand write 82000000 20000 20000 nand write 82000000 40000 20000 nand write 82000000 60000 20000 fatload mmc 0 0x80200000 u-boot.bin nand unlock nand ecc sw nandecc sw nand erase 80000 160000 nand write 0x80200000 80000 160000
Fix Networking:
——————-