tfix to cubieboard2 boot.cmd - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit cce3b1654200f4cb8a18f4ad96517cea2745d288
DIR parent c50238f06339bd52999c0a0c6c6ab5c6be15f0cd
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 22 Apr 2016 12:59:24 +0200
fix to cubieboard2 boot.cmd
Diffstat:
M arm/scripts/cubieboard2.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/arm/scripts/cubieboard2.sh b/arm/scripts/cubieboard2.sh
t@@ -92,7 +92,7 @@ ${device_name}-build-kernel() {
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra} rw rootfstype=ext4 net.ifnames=0
fatload mmc 0 0x43000000 script.bin
fatload mmc 0 0x48000000 uImage
-fatload mmc 0 0x48000000 uImage
+bootm 0x48000000
EOF
notice "Creating u-boot script image..."