임베디드/Android
[android] mang64 ramdisk boot argument(u-boot)
shellbt
2011. 3. 25. 17:34
Mango64 ramdisk nfs boot (u-boot argument)
setenv bootargs 'root=/dev/nfs rw nfsroot=192.168.10.101:/home/shellbt/source/ramdisks/mango64_rootfs ip=192.168.10.104:192.168.10.101:192.168.10.1:255.255.255.0::eth0:off console=ttySAC1,115200n81 ethaddr=00:40:5c:26:0a:5c'
nand read 0x50008000 0x40000 0x300000
bootm 0x50008000
setenv bootargs 'root=/dev/nfs rw nfsroot=192.168.10.101:/home/shellbt/source/ramdisks/mango64_rootfs ip=192.168.10.104:192.168.10.101:192.168.10.1:255.255.255.0::eth0:off console=ttySAC1,115200n81 ethaddr=00:40:5c:26:0a:5c'
nand read 0x50008000 0x40000 0x300000
bootm 0x50008000