From owner-freebsd-arm@freebsd.org Sun Dec 10 05:49:56 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BC93E82FB5 for ; Sun, 10 Dec 2017 05:49:56 +0000 (UTC) (envelope-from qroxana@mail.ru) Received: from fallback.mail.ru (fallback8.mail.ru [94.100.181.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3212B64981 for ; Sun, 10 Dec 2017 05:49:55 +0000 (UTC) (envelope-from qroxana@mail.ru) Received: from [10.161.64.37] (port=42276 helo=smtp29.i.mail.ru) by fallback8.mail.ru with esmtp (envelope-from ) id 1eNuUk-0005WH-0W for freebsd-arm@freebsd.org; Sun, 10 Dec 2017 08:49:46 +0300 Received: by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1eNuUb-0002XB-3O for freebsd-arm@freebsd.org; Sun, 10 Dec 2017 08:49:38 +0300 Date: Sun, 10 Dec 2017 05:49:22 +0000 From: qroxana To: freebsd-arm@freebsd.org Subject: sun7i-a20-bananapi.dtb not working with ubldr.bin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: X-7FA49CB5: 0D63561A33F958A554416BAE6E88A547F7B38256612911C52CF83556E2A30540725E5C173C3A84C335DD0F8E7B9C57651000CD07F8E150DD42539A7722CA490CB5C8C57E37DE458B4C7702A67D5C3316FA3894348FB808DB3ED5D3630CBC9D05E5BFE6E7EFDEDCD789D4C264860C145E X-Mailru-Sender: 97D519DDE118A67C52373AD59D81B62A361BBB0B0A538F9C11A27FC7BDB2E1998818783B3234F3044B6F39675618FA1517AC0C720661B013D803E13C50B382548DBACFFC59A954823A6964F1EB0AED09430EE79FD2934EACEE82DB220F2CBC970D4ABDE8C577C2ED X-Mras: OK X-Mras: OK X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 05:49:56 -0000 Hi, I just tried to replaced the old ubldr with ubldr.bin, it's running 12.0-CURRENT r326523. Switching back to old ubldr it worked again. Found FreeBSD U-Boot Loader (bin) reading ubldr.bin 237276 bytes read in 34 ms (6.7 MiB/s) ## Starting application at 0x42000000 ... Consoles: U-Boot console Compatible U-Boot API signature found @0x7af36478 FreeBSD/armv7 U-Boot loader, Revision 1.2 (Tue Dec 5 10:31:41 UTC 2017 root@bpi) DRAM: 1024MB MMC Device 1 not found MMC Device 2 not found MMC Device 3 not found Number of U-Boot devices: 2 U-Boot env: loaderdev not set, will probe all devices. Found U-Boot device: disk Probing all disk devices... Checking unit=0 slice= partition=... good. Booting from disk0s2a: /boot/kernel/kernel text=0x7cfc10 data=0x7c71c+0x182ca4 syms=[0x4+0x94070+0x4+0xd78c4] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... /boot/dtb/sun7i-a20-bananapi.dtb size=0xe313 No valid device tree blob found! Thanks,