From owner-freebsd-arm@freebsd.org Sat Jun 18 09:29:38 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 8C497A78001 for ; Sat, 18 Jun 2016 09:29:38 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 293CC16E2 for ; Sat, 18 Jun 2016 09:29:37 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Sat, 18 Jun 2016 11:29:32 +0200 id 0037B4C6.5765147C.00005C23 Date: Sat, 18 Jun 2016 11:29:30 +0200 From: Milan Obuch To: Daniel Braniss Cc: Emmanuel Vadot , freeBSD-arm@freebsd.org Subject: Re: any progress with OrangePi Plus / AllWinner H3 ? Message-ID: <20160618112930.78b1866e@zeta.dino.sk> In-Reply-To: <2ACE6542-DBCA-41C4-AD89-28BE9104901B@cs.huji.ac.il> References: <0A7A3F1D-2853-4DA4-A8A1-52C38A6ED093@cs.huji.ac.il> <20160617090156.83824237d9b1ae564bb92088@bidouilliste.com> <487C9542-1397-4CB7-837C-CD724656A0F1@cs.huji.ac.il> <20160617114018.0e70ad81@zeta.dino.sk> <0F8AAA97-99E7-4378-B6AB-F81EF45EAAC5@cs.huji.ac.il> <20160617192745.45f8a18db251547d8a01e571@bidouilliste.com> <20160617195658.0dec9f7875228ba372dadbd3@bidouilliste.com> <20160618093545.1c360555@zeta.dino.sk> <20160618094514.a83fc993b93c120fb6e014f4@bidouilliste.com> <20160618100315.12478671@zeta.dino.sk> <20160618102338.eba15ac1d427a7d3687865d8@bidouilliste.com> <9B9FAC12-64AC-4947-899A-23160B241D51@cs.huji.ac.il> <20160618105918.f5b7766d9e63347798f2b3e9@bidouilliste.com> <2ACE6542-DBCA-41C4-AD89-28BE9104901B@cs.huji.ac.il> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 09:29:38 -0000 On Sat, 18 Jun 2016 12:17:27 +0300 Daniel Braniss wrote: > > On 18 Jun 2016, at 11:59 AM, Emmanuel Vadot > > wrote: > >=20 > > On Sat, 18 Jun 2016 11:55:23 +0300 > > Daniel Braniss wrote: > > =20 > >> I copied your DTB (where is the dts?) and now it boots fine! > >>=20 > >> any idea how to convince the boot (ubldr, u-boot) to load it from > >> the fat partition? thanks! > >> danny =20 > >=20 > > I don't know why would you want that. =20 > on the Raspberry PI, it=E2=80=99s set in a CONFIG.TXT file in > the msdos/fat partition, so it=E2=80=99s easy to load a different one > by just editing the file, which I can do easily on a mac, > since at the moment have no other option to burn an image. > I can(and do) mount the img on a unix machine, fix the file, then > copy it to a mac, burn, try, ... >=20 > danny >=20 As already noted, you could do it in u-boot environment. I am out of time now, but if you find not tha way to do it, I can try it for you on Monday. Milan