From owner-freebsd-arm@freebsd.org Thu Jul 2 12:35:52 2015 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 F408F9915FC for ; Thu, 2 Jul 2015 12:35:51 +0000 (UTC) (envelope-from andy.gervase@me.com) Received: from st13p15im-asmtp002.me.com (st13p15im-asmtp002.me.com [17.164.72.161]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA5F10B5; Thu, 2 Jul 2015 12:35:51 +0000 (UTC) (envelope-from andy.gervase@me.com) Received: from [192.168.0.108] (c-73-173-154-59.hsd1.md.comcast.net [73.173.154.59]) by st13p15im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NQU00HAPYVCBS20@st13p15im-asmtp002.me.com>; Thu, 02 Jul 2015 11:35:37 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-07-02_09:2015-07-02,2015-07-02,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1507020188 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Once Booted from MMC, eMMC not found From: Andrew Gervase In-reply-to: <20150702050634.GE45214@FreeBSD.org> Date: Thu, 02 Jul 2015 07:35:36 -0400 Cc: freebsd-arm@freebsd.org Content-transfer-encoding: quoted-printable Message-id: <462071B7-1D51-45CC-B69C-E59EA36DA729@me.com> References: <1435812471361-6022231.post@n5.nabble.com> <20150702050306.GD45214@FreeBSD.org> <20150702050634.GE45214@FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.2098) 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: Thu, 02 Jul 2015 12:35:52 -0000 Thank you for your reply, Glen: To me, the script is optional. All it = does is partition and newfs a slice on mmc1, and then copies everything = via tar from mmc0 to mmc1. =20 My problem is, mmc1 doesn=E2=80=99t exist once the kernel loads. I was = wondering if there is a module that needs to be loaded or compiled into = the kernel to make sure the eMMC (mmc1) is recognized. =20 Andy ideas? =E2=80=94Andy > On Jul 2, 2015, at 01:06, Glen Barber wrote: >=20 > On Thu, Jul 02, 2015 at 05:03:06AM +0000, Glen Barber wrote: >> On Wed, Jul 01, 2015 at 09:47:51PM -0700, agervase wrote: >>> I was finally able to get my Beaglebone Black to boot from FreeBSD >>> 10.1-RELEASE, however the copy-to-emmc.sh script fails because mmc1 = is not >>> found. I'd very much like my BBB to boot automatically, preferably = from the >>> eMMC, however I'll take what I can! >>>=20 >>> Please forgive me in advance if this question has already been = addressed, as >>> my searches have yielded nothing helpful thus far. >>>=20 >>> My greatest appreciation in advance, >>=20 >> Please wait until next week when several changes/fixes are committed = to >> the stable/10 branch that can help with this. >>=20 >> Unless you do not have a particular reason to run 10-STABLE, you can = try >> the 11-CURRENT snapshots. See the mailing list archives for >> freebsd-snapshots@ for details. >>=20 >=20 > Bah, actually I think what I suggested is orthogonal to your issue, > since I just realized you mentioned a script I am unaware of. >=20 > Sorry for any confusion. >=20 > Glen >=20