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.
Hello TI Experts:
Our project needs to use the SDL function on SDK0802, it also needs to run the VisionApps .Our board's boot mode is SPL.
So, is it possible to use the functionality of SDL in this case? In addition, the SDL function must rely on the SBL boot mode?
Hi qian,
So, is it possible to use the functionality of SDL in this case? In addition, the SDL function must rely on the SBL boot mode?
You can use SDL functionality in the SPL boot flow but that require lot of effort like in SPL we dont have interrupt support , no parallel processing and most of the SDL functionality uses that so for interrupt you have to make use of interrupt register .
Without this parallel processing your boot time will also get increase fi you are adding lots of SDL functionality.
So suggested to go with the SBL boot flow .
What are the Modules you want to enable (BIST ,ECC)?
Regards
Diwakar