[U-Boot] U-boot for Banana Pi

TooMeeK Admin maps at toomeek.waw.pl
Mon Aug 25 23:07:11 CEST 2014


Hello again,

successfully compiled U-boot-arm.git source under bare-metal Linux on 
Banana Pi itself (not FreeBSD 64-bit VM).
But still getting troubles at:

U-Boot SPL 2014.10-rc1 (Aug 26 2014 - 03:39:46)
DRAM: 1024 MiB
CPU: 960000000Hz, AXI/AHB/APB: 3/2/2

U-Boot 2014.10-rc1 (Aug 26 2014 - 03:39:46) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
I2C:   ready
DRAM:  1 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
SCSI:  SUNXI SCSI INIT
SATA link 0 timeout.
AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part ccc apst
Net:   dwmac.1c50000
sun7i#

Yes, I know I should type here:
fatload mmc 0 0x40200000 kernel; go 0x40200100
to load my FreeBSD 10.x kernel, however my serial console over J11 is 
read-only..

The only thing I don't uderstand why new loader ignores my boot.scr file?
Tried FAT16, FAT32..

To be clear:
#U-boot loader writing to image
dd if=/root/banana/u-boot-arm_git/u-boot-sunxi-with-spl.bin conv=notrunc 
of=banana.img bs=1024 seek=8
#mkimage tools used from Lemaker's git
echo "fatload mmc 0 0x40200000 kernel; go 0x40200100" > boot.cmd
/usr/src/u-boot-bananapi/tools/mkimage -C none -A arm -T script -d 
boot.cmd boot.scr
#but the same result for u-boot-arm.git tool

Best regards,
TooMeeK


More information about the U-Boot mailing list