U-boot for Banana Pi

TooMeeK Admin maps at toomeek.waw.pl
Sun Aug 17 17:28:40 UTC 2014


If I take u-boot-sunxi from:
git clone https://github.com/linux-sunxi/u-boot-sunxi.git

Make it:
cd u-boot-sunxi
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- HOSTCC=cc 
USE_PRIVATE_LIBGCC=yes clean
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- HOSTCC=cc 
USE_PRIVATE_LIBGCC=yes Bananapi_config
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- HOSTCC=cc USE_PRIVATE_LIBGCC=yes

And then make bootable SD image (after adding partitions, copying kernel 
etc..)
dd if=/usr/src/u-boot-sunxi/spl/sunxi-spl.bin conv=notrunc of=banana.img 
bs=1024 seek=8
dd if=/usr/src/u-boot-sunxi/u-boot.bin conv=notrunc of=banana.img 
bs=1024 seek=32

It ends with:
U-Boot SPL 2014.04-10704-gf625d1d (Aug 16 2014 - 23:44:23)
Board: Bananapi
DRAM: 1024 MiB
CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
spl: not an uImage at 1600
spl: not an uImage at 80
### ERROR ### Please RESET the board ###

Why these files for Cubieboard2 works and for Bananapi not?
Maybe I should try again with U-boot-sunxi from Lemaker's GIT?
Unfortunately, this is my last free day when I have time to investigate 
this issue..

Cheers,
TooMeeK


More information about the freebsd-arm mailing list