beagleboard / am335x_pru_package

331 stars 181 forks source link

Migrate to remoteproc #49

Open jadonk opened 8 years ago

jadonk commented 8 years ago

All examples need to migrate to using the mainline kernel and remoteproc.

jadonk commented 6 years ago

Some first hints https://gist.github.com/jadonk/2ecf864e1b3f250bad82c0eae12b7b64

hzeller commented 6 years ago

That example ('first hints') uses a PRU c program though.

Is there already a simple way to use PRU-Assembler with the remoteproc stuff ?

VedantParanjape commented 4 years ago

I read up on remoteproc, so, there's the user API which provides rproc_boot function, so i should implement a similar function to boot the PRU device?