arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit c50238f06339bd52999c0a0c6c6ab5c6be15f0cd
parent 6ce703ee23dbdf5caa19431f13d19e9bbd8a8dc6
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 22 Apr 2016 11:08:50 +0200

fixes to bananapi boot.cmd

Diffstat:
Marm/scripts/bananapi.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arm/scripts/bananapi.sh b/arm/scripts/bananapi.sh @@ -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..."