Other Parts Discussed in Thread: TDA4VL
Hi expers,
At present, the j721s2 board we are using can be started normally using the TI prebuilt ATF image (ti-processor-sdk-linux-j721s2-evm-08_00_03_59/board-support/prebuilt-images/bl31.bin),
However, the ATF compiled from the ATF source code in the SDK cannot be started.
cd ~/ti-processor-sdk-linux-j721s2-evm-08_00_03_59/board-support/trusted-firmware-a-2.5
It is found that the system is stuck when uboot R5 starts the ATF,
The log information is as follows:
1. TI prebuilt-images:(boot success)
U-Boot SPL 2021.01-dirty (Jun 08 2022 - 20:19:48 +0800)
Trying to boot from MMC2
2. trusted-firmware-a-2.5 built ATF:(boot failed)
U-Boot SPL 2021.01-dirty (Jun 08 2022 - 20:19:48 +0800)
The rproc_start (1) function is executed successfully, but the ATF does not print, and the system is stuck.
Is there any difference between the prebuilt ATF firmware and the ATF source code provided?
Regards,
Li quan