U-Boot ignores uEnv.txt

Hello All,

I took latest U-Boot and created my own uEnv.txt so that it mounts RFS from NFS.
But is seems that it ignores uEnv.txt.

When I load the uEnv.txt manually as below:

load mmc 0:1 0x80800000 uEnv.txt
env import -t 0x80800000 459

then it works.

If I let u-boot run then below is the output

U-Boot 2021.10-rc1-00275-g3823315cbe (Aug 15 2021 - 09:42:20 +0100)

CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 512 MiB
WDT: Started with servicing (60s timeout)
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FATā€¦ OK
Net: eth2: ethernet@4a100000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1ā€¦
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
Scanning disk mmc@48060000.blkā€¦
Scanning disk mmc@481d8000.blkā€¦
** Unrecognized filesystem type **
Found 6 disks
No EFI system partition
BootOrder not defined
EFI boot manager: Cannot load any image
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1ā€¦
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
BootOrder not defined
EFI boot manager: Cannot load any image

Error: ā€œbootcmd_nand0ā€ not defined

starting USBā€¦
No working controllers found
USB is stopped. Please issue ā€˜usb startā€™ first.
starting USBā€¦
No working controllers found
link up on port 0, speed 100, full duplex

Please let me know what I am missing.

1 Like

A post was split to a new topic: BBBW regulator

Thatā€™s expected afterā€¦

Docs,

use

/extlinux/extlinux.conf
/boot/extlinux/extlinux.conf

Regards,