By using UUU tool images are successfully flashed onto imx8qxp board and rebooted the board, the auto-boot is interrupted by pressing key and given $ run xenmmcboot command in the boot environment. It accepted command loaded images but it bricked at starting kernel log are given below:
***************************************************************************************
U-Boot SPL 2020.04-5.4.24-2.1.0+g4979a99482f (Jun 24 2024 - 05:54:23 +0000)
Normal Boot
WDT: Not found!
Trying to boot from MMC2_2
Load image from MMC/SD 0x63c00
U-Boot 2020.04-5.4.24-2.1.0+g4979a99482f (Jun 24 2024 - 05:54:23 +0000)
CPU: NXP i.MX8QXP RevC A35 at 1200 MHz at 27C
Model: NXP i.MX8QXP MEK
Board: iMX8QXP MEK
BuildInfo:
- SCFW 4a1654e0, SECO-FW 376e3c15, IMX-MKIMAGE 6745ccdc, ATF b0a00f2
- U-Boot 2020.04-5.4.24-2.1.0+g4979a99482f
Boot: SD1
DRAM: 3 GiB
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50]
MMC: FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... Run CMD11 1.8V switch
*** Warning - bad CRC, using default environment
[*]-Video Link 0 (1280 x 720)
[0] dpu@56180000, video
[1] lvds-channel@0, display
[2] lvds-to-hdmi-bridge@4c, video_bridge
In: serial
Out: serial
Err: serial
Run CMD11 1.8V switch
switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Run CMD11 1.8V switch
Net:
Warning: ethernet@5b040000 using MAC address from ROM
eth0: ethernet@5b040000 [PRIME]
Warning: ethernet@5b050000 (eth1) using random MAC address - 22:51:60:0f:43:75
, eth1: ethernet@5b050000
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
Run CMD11 1.8V switch
switch to partitions #0, OK
mmc1 is current device
Run CMD11 1.8V switch
23163392 bytes read in 263 ms (84 MiB/s)
Booting from mmc ...
WARN: Cannot load the DT
=> run xenmmcboot
83664 bytes read in 17 ms (4.7 MiB/s)
23163392 bytes read in 263 ms (84 MiB/s)
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 0000000083000000, end 0000000083017fff
Disable gpt0@5d140000, resource id 207 not owned
Disable jr3@40000, resource id 502 not owned
/dma-controller@591F0000, 62224
/dma-controller@599F0000, 63112
/dma-controller@5a1f0000, 61348
/dma-controller@5a1f0000, 61348
Starting kernel ...
**********************************************************************************************
Also it showing "WARN: Cannot load the DT" during general Linux booting what could be the reason for this?