Hi,
I am trying out enable quad Ethernet daughter board which is expanded on top of carrier base board.
steps followed :
edit the uEnv.txt in boot partition of SD card with "names_overlays=quad-port-eth-exp.dtbo"
boot the board and end up with below error log.
U-Boot 2021.01-g62a9e51344 (May 02 2023 - 21:45:14 +0000)
SoC: J7200 SR2.0 GP
Model: Texas Instruments K3 J7200 SoC
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev A
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
620 bytes read in 2 ms (302.7 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
19655168 bytes read in 205 ms (91.4 MiB/s)
41354 bytes read in 3 ms (13.1 MiB/s)
3169 bytes read in 2 ms (1.5 MiB/s)
failed on fdt_overlay_apply(): FDT_ERR_NOTFOUND
base fdt does did not have a /__symbols__ node
make sure you've compiled with -@
ERROR: Did not find a cmdline Flattened Device Tree
Could not find a valid device tree
Could you please suggest how to load both dtb and dtbo so that firmware will pick both images and boot successfully .
Regards
Praveen