CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added console option by template. Updated scripts with this template and last Efikamx...
[bootloader.git] / devices / cubox / boot-mmcblk.script
CommitLineData
7752422d
JB
1setenv kernel uImage;
2setenv kerneladdr 0x16000000;
80122ac7 3setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootdelay=10 ro;
7752422d
JB
4${loadcmd} ${kerneladdr} ${kernel}
5if imi ${kerneladdr}; then
6 bootm ${kerneladdr}
7fi;