From mboxrd@z Thu Jan 1 00:00:00 1970 From: TooMeeK Admin Date: Mon, 25 Aug 2014 23:07:11 +0200 Subject: [U-Boot] U-boot for Banana Pi In-Reply-To: <1408653110.7363.12.camel@hellion.org.uk> References: <53F27EB9.3090805@toomeek.waw.pl> <53F4F4B1.5080200@toomeek.waw.pl> <1408653110.7363.12.camel@hellion.org.uk> Message-ID: <53FBA57F.9060105@toomeek.waw.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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