Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 18:24:40 -0600
From:      Ian Lepore <ian@FreeBSD.org>
To:        Tim Kientzle <kientzle@FreeBSD.org>
Cc:        FreeBSD ARM <freebsd-arm@FreeBSD.org>
Subject:   Re: BeagleBone/eMMC boot oddity
Message-ID:  <1398039880.1124.368.camel@revolution.hippie.lan>
In-Reply-To: <2CD725FF-B5D9-4207-BB88-642BE7B055FC@freebsd.org>
References:  <2CD725FF-B5D9-4207-BB88-642BE7B055FC@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2014-04-20 at 16:24 -0700, Tim Kientzle wrote:
> Trying to take advantage of eMMC booting and running into a snag.
> 
> I want to have a large SD card inserted for "extra storage"
> on a BeagleBone that boots and runs the system per se
> from eMMC.  (Idea is to use the BeagleBone as a web server
> where the actual content is stored on the separate SD
> card for easy updating.)
> 
> But when I try booting, I run into this problem:
> 
>   FreeBSD/armv6 U-Boot loader, Revision 1.2
>   (root@t, Sat Apr 12 14:38:27 PDT 2014)
> 
>   DRAM: 512MB
>   MMC Device 2 not found
>   MMC Device 3 not found
>   MMC Device 2 not found
>   Number of U-Boot devices: 3
>   U-Boot env: loaderdev not set, will probe all devices.
>   Found U-Boot device: disk
>     Probing all disk devices...
>     Checking unit=0 slice=<auto> partition=<auto>... good.
>   |
>   can't load 'kernel'
> 
> Basically, because unit=0 exists and has a FreeBSD partition,
> it seems that ubldr is never looking at unit 1 where the actual
> system is installed.
> 
> Any ideas?
> 
> Tim

In your u-boot environment set loaderdev=disk1

--Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1398039880.1124.368.camel>