From owner-freebsd-arm@freebsd.org Wed Apr 13 21:24:25 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 25A11B0FB25 for ; Wed, 13 Apr 2016 21:24:25 +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 A50511054 for ; Wed, 13 Apr 2016 21:24:23 +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; Wed, 13 Apr 2016 23:24:15 +0200 id 00130CDD.570EB8FF.000138B4 Date: Wed, 13 Apr 2016 23:24:14 +0200 From: Milan Obuch To: freebsd-arm@freebsd.org Subject: Orange Pi One Message-ID: <20160413232414.3a37907e@zeta.dino.sk> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 21:24:25 -0000 Hello, today I got this cheap board. After verifying it works with provided linux based image I am trying to put FreeBSD on it. I would like to understand boot process, but I did not find much info yet. Analysing image I see there are two partitions, first one being FAT despite gpart telling both partitions are linux-data... and it seems there are just two files important, script.bin and uImage in root directory. As both files are binary, there is nothing more to reveal from cursory view and I am going to look for more details on www.orangepi.org page, just would like to know if someone already did something. If yes, please let me know - I have no problem building kernel and userland binaries, but first I need to get a way to load kernel... Regards, Milan