From owner-freebsd-arm@FreeBSD.ORG Sat Aug 16 22:06:24 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C216509 for ; Sat, 16 Aug 2014 22:06:24 +0000 (UTC) Received: from poczta.toomeek.waw.pl (unknown [IPv6:2001:67c:232c:1000::fd9b:4fb4]) by mx1.freebsd.org (Postfix) with ESMTP id 29139219E for ; Sat, 16 Aug 2014 22:06:24 +0000 (UTC) Received: from [192.168.137.1] (dov125.neoplus.adsl.tpnet.pl [83.24.129.125]) by poczta.toomeek.waw.pl (Postfix) with ESMTPSA id 96F63C601DD for ; Sat, 16 Aug 2014 18:06:13 -0400 (EDT) Message-ID: <53EFD5D5.7010406@toomeek.waw.pl> Date: Sun, 17 Aug 2014 00:06:13 +0200 From: TooMeeK Admin User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: U-boot for Banana Pi References: <53EE0F93.6060407@toomeek.waw.pl> <53EE23B1.2020403@toomeek.waw.pl> <53EE402D.8000204@toomeek.waw.pl> <20140815214416.GJ60808@cicely7.cicely.de> <53EFCD6C.5000601@toomeek.waw.pl> In-Reply-To: <53EFCD6C.5000601@toomeek.waw.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (poczta.toomeek.waw.pl [0.0.0.0]); Sat, 16 Aug 2014 18:06:15 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.98.1 at a8d2ba546e X-Virus-Status: Clean X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 22:06:24 -0000 More device details under u-boot-sunxi-with-spl.bin fron Bananapi compilation: Command: echo "bdinfo; coninfo; fatinfo mmc 0:1; fatinfo mmc 0:2; flinfo; imls; mmcinfo; fatls mmc 0:1" > boot.cmd 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 U-Boot 2014.04-10704-gf625d1d (Aug 16 2014 - 23:44:23) Allwinner Technology CPU: Allwinner A20 (SUN7I) Board: Bananapi I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: dwmac.1c50000 Hit any key to stop autoboot: 2  1  0 reading uEnv.txt ** Unable to read file uEnv.txt ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** reading boot.scr 160 bytes read in 21 ms (6.8 KiB/s) Jumping to boot.scr ## Executing script at 44000000 arch_number = 0x000010BB boot_params = 0x40000100 DRAM bank = 0x00000000 -> start = 0x40000000 -> size = 0x40000000 eth0name = dwmac.1c50000 ethaddr = 02:50:07:83:05:61 current eth = dwmac.1c50000 ip_addr = baudrate = 115200 bps TLB addr = 0x7FFF0000 relocaddr = 0x7FF86000 reloc off = 0x35F86000 irq_sp = 0x7FB65EF0 sp start = 0x7FB65EE0 List of available devices: serial 80000003 SIO stdin stdout stderr eserial4 00000003 .IO eserial3 00000003 .IO eserial2 00000003 .IO eserial1 00000003 .IO eserial0 00000003 .IO Interface: MMC Device 0: Vendor: Man 000003 Snr c3de9500 Rev: 0.1 Prod: SU01G€ Type: Removable Hard Disk Capacity: 942.5 MB = 0.9 GB (1930240 x 512) Filesystem: FAT16 "NO_NAME " ** Unable to use mmc 0:2 for fatinfo ** Unknown command 'flinfo' - try 'help' Unknown command 'imls' - try 'help' Device: SUNXI SD/MMC Manufacturer ID: 3 OEM: 5344 Name: SU01G Tran Speed: 25000000 Rd Block Len: 512 SD version 2.0 High Capacity: No Capacity: 942.5 MiB Bus Width: 4-bit 4835460 kernel 160 boot.scr 2 file(s) Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** reading script.bin ** Unable to read file script.bin ** Failed to mount ext2 filesystem... ** Unrecognized filesystem type ** sun7i# These values match Cubieboard's 2 output. Cheers, TooMeeK