Tool/software:
Hi TI,
We are working to implement SDL. While building the SDL library, the .xer5f files are generated. Instead of converting them to images, is it possible to load the generated .xer5f files using SPL?
Reference:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi TI,
We are working to implement SDL. While building the SDL library, the .xer5f files are generated. Instead of converting them to images, is it possible to load the generated .xer5f files using SPL?
Reference:
Hi,
Which boot mode are you using? Is there a specific reason you are loading via SPL?
Regards,
Josiitaa
Hi,
We are working on a project based on industrial safety, and we need to implement safety features on the TDA4VM.
We are using three cameras on Linux, with AI on the C66x and C71x. We need to use Linux+RTOS, but while using the SBL, it boots the A72 with HLOS.
Instead of building and using the SBL,Is it possible to boot the SDL .xer5f with SPL boot.
Is there any problem using the SDL with SPL?
Hi,
Is there any problem using the SDL with SPL?
SPL does not support remote core loading. So you will be unable to load the .xer5f images via SPL.
Regards,
Josiitaa
Hi,
The link below is a reference for loading using SPL/uBoot. Similarly, I can load the SDL:
Hi,
Yes, you can use U-boot to load the remote cores by loading the .xer5f images generated in the SDL/binary directory.
Regards,
Josiitaa
Hi,
Is there any internal will occurs while using the U-boot instead of SBL?
Is there any specific reason to load the SDL using the SBL?
Hi,
TI validates SDL only on the MCU R5F core. In case of u-boot loading the coers, DM is already running on the MCU R5F core. You could load the core using the SDL application, but that is not something we validate. SBL is faster than SPL as well.
Regards,
Josiitaa