From owner-freebsd-arm@freebsd.org Wed Jun 29 04:14:13 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 51687B85A56 for ; Wed, 29 Jun 2016 04:14:13 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 214432BAD for ; Wed, 29 Jun 2016 04:14:12 +0000 (UTC) (envelope-from tim@kientzle.com) Received: by mail-pa0-x235.google.com with SMTP id hl6so12995301pac.2 for ; Tue, 28 Jun 2016 21:14:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kientzle-com.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zBpbGp8xeGBfqvQdqAmptKweA74tB+1GsqceGssdZ8E=; b=CL4DliGMfhqdSUwkiOtprIjW0ruGSw+R4ZylP2/KZij9LwLkKB9a5yP81nRkU1tFM0 EbAqupW9rdsEXCiS1xwQVFvxgBBS0f1Ndp0kkwGLEg+aum9GVgl3wMl0forwoT71cMX3 dWOawo8iwTpL41xRO5t+Q18m0W5senmnz5eEkE3bFIc3GTZ0ox1Rormg51S9X4lizy36 IrqZUdALK1zuGbRMegTcolYus1wAUXhVBW3s9kSMRIy9cZESX2JPIG6ssfWN2Np+T4A6 jJTAQqu3CqxayM+ZvT8LFPCv1g1E8tBTawzzWvcLrVe1AR0LH6Eoy8sHC5/csu/XnnRq L0WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zBpbGp8xeGBfqvQdqAmptKweA74tB+1GsqceGssdZ8E=; b=RRg/EWQfOFhSuJrPT0dk6aQitmVZj5mfOvpAZ8yLJf5+Vsiu/s/eucBxl8sh4p9/mU YszuDe6V0GZ4H0sOLCLIk9Xef0TzUWr6ad/aX0qqZvpVgyKkCuPNugL8YVjDe0GaU2CR xCT6P57AQ7eW9dfE0bfPT3JoU/vZeRJy6fI+VNdlXi5lN5Qj55sJ8OPcIMtA5jv4vx42 1RQutm3+MYvQsfsYGaciliEO04Oe5WvFmOCoSwgzQaleRckVM4gYvJ6CfUCPDKp9f/Xg +T5WIWv62/mXyG/jY22V3wGczpJZy6AcuNevXqJcV/ygSzYcIMsWhpr1CMXEU6BcgKsD o2Fg== X-Gm-Message-State: ALyK8tIPfXn98cXagSznWFsaSOQ6phRyowbyhDsH+RQn3cQURQMTFypR5XuIwuNNmrIXkg== X-Received: by 10.66.165.71 with SMTP id yw7mr8146120pab.8.1467173652385; Tue, 28 Jun 2016 21:14:12 -0700 (PDT) Received: from [192.168.1.104] (c-24-6-102-176.hsd1.ca.comcast.net. [24.6.102.176]) by smtp.gmail.com with ESMTPSA id d69sm1526277pfj.31.2016.06.28.21.14.11 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Jun 2016 21:14:11 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Booting FreeBSD on BeagleBone Black from microSD by default From: Tim Kientzle In-Reply-To: Date: Tue, 28 Jun 2016 21:14:12 -0700 Cc: Ian Lepore , freebsd-arm Content-Transfer-Encoding: quoted-printable Message-Id: <87D8B295-950F-4B9D-AF58-0455FC212087@kientzle.com> References: <20160413095534.B48EA406057@ip-64-139-1-69.sjc.megapath.net> <1460560419.52955.23.camel@freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 04:14:13 -0000 > On Jun 28, 2016, at 12:45 PM, Ed Maste wrote: >=20 > On 13 April 2016 at 11:13, Ian Lepore wrote: >> On Wed, 2016-04-13 at 02:55 -0700, Hal Murray wrote: >>>> gpart unset -a active -i 1 mmcsd1 >>>=20 >>> Many thanks. That's just what I was looking for. >>>=20 >>> It would make a good addition to the wiki. >>=20 >> Oh, that's a good idea (so I did it). >=20 > On a related note, do you know if it's possible for the stock uboot on > the eMMC to chain-load a new uboot from the SD card somehow (in order > to avoid needing to make any change to the eMMC image)? If I remember correctly, the uboot provided on the stock eMMC image was = configured to see if the SD card had a Linux kernel and load the kernel = from that if it was there. If the SD did not have a Linux kernel, it = would fall back to eMMC. Of course, if you=E2=80=99re willing to hold the boot switch, you can = boot from SD without changing the eMMC. Tim