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.

Linux: AM335x Boneblack start PRU from u-boot

Tool/software: Linux

Hi,

i have to start the PRU in 3 seconds. Is it possible to load the PRU Code and start it from u-boot??

regards

  • Hi Nico,

    If you're using a full linux OS on your BBB, then I don't think you can start the application from u-boot (I don't think this have been tested)...
    You can try using the go & bootm commands in u-boot environment (in am335x_evm.h) to run the PRU binary, but I am not sure if this won't mess with booting the kernel on a later stage.

    You could check the TI RTOS, which provides u-boot with the possibility to boot applications from it..

    Best Regards,
    Yordan