From owner-freebsd-arm@freebsd.org Thu Sep 15 16:35:22 2016 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 850F1BDCF4C for ; Thu, 15 Sep 2016 16:35:22 +0000 (UTC) (envelope-from gabor@zahemszky.hu) Received: from smtp-5-out.integrity.hu (smtp-5-out.integrity.hu [212.52.165.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "intmail-smtp.integrity.hu", Issuer "StartCom Class 3 OV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A84A1BAC for ; Thu, 15 Sep 2016 16:35:20 +0000 (UTC) (envelope-from gabor@zahemszky.hu) Received: from webmail.integrity.hu (mail-fe-1.integrity.hu [10.1.64.120]) by mail-smtp.integrity.hu (Postfix) with ESMTPA id 1915040663 for ; Thu, 15 Sep 2016 18:35:06 +0200 (CEST) Received: from rdsRu+OWoNpsJs7Cp4aQcrtP9iChB93PJRWENSosOoLPsvxSxX8bSA== (756/Ua0RisI/0a2VfwyFtnCI7YBnY6Ia) by webmail.integrity.hu with HTTP (HTTP/1.1 POST); Thu, 15 Sep 2016 18:35:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 15 Sep 2016 18:35:06 +0200 From: gabor@zahemszky.hu To: freebsd-arm@freebsd.org Subject: Re: RPi2 with RedBear IoT pHat cannot boot In-Reply-To: <20160914113900.5320786.47379.11733@gmail.com> References: <20160914113900.5320786.47379.11733@gmail.com> Message-ID: <53760d65abcb76c0ee3acf5fe86ad603@zahemszky.hu> X-Sender: gabor@zahemszky.hu User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 16:35:22 -0000 Hi! The saga continues. Under Raspbian, I upgraded the pHAT's firmware from the factory default v0.2 to v0.3. After the FW-upgrade, under Raspbian, it works fine. But under FreeBSD, it got worse, as now it failed to boot at all. The actual message is: Net: Net Initialization Skipped No ethernet found. libfdt fdt_check_header(): FDT_ERR_BADMAGIC Hit any key to stop autoboot: 0 U-Boot> So there is another problem. > I don't know why your getting a dtb error but the modem on the phat is > similar or the same as the Bananapi Pro and is not currently > supported. Well, thats wrong. In the Banana Pro, we can find (from : http://www.lemaker.org/product-bananapro-specification.html ) AP6181 Wifi module. On the RedBear IoT pHAT (from : https://github.com/redbear/IoT_pHAT ) there is AP6212A Wireless with BCM43438 (Wifi + Bluetooth) module. (the same Broadcom BCM43438 is in the Pi3.) Thanks, Gábor