Hi together,
I have a strange problem working with the i.MX RT 1050 EVK. The kernel does not load properly - u-boot resets after loading the kernel.Only the message "Starting kernel" is printed.
=> printenv
arch=arm
baudrate=115200
board=imxrt1050-evk
board_name=imxrt1050-evk
bootcmd=setenv bootargs console=ttyLP0 root=/dev/mmcblk0p1 rw earlycon rootwait;load mmc 0:1 0x80800000 boot/imxrt1050-evk.dtb;load mmc 0:1 0x80000000 boot/zImage;bootz 0x80000000 - 0x80800000
bootdelay=2
cpu=armv7m
fdtcontroladdr=81da4240
soc=imxrt
stderr=vidconsole
stdin=serial
stdout=vidconsole
vendor=freescale
Environment size: 387/126972 bytes
The complete procedure is as follows:
=> reset
resetting ...
U-Boot SPL 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Trying to boot from MMC1
U-Boot 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Model: NXP IMXRT1050-evk board
DRAM: 32 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment
Loading Environment from nowhere... OK
In: serial
Out: vidconsole
Err: vidconsole
Net: No ethernet found.
Hit any key to stop autoboot: 0
4287 bytes read in 8 ms (522.5 KiB/s)
2217248 bytes read in 147 ms (14.4 MiB/s)
Kernel image @ 0x80000000 [ 0x000000 - 0x21d520 ]
## Flattened Device Tree blob at 80800000
Booting using the fdt blob at 0x80800000
Loading Device Tree to 81d9e000, end 81da20be ... OK
Starting kernel ...
U-Boot SPL 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Trying to boot from MMC1
U-Boot 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Model: NXP IMXRT1050-evk board
DRAM: 32 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment
Loading Environment from nowhere... OK
In: serial
Out: vidconsole
Err: vidconsole
Net: No ethernet found.
Hit any key to stop autoboot: 0
4287 bytes read in 8 ms (522.5 KiB/s)
2217248 bytes read in 148 ms (14.3 MiB/s)
Kernel image @ 0x80000000 [ 0x000000 - 0x21d520 ]
## Flattened Device Tree blob at 80800000
Booting using the fdt blob at 0x80800000
Loading Device Tree to 81d9e000, end 81da20be ... OK
Starting kernel ...
U-Boot SPL 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Trying to boot from MMC1
U-Boot 2021.10 (Mar 16 2022 - 15:59:06 +0100)
Model: NXP IMXRT1050-evk board
DRAM: 32 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment
Loading Environment from nowhere... OK
In: serial
Out: vidconsole
Err: vidconsole
Net: No ethernet found.
Hit any key to stop autoboot: 0
I experimented with uImage etc. But nothing is changing then. Any guesses?
Thank you in advance
Markus