-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PRU driver #366
Comments
I'm currently not using the PRUs and haven't for years. They definitely did work with My memory is that there were two ways of interacting with the PRU. One is via UIO and the other is via RPROC. You found the RPROC way. The UIO way is to use I don't know if UIO is even viable for the PRUs these days, but if it is, I think it will work. I think that there are Linux device drivers that need to be enabled to support the |
Thank you for the response! Here's the output of
The default configuration doesn't have UIO: |
As stated in the
provisioning.conf
,uboot_overlay_pru
is currently broken due to changes in the kernel.However, it works fine in BeagleBoard's latest distro,
AM335x 11.7 2023-09-02 4GB microSD IoT
, which also uses kernel 5.10.Here's my uEnv.txt:
The system starts up and it's possible to load a new firmware onto the PRU.
A similar config in Nerves breaks the system:
Perhaps, it's necessary to use a different version of
AM335X-PRU-RPROC-4-19-TI-00A0.dtbo
?Unfortunately, I'm not familiar with the topic enough to contribute anything else.
The text was updated successfully, but these errors were encountered: