Part Number: PROCESSOR-SDK-J721S2
hi fellows
if I want to make mcu_r5 run in split mode, which register(s) I should change, and do you have any standard step I can take? thanks very much!
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.
Part Number: PROCESSOR-SDK-J721S2
hi fellows
if I want to make mcu_r5 run in split mode, which register(s) I should change, and do you have any standard step I can take? thanks very much!
Hi,
Can you please refer to below FAQ?
Regards,
Brijesh
hello Brijesh
Thanks for your answering, and I have another question.
I read some documents which mention that sbl is faster than spl. And I read something on sbl startup sequences, I really do not know what makes sbl faser than spl? what is the critical step in sbl making it faster? thanks!
Hi xin lei,
As i understand, SPL is using uboot/Linux framework based on dts files, which makes it slower. Whereas SBL is pure direct c-code, which makes it faster.
For details, i would request Keerthy J to help.
Regards,
Brijesh
Hi,
I read some documents which mention that sbl is faster than spl. And I read something on sbl startup sequences, I really do not know what makes sbl faser than spl? what is the critical step in sbl making it faster?
Multiple reasons that makes SBL faster than SPL:
- Keerthy