From owner-freebsd-arm@freebsd.org Tue Aug 2 10:48:44 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 407E8BAC4C8 for ; Tue, 2 Aug 2016 10:48:44 +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 D8E8819A5 for ; Tue, 2 Aug 2016 10:48:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1bUXFO-0000qr-1V; Tue, 02 Aug 2016 13:48:30 +0300 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Allwinner H3 - OrangePi Plus Status From: Daniel Braniss In-Reply-To: <64ad8272-a97f-e51f-19f1-d37e12c4e4bf@gmail.com> Date: Tue, 2 Aug 2016 13:48:29 +0300 Cc: freebsd-arm@freebsd.org Message-Id: References: <64ad8272-a97f-e51f-19f1-d37e12c4e4bf@gmail.com> To: mattia.rossi.mailinglists@gmail.com X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Tue, 02 Aug 2016 10:48:44 -0000 > On 2 Aug 2016, at 12:24, Mattia Rossi = wrote: >=20 > Hi all, >=20 > given that I have one of those things to play with, I wanted to ask = what the status is these days? >=20 > I figured that Ethernet support is working but just missing in U-Boot, = video seems not to work yet (but I don't care) and as usual WiFi is not = working, as there's no SDIO support. Is that correct? >=20 > What's the status for SATA? >=20 > And the most important question: >=20 > How do I build the image for an OrangePi right now? Do I need a = specific Fork off Github or do I build an Image from HEAD (12.0) or do I = need some additional Patches so that things work? >=20 > Can anyone give me a hint? >=20 this is what I did (this is very fresh and experimental) but got a = working image: - use the latest current(12). - u-boot from: https://github.com/evadot/u-boot-freebsd-port = mkdir=20 cp u-boot-orangepi-pc/*=20 cd u-boot-orangepi-plus apply patch: - build an ssd image: I=E2=80=99m attaching a wip. don=E2=80=99t just run it! - to cross compile: cd $current-source;=20 make TARGET_ARCH=3Darmv6 build world=20 make TARGET_ARCH=3Darmv6 DESTDIR=3D/mnt-root installworld make TARGET_ARCH=3Darmv6 KERNCONF=3DALLWINNER buildkernel make TARGET_ARCH=3Darmv6 KERNCONF=3DALLWINNER DESTDIR=3D/mnt-root = installkernel if you got here we are almost done :-) you will need an orangepi-plus.dtb > Thanks! >=20 > Mat >=20 >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"