x210ii开发平台 nand flash与inand各操作系统启动参数设置 |
| | setenv bootargs "root=/dev/mtdblock4 rootfstype=yaffs2 init=/init console=ttySAC0,115200" setenv bootcmd "nand read C0008000 600000 400000;bootm C0008000" |
| setenv bootcmd "nand read C0008000 600000 400000;bootm C0008000" |
| setenv bootargs "root=/dev/mtdblock4 rw init=/linuxrc rootfstype=jffs2 console=ttySAC0,115200" setenv bootcmd "nand read C0008000 600000 500000; bootm C0008000" |
| |
| | setenv bootcmd "movi read kernel 30008000;bootm 30008000" |
| setenv bootcmd "movi read kernel 20008000;bootm 20008000" |
| setenv bootcmd "movi read kernel 30008000;bootm 30008000" setenv bootargs "console=ttySAC0,115200 root=/dev/mmcblk0p2 rw init=/linuxrc rootfstype=ext3" |
| |