Tool/software: Linux
Hi all:
My AM4379 customer board no information is exported from the serial port when run pre-built TI-SDK kernle image. My TI- SDK version is I the latest version.
So I debugged the SPL with the emulator. Load u-boot-spl.bi to Address 0x402F4000. Is this load address right? The following diagram:
I found that SPL was hung up after "bl main" was finished.The following diagram is the process of the program execution and the hanging location.
My AM4379 customer board no EMMC device and eprom is used,DDR3 RAM and NAND FLASH is 512M. Besides this, the circuit and the TI-AM4379-EVM are almost the same.
However, in my understanding, the SPL runtime is just a very simple configuration for CPU, and the program runs in RAM, so there is little difference from the peripherals. So I wonder why our board boot SPL won't succeed. Please give me some advice from the expert. Thank you very much.