diff --git a/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd new file mode 100644 index 00000000000..066d40e5b60 --- /dev/null +++ b/srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd @@ -0,0 +1,5 @@ +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