From owner-freebsd-arm@freebsd.org Mon Apr 11 12:02:55 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 11954B0AC61 for ; Mon, 11 Apr 2016 12:02:55 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "raven.bwct.de", Issuer "BWCT" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A40EA10A0 for ; Mon, 11 Apr 2016 12:02:53 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from mail.cicely.de ([10.1.1.37]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id u3BBcXs4044251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 11 Apr 2016 13:38:40 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by mail.cicely.de (8.14.5/8.14.4) with ESMTP id u3BBcR2n056278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Apr 2016 13:38:27 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.15.2/8.15.2) with ESMTP id u3BBcQf3025970; Mon, 11 Apr 2016 13:38:26 +0200 (CEST) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.15.2/8.15.2/Submit) id u3BBcOXY025969; Mon, 11 Apr 2016 13:38:24 +0200 (CEST) (envelope-from ticso) Date: Mon, 11 Apr 2016 13:38:24 +0200 From: Bernd Walter To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: Booting FreeBSD on BeagleBone Black from microSD by default Message-ID: <20160411113824.GI19796@cicely7.cicely.de> Reply-To: ticso@cicely.de References: <20160411040655.632D3406076@ip-64-139-1-69.sjc.megapath.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160411040655.632D3406076@ip-64-139-1-69.sjc.megapath.net> X-Operating-System: FreeBSD cicely7.cicely.de 10.2-RELEASE amd64 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED=-1, BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on spamd.cicely.de 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: Mon, 11 Apr 2016 12:02:55 -0000 On Sun, Apr 10, 2016 at 09:06:55PM -0700, Hal Murray wrote: > > Does anybody have the recipe for setting things up so that power on boots > from the microSD card without holding down the button? This is a hardware decision to try booting from eMMC first. The only thing you can do is removing the bootcode from the eMMC. The ROM code then falls back to the next boot option, which is the card slot. I usually dd /dev/zero on the eMMC for that. > I'm slightly surprised it isn't in the wiki. > > I'm pretty sure it will be simple after I know how to do it. Google found info on the idea, but I couldn't find the file that needs editing. It's off in uBoot land. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.