From owner-freebsd-arm@freebsd.org Wed May 2 12:54:13 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF0F3FA8C59 for ; Wed, 2 May 2018 12:54:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7ED70BC1 for ; Wed, 2 May 2018 12:54:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 20219FA8C57; Wed, 2 May 2018 12:54:12 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D817FA8C56 for ; Wed, 2 May 2018 12:54:12 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92BF070BA0 for ; Wed, 2 May 2018 12:54:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from imac.bk.cs.huji.ac.il ([132.65.179.42]) by kabab.cs.huji.ac.il with esmtp id 1fDrGn-0000Gw-9X; Wed, 02 May 2018 15:54:05 +0300 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: allwinner h5/nanopi-neo2 anyone? From: Daniel Braniss In-Reply-To: Date: Wed, 2 May 2018 15:54:05 +0300 Cc: "freebsd-arm@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <8A67CAD7-00D6-45DF-B9D7-4ED282167BE9@cs.huji.ac.il> References: <01D543AD-B433-4464-84F2-E776F436DB0D@cs.huji.ac.il> <20180502075932.af91c898f72180b288040cd2@bidouilliste.com> <9C2B4C3A-B8F9-4B9D-AA99-F7568D6E64CE@cs.huji.ac.il> <62AC68D6-5D6E-43C4-875E-2922DBE78533@cs.huji.ac.il> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3445.6.18) 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: Wed, 02 May 2018 12:54:13 -0000 > On 2 May 2018, at 15:09, Emmanuel Vadot wrote: >=20 > On 2018-05-02 10:48, Daniel Braniss wrote: >>> On 2 May 2018, at 09:10, Daniel Braniss wrote: >>> On 2 May 2018, at 08:59, Emmanuel Vadot >>> wrote: >>> On Mon, 30 Apr 2018 11:10:44 +0300 >>> Daniel Braniss wrote: >>> Hi, >>> I just got one (actually 2) of these, any hints as to how I can run >>> FreeBSD on it? >>> it?s a H5 allwinner. >>> thanks, >>> danny >>> _______________________________________________ >>> freebsd-arm@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm [1] >>> To unsubscribe, send any mail to >>> "freebsd-arm-unsubscribe@freebsd.org" >>> Hi, >>> I have one too I think, it's just a matter of doing a u-boot ports >>> for >>> it, you can take the pine64 or orangepi-pc2 as example. >>> Then just take the latest snapshot and overwrite u-boot or roll you >>> own sdcard image. >> great, ill give it a spin. >> thanks, >> danny >> his is what I did: >> used crochet to build an image based on pine64. >> installed u-boot-orangepi-pc2 instead of pin64 >> and success! >> FreeBSD booted! >> cheers, >> danny >=20 > That's really wrong, you are using wrong data to initialize the board = and also passing wrong dtb to the kernel. > It worked because both boards are using the same kind of dram (and at = the same speed). you are correct, on the other hand, the pine64 u-boot did nothing, this = one at least seems to work, even the ethernet, though there are several things missing, like there = is no real/available memory message. Also, this u-boot is booting efi, and the treatment of the dtb is new to = me :-( So, is there a u-boot for this board or should I use the one from = linux/debian? cheers, danny >=20 >>>> Cheers, >>>> -- >>>> Emmanuel Vadot >>> _______________________________________________ >>> freebsd-arm@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-arm [1] >>> To unsubscribe, send any mail to >>> "freebsd-arm-unsubscribe@freebsd.org" >> Links: >> ------ >> [1] https://lists.freebsd.org/mailman/listinfo/freebsd-arm >=20 > --=20 > Emmanuel Vadot