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.
I am using AM5708 board and CortexA15_0 core.
I'd like to make an SD card for booting that fits above, but I have the following question.
I entered the following in Windows CMD when I made the SD card boot program for AM5728:
MulticoreImageGen.exe LE 55 C:\Users\app 0 C:\Users\rprc.rprc
The SBL User Guide TDA states:
When I create the SD card boot program for AM5708, I wonder which value should I put in the above sentence for LE (ENDIAN) and 55 (Dev Id).
I also want to know the location of the document with the corresponding information.
Hi,
You can refer to RTOS documentation in the links below:
MulticoreImageGen.exe LE 55 C:\Users\app 0 C:\Users\rprc.rprc
This command looks fine, except for A15_0 core Id should be 3 and not 0.
Regards,
Parth
Thank you for your answer.
I wonder why the core ID of Cortex A15_0 should be 3.
Is it in the manual?
Hi,
I wonder why the core ID of Cortex A15_0 should be 3.
Is it in the manual?
I am not able to find the relevant document, but generally you can always get the core id by launching the respective target configuration in CCS and manually counting starting from zero.
But what is your use case here? I just noticed that you are using AM5708, but I don't think RTOS SBL support is available for AM570x.
Regards,
Parth
I am using RTOS on AM5708.
The AM571x and AM570x Sitara Processor Technical Reference Manual (Rev. J) describes eMMC and SD Booting as follows:
link : https://www.ti.com/lit/ug/spruhz7j/spruhz7j.pdf
page : 7544/7686
If you look at the flow chart above, I think it will be possible to boot through the SD card.
In the case of AM570x series, is RTOS impossible to boot through SD card? If not, I wonder why.
Hi,
In the case of AM570x series, is RTOS impossible to boot through SD card?
Just got the confirmation. AM570x is not supported separately in SDK, but It should be compatible with AM571x supported in SDK.
So, what issue are you now with booting your board?
Regards,
Parth
You made a good point at the heart of the matter.
Your answer was very helpful to me. !
I have no further questions.
Thank you for your help.