VedantParanjape / simpPRU

Intuitive language for PRU which compiles down to PRU C
https://simppru.readthedocs.io/en/latest/
MIT License
67 stars 11 forks source link

Upgrade simpPRU to support the 5.10.x-ti kernel + gcc-pru 12 + TI PRU 6.0 #27

Open VedantParanjape opened 2 years ago

VedantParanjape commented 2 years ago

@VedantParanjape , if you rely on RPMSG, you also need to update the PRU firmware. For kernel 5.10 please check the recent commits in:

Originally posted by @dinuxbg in https://github.com/VedantParanjape/simpPRU/issues/25#issuecomment-1002421013

VedantParanjape commented 2 years ago

@VedantParanjape , to get the changes made for kernel 5.10:

$ git clone https://github.com/dinuxbg/pru-gcc-examples
$ git log origin/linux-4.19-rproc..origin/master

The only required change is this: https://github.com/dinuxbg/pru-gcc-examples/commit/e855710536740b5ef50bdfdcb5d5d4c52cff4367 .

Originally posted by @dinuxbg in https://github.com/VedantParanjape/simpPRU/issues/25#issuecomment-1002685791