Tool/software: Linux
As Am6548 is quad core processor . It also has 2 R5 Processor. Is it possible to boot TI RTOS on R5 and TI Linux on quad core in parallel. Is there any documentation for this. Thanks.
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: Linux
As Am6548 is quad core processor . It also has 2 R5 Processor. Is it possible to boot TI RTOS on R5 and TI Linux on quad core in parallel. Is there any documentation for this. Thanks.
Hi, thanks for your post.
The AM65x Boot Flow is documented here:
As you can see, the R5 gets put in reset by the current process. The SW could be changed to start another application, but we don't have any further documentation of this at this time. You would need to understand the existing code out there and use that as a reference at this point.
I hope this helps.
Thanks for your valuable input.
Does the current AM65XX IDK board supports hardware for parallel booting of 2 OS at the same time. like RTOS on R5 and Linux on A5 .
HW compatibility in the sense from RAM for both the controller.
Hello,
I don't know of any hw limitations that would prevent bringing up the A53 and the R5 in "parallel".
However, per the diagram referenced, you should make sure you understand the role of the DMSC and how it is currently architected. The SW changes may not be trivial.