From owner-freebsd-arm@freebsd.org Thu Apr 14 05:51:11 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 0CB23B10B36 for ; Thu, 14 Apr 2016 05:51:11 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5E37146E for ; Thu, 14 Apr 2016 05:51:10 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id c4so97678909vkb.3 for ; Wed, 13 Apr 2016 22:51:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=32fvarMWsM2vj3l9Qu1gAkAXUegrJcFxqwPozL+kanw=; b=fmHvJBLhi0jgvGwwPVzGbbExK6I/7Frfqx9xk0CK090uLazPLc8OXJa1m1S78gVCuZ r58q3clcAD0FIe6o5o/w7GlsP01PPtbDQiamYtW4CRgUD14522X9mEuH5kkZqxL0rrk8 TF0hXbGjBJquGop6+k+zkYxbeJ3TWpKM+DMN4JCH1pAx1PVODMrsNtYH2RscxohT+uXX sat9p3YVk7zFBuqjO0dEckle7lNdit75CyMbxnqYgGUcOYJwoWlXCbunDt093Lx2V7/4 J/dDxNNk9AcbPIrF/wTX+W8NR71vU/B+S8L46tvblGkjumn/Ez9glD1ZzpRLAXIYYih5 Qd1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=32fvarMWsM2vj3l9Qu1gAkAXUegrJcFxqwPozL+kanw=; b=LHF56SrpI0oIjw9NTdC6Ua76TmzwSJh/6EbILWSlPJB6yu8F2kWgemgj4QKXbu55YM BT4ojKjJHEsV3ChO+HWrz16VbLQPHOIzS/HOvQoRpKwA2B2i/nOxblc20vrt43SxeGnK xDyhMk+WpI52vOdtfG/xsZvqzWt5ujIe3T/bpAbN+VsxBsmJn/iNkg6tl/xtYDAv/vtt 1XJm/xWSaR8GbI8DlD9Ix12bdRQI3U5pS3iQpSJf4ccXvTLrGF/VdqW/PcSNAzraAqKp InIZVC2Rrzwlr2vunBvk3tTTONVY6QaQfruY5NP/iyUIV2fA42zPbb/FMX+bq6SAmgO6 I2jw== X-Gm-Message-State: AOPr4FULANdziVBct+JsMRIo2VHT8oEsspLHtpdUHu2etNebZH8bcE0+w5DAqLOVF4BVJf3xqyPspe9J9HsYww== MIME-Version: 1.0 X-Received: by 10.31.45.143 with SMTP id t137mr6441650vkt.143.1460613069477; Wed, 13 Apr 2016 22:51:09 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Wed, 13 Apr 2016 22:51:09 -0700 (PDT) In-Reply-To: <20160414064405.202e4eef@zeta.dino.sk> References: <20160413232414.3a37907e@zeta.dino.sk> <20160414062820.7b907ba9@X220.alogt.com> <20160414064405.202e4eef@zeta.dino.sk> Date: Wed, 13 Apr 2016 22:51:09 -0700 Message-ID: Subject: Re: Orange Pi One From: Russell Haley To: Milan Obuch Cc: Erich Dollansky , freebsd-arm Content-Type: text/plain; charset=UTF-8 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: Thu, 14 Apr 2016 05:51:11 -0000 On Wed, Apr 13, 2016 at 9:44 PM, Milan Obuch wrote: > On Thu, 14 Apr 2016 06:28:20 +0800 > Erich Dollansky wrote: > >> 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 > > Well, I am going to investigate /sysutils/u-boot-* ports for some > guidance - I think this should be a bit easier for me and, probably, > helpfull a bit for others if I succeed. Basically you are right - this > board uses u-boot, so I need to learn a bit more about it. The cubieboard (Allwinner) u-boot seems to use the mainline denx code with some significant patches. The cubieboard2 just references the original cubieboard. Russ