diff options
Diffstat (limited to 'board/cubietech/cubieboard/boot.cmd')
-rw-r--r-- | board/cubietech/cubieboard/boot.cmd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/cubietech/cubieboard/boot.cmd b/board/cubietech/cubieboard/boot.cmd new file mode 100644 index 000000000..849ed0071 --- /dev/null +++ b/board/cubietech/cubieboard/boot.cmd @@ -0,0 +1,4 @@ +setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra} +fatload mmc 0 0x43000000 script.bin +fatload mmc 0 0x48000000 uImage +bootm 0x48000000 |