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.

PRU loading at boot time

Other Parts Discussed in Thread: OMAP-L138

Hi,

I'm aware of the Linux PRU loader but I'm actually looking for loading a PRU instruction set on an OMAP-L138 at boot time from UBL.
I have an instruction set assembled using PASM in form of a C array.

What is the best way to achieve memory transfer to PRU's Data RAM from UBL? Is it as simple as copying the array at address 0x01C30000
or should I need to use a serial protocol?