From owner-freebsd-arm@freebsd.org Sat Jan 14 21:42:33 2017 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 1C360CAF333 for ; Sat, 14 Jan 2017 21:42:33 +0000 (UTC) (envelope-from aggaz@paranoici.org) Received: from fragranza.investici.org (fragranza.investici.org [IPv6:2a00:1dc0:2479::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.autistici.org", Issuer "Autistici/Inventati Certification Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D1A0E196C for ; Sat, 14 Jan 2017 21:42:32 +0000 (UTC) (envelope-from aggaz@paranoici.org) Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: aggaz@paranoici.org) by localhost (Postfix) with ESMTPSA id 425992C0136 for ; Sat, 14 Jan 2017 21:42:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paranoici.org; s=stigmate; t=1484430149; bh=Wk6mAKqd6lOuJPCyKxCExgxETxg+QhOjdxDH061xPzE=; h=To:From:Subject:Date; b=p/tzJYQ2xVsIuddZOHazxlWeJtzPIYMJHaSn6KSDygzQUPpmg+RiK+Rc7tkpra2yg iNC811N9LSmwOo3BufsDP+J/pH8S0UrSQiF7q4LS9mC35ABp6U34dAXDtsPkNr+S1q MgCfMt/3xYkcypdO8jU3mQ9pTPrC/4pr/SBCBps8= To: freebsd-arm@FreeBSD.org From: aggaz Subject: Orange Pi One: Build image with crochet Message-ID: <70cf8775-fdfa-b79e-70f1-4fb2914017ce@paranoici.org> Date: Sat, 14 Jan 2017 22:42:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 21:42:33 -0000 Hello list, I would like to build an image for Orange Pi One (OPi1) using crochet tool. Crochet supports and has already config files for Orange Pi Plus 2 (OPi+2). Both OPi+2 and OPi1 share the same SoC (H3). So, in my understanding, the configuration for OPi+2 should work for OPi1 too... Am I right? Should I check something else before starting the build? I am confused by the fact that there is a U-boot port for OPi1 in the ports tree, but there is not one for OPi+2. At the same time crochet offers a configuration for OPi+2 but not for OPi1. So, basically I was thinking to take U-boot for OPi1 from ports, and use it with crochet config for OPi+2. Does it make sense to you? Am I missing something here? I am new with arm image building and u-boot configuration, and I am having an hard time trying to understand it, so, sorry if I am missing something obvious. A related question, do you know how much free space is required to build a minimal image with crochet? I only have 5Gb free... Best aggaz