mirror of https://github.com/parazyd/arm-sdk.git
fixes to bananapi boot.cmd
This commit is contained in:
parent
6ce703ee23
commit
c50238f063
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue