On Tue, Apr 30, 2019 at 6:44 AM Gábor Bence Szemes <[email protected]> wrote: > > Hey :) > > I've run into the very same problem. > I created two partitions: > > smaller FAT: I copied the > > MLO (secondary bootloader) > u-boot.img on it > > Ext4: It contains the: > > the kernel and device tree under /boot > rootfs > > When I insert the SD card into my BBB and power it up while pressing S2, I > get the very same error message: > > "Loading Environment from EXT4... ** File not found /boot/uboot.env ** > > ** Unable to read "/boot/uboot.env" from mmc0:1 *" > > I don't really understand it. It looks like my bootloader on the first > partition didn't even get started. Furthermore it seems to look for a file > which I don't have (uboot.env). But even if I did have it, my /boot folder in > on the second partition, not on the first one... > > Did you manage to resolve it?
It's not an error.. /boot/uboot.env is an "environment" file, such that when you run "saveenv" that's where it would be located, but your using a different partition layout, so either patch u-boot or just ignore it.. Regards, -- Robert Nelson https://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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgMp7zNJEO5h4gB%3DfrA%2B5AYeLUAu37H9HosR6NsDFjpfQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
