Hello,
I have an custom board, based on am3892 TI processor. I'm trying to boot Linux via SD card, using Linux PSP Release 04.00.02.14.
I managed to load u-boot and trying load Linux following PSP User Guide. It seems like kernel image successfully loading from SD card to RAM, then decompressing and
starting boot kernel. But then process stucks. How do you think, what could be a reason of this issue? It seems like NAND doesn't work properly, is NAND valuable for booting Linux?
Terminal log:
TI8168_EVM#mmc rescan 0
raise: Signal # 8 caught
raise: Signal # 8 caught
TI8168_EVM#fatload mmc 0 0x81000000 uImage
reading uImage
2430892 bytes read
TI8168_EVM#
TI8168_EVM#bootm 0x81000000
## Booting kernel from Legacy Image at 81000000 ...
Image Name: Linux-2.6.37+
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2430828 Bytes = 2.3 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Best regards,
Anton