On Tue, Sep 2, 2014 at 8:22 PM, William Hermans <yyrk...@gmail.com> wrote:
>> /boot/uEnv.txt can be in any partition ( /dev/mmcblkXp1 -> /dev/mmcblkXp7*
>> )
>>
>> 7: is the usual max enabled by default for most normal mmc host
>> controllers in linux.
>>
> Regards,
>
> Right, I get that, but in the case of NFS rootfs, how is uboot supposed to
> know to look over an NFS share ?
>
> Right now, we have the main uEnv.txt file that resides where uboot.img, and
> MLO reside. This points to yet another( optional ? ) uEnv.txt for loading
> possibly common setenv variables. Will this just be hard coded to search
> /boot, no matter it's location ?

So as of right now, it'll search for these files in this order:

(microSD)

Partition: 1 (fat/extX)
/uEnv.txt
/boot.scr
/boot/boot.scr

Then it'll loop thru partition's: 1 -> 7:
/boot/uEnv.txt

(eMMC)

Partition: 1 (fat/extX)
/uEnv.txt
/boot.scr
/boot/boot.scr

Then it'll loop thru partition's: 1 -> 7:
/boot/uEnv.txt

I've left the logic for the first partition for compatibility sake.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to