Closed matwey closed 2 years ago
Hi,
While remoteproc
has been mainlined for a while, RPMSG
is still not in Linus' tree. The error you observe appears to be due to a missing patch.
Could you please test with Beagleboard kernel 5.10? Beagleboard kernels include latest Remoteproc and RPMSG from TI, so they should work. I think that RCN's test images already default to kernel 5.10. An alternative would be to flash an official Beagleboard image and update its kernel.
Regards, Dimitar
Sure, you are right.
Just for the record. The upstream kernel works fine with the following four patches: https://github.com/matwey/linux/commits/am335x_pru I've also slightly updated example to work with the upstream kernel: https://github.com/matwey/pru-software-support-package/commit/8eac9f3f87958a45908b672e5e319fb82d246262
Hello,
I am running upstream Linux kernel 5.19.2. gcc (and pru-gcc) versions are 12.1.1. gnuprumcu version is 0.8.0 My platform is Beagle Bone Black (AM335x) rev C
I would like to try
Hands_on_Labs/lab_5
. While it builds successfully, I cannot run it. I do the following:Then I see the following error in
dmesg
:This issue if for https://github.com/dinuxbg/pru-software-support-package Issues are disabled there.