Adding Beagleboard support - unfinished
[openwrt/staging/yousong.git] / target / linux / beagleboard / files / boot-mmc.cmd
1 echo -----------------------------
2 echo u-boot.cmd
3 echo Kernel: MMC0P1:uImage
4 echo RootFS: MMC0P2
5 echo VideoMode: 640x480@60
6 echo VideoSpec: omapfb:vram:2M,vram:4M
7 echo -----------------------------
8 setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rw rootwait nohz=off video=omapfb:vram:1M,vxres:640,vyres:480'
9 fatload mmc 0 83000000 uImage
10 bootm 83000000