From owner-freebsd-arm@freebsd.org Wed Apr 13 22:28:34 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 24C83B0FE57 for ; Wed, 13 Apr 2016 22:28:34 +0000 (UTC) (envelope-from erich@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 034A419D9 for ; Wed, 13 Apr 2016 22:28:33 +0000 (UTC) (envelope-from erich@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=OpZoohFC7gaDhdm/0/NW8kFMrMYrnid00hWMx0TMtIk=; b=mtZHM48PYChKRVqa6QO/wK2/JW rvHW3jfPJC7VJW/m84vBBO8VOvKeYeaSLZ46XqBfpRalxhU/yXnz9mc91S6BX0olnxsteNTkpR8Dy WUd+QfK2JXtSHGarwAYa9XBD7LCRqC27JR7M64PHe/9bM42f12RTYCT0x/QQ9kaLJrOI=; Received: from [114.121.165.215] (port=61668 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1aqTGr-001jbG-SW; Wed, 13 Apr 2016 16:28:26 -0600 Date: Thu, 14 Apr 2016 06:28:20 +0800 From: Erich Dollansky To: Milan Obuch Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi One Message-ID: <20160414062820.7b907ba9@X220.alogt.com> In-Reply-To: <20160413232414.3a37907e@zeta.dino.sk> References: <20160413232414.3a37907e@zeta.dino.sk> Organization: ALO Green Technologies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erich@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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 22:28:34 -0000 Hi, On Wed, 13 Apr 2016 23:24:14 +0200 Milan Obuch wrote: > 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... > I think, all you want to know is u-boot. Sources for it are available. Just ask your search engine where to find it. Erich