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?