mirror of https://github.com/parazyd/arm-sdk.git
fix to cubieboard2 boot.cmd
This commit is contained in:
parent
c50238f063
commit
cce3b16542
|
|
@ -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
|
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 0x43000000 script.bin
|
||||||
fatload mmc 0 0x48000000 uImage
|
fatload mmc 0 0x48000000 uImage
|
||||||
fatload mmc 0 0x48000000 uImage
|
bootm 0x48000000
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
notice "Creating u-boot script image..."
|
notice "Creating u-boot script image..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue