From owner-freebsd-arm@FreeBSD.ORG Mon Jun 15 08:24:58 2015 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89D3DB42 for ; Mon, 15 Jun 2015 08:24:58 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (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 2414DE8C for ; Mon, 15 Jun 2015 08:24:58 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by wgv5 with SMTP id 5so62375191wgv.1 for ; Mon, 15 Jun 2015 01:24:56 -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:content-type:content-transfer-encoding; bh=GJue83arfxWEZfjljasU9U9VWCAifvr39fpmmY+9Q0E=; b=Am7cPUXqJZFGc0QtLwcZ3tCf2MUpRXXR+yLd8Y2+DRhJm03wuWLY4zUm2ZPC6KnCsa MnsCFYgEvMvzGpCiIXZMtaw3MNtmCbvEGeHAZTyQfrmzeWB3JYW6CmgNdv+vJkhp8/gl yBV/A6pblIkLi2pF80yO/A+f9+ExeH5WEk4JzVoPK5vL8WisB4eFsCBUH8gJHRZBYHol 2vurpRQDk5F0o3OWc8F0KBtt/pCiVme5C1nxlAlgrkOm2QaZ0TKxjZG8F/kAh+5iDVE3 sozjQ0M2v6gAnB0lyferIJ8+rvUC7NmWAHnklcnsoza1uigsZNhzsmx3SRfitaZT6ka+ S6Dg== MIME-Version: 1.0 X-Received: by 10.181.13.172 with SMTP id ez12mr28725148wid.91.1434356696595; Mon, 15 Jun 2015 01:24:56 -0700 (PDT) Received: by 10.194.61.169 with HTTP; Mon, 15 Jun 2015 01:24:56 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 Jun 2015 11:24:56 +0300 Message-ID: Subject: Re: Broken U-Boot packages? From: Andrey Fesenko To: Tim Kientzle Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 08:24:58 -0000 On Sun, Jun 14, 2015 at 9:20 PM, Tim Kientzle wrote: > Has anyone else had success building images with the U-Boot *packages*? > > I=E2=80=99m updating Crochet to use U-Boot from ports/packages for RPI an= d Beaglebone, but I get non-bootable images (generally with U-boot failing = to identify the disk partitioning) when I use the package. Here=E2=80=99s = what I=E2=80=99ve tried so far: > > * RPi built with U-Boot from package - non-bootable > * RPi built with U-Boot port compiled locally - works > * Beaglebone Black with U-Boot from package - non-bootable > > Today I hope to try booting an old white Beaglebone and building the u-bo= ot-beaglebone port locally to see if that follows the pattern. > > For the record, my ports tree is up-to-date and I=E2=80=99m installing th= e packages onto a recent FreeBSD-CURRENT amd64 VM via: > > $ pkg install sysutils/u-boot-rpi > I'm use for Beaglebone Black this patch's gvnn3 (6c0d681 and b4d7aba) https://github.com/gvnn3/crochet-freebsd/commits/