-
Notifications
You must be signed in to change notification settings - Fork 64
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
newinst hm2_soc_ol hm2-socfpga0 already_programmed=1 -- config="num_pwmgens=1 num_stepgens=4" failed: -1 - Operation not permitted #326
Comments
gives following:
/var/log/hal.log:
|
So It seems that the culprit is somewhere in the FZ3's vivado design. Most noticeable is this much needed new debug message:
|
OK by slogging through the ultra96 setup stuff I finally found out the issue was related to petalinux's mysterial ways of how to generate device tree entries. Culprit was the hm2-socfpga0 devicetree entry being obscured by some automated dts generation. Good news is that I now also have a working mksocfpga petalinux bsp for the ultra96's. These bsp's are used to generate the: |
An initial placeholder for implementing a uio search for hm2-socfpga0 string in driver name across all uio deviceslike:
This problem presents itself as following:
The same function that works fine on my ultra96v1 which only has 1 uio port (/dev/uio0) gives this error
on my upcomming fz3 soc board that has 5 uio ports (hm2_socfpga0 port is /dev/uio4)
The text was updated successfully, but these errors were encountered: