From 39f0b9a6ca0b1c52bb9a09cccaffe6d728855b9a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jan 2014 00:55:11 +0100 Subject: [PATCH] cubieboard2-uboot: add the bootcmd file (missed in previous). --- srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 srcpkgs/cubieboard2-uboot/files/cubieboard2.bootcmd 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