vp-build/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd

6 lines
290 B
Plaintext
Raw Normal View History

setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra}
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
bootm 0x48000000
setenv machid 0x00000f35