[android] mang64 ramdisk boot argument(u-boot)
임베디드/Android 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
'임베디드 > Android' 카테고리의 다른 글
[android] 화면에 fps 수치 표시하기 (0) | 2011.03.25 |
---|---|
[android][error] /dev/pmem, libhgl.so 에러 (0) | 2011.03.22 |
[android][error] BatteryService 패치 (0) | 2011.03.22 |
[android][error] power.c 패치 (0) | 2011.03.22 |
[android][error] can't find any keycharmaps & can't open keycharmaps file (0) | 2011.03.22 |