Я загружаю ядро (arm, cortexa15), и ядро зависает по адресу:
## Booting kernel from Legacy Image at 40007fc0 ...
Image Name: Linux-4.4.138-cip25-rt19-yocto-s
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5510400 Bytes = 5.3 MiB
Load Address: 40008000
Entry Point: 40008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 40f00000
Booting using the fdt blob at 0x40f00000
XIP Kernel Image ... OK
Loading Device Tree to 40ef1000, end 40effb37 ... OK
Starting kernel ...
Я попытался включить Earlyprintk, чтобы узнать, где застряло ядро.
CONF_PRINTK=y
CONF_EARLY_PRINTK=y
CONFIG_DEBUG_LL=y (low-level debug)
# CONFIG_DEBUG_ICEDCC is not set
и установите bootargs:
> setenv bootargs ${bootargs_base} earlyprintk
Но на консоли не выводится сообщение.Кто-нибудь может помочь?