MODULE: Colibri iMX6ULL 512MB
BOARD : Custom Board(Our Original Board)
Hi, I’m using U-Boot this environment.
Basically Boot process is succeeded and start kernel and application.
However sometimes U-Boot freeze and console log stop. Please check below attached fail and normal console logs.
Could you advise me what happen this fail case?
---------------------failed case-------------------
U-Boot 2016.11 (Dec 17 2021 - 12:16:01 +0900)
DRAM: 512 MiB
NAND: nand_flash_detect_onfi: writesize2048
512 MiB
MMC: FSL_SDHC: 0
Video: 640x480x18
----------freeze and no console log anymore----------
------------------normal case-------------------
U-Boot 2016.11 (Dec 17 2021 - 12:16:01 +0900)
DRAM: 512 MiB
NAND: nand_flash_detect_onfi: writesize2048
512 MiB
MMC: FSL_SDHC: 0
Video: 640x480x18
In: serial
Out: serial
Err: serial
Model: Toradex Colibri iMX6ULL 512MB Wi-Fi / Bluetooth IT V1.1A, Serial# 06964888
Autoboot in 0 seconds
Booting from NAND…
No size specified → Using max size (3649232)
Read 3649232 bytes from volume kernel to 81000000
No size specified → Using max size (37393)
Read 37393 bytes from volume dtb to 82000000
Kernel image @ 0x81000000 [ 0x000000 - 0x37aed0 ]
Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Using Device Tree in place at 82000000, end 8200c210
Updating MTD partitions…
Starting kernel …
start kernel entry
------------------normal case can start kernel-----------