Hello PYNQ-Community,
I want to try linux driver development on a PYNQ-Z1 and on precompiled PYNQ images.
If you need an example project, I have tried this simple tutorial:
However, it appears that the precompiled PYNQ images do not come with Linux Kernel headers or only with incomplete Kernel headers.
I have tried different PYNQ image versions (1.4, 2.0, 2.1 and the newest 3.0.1) from
but get always a different error (i.e. missing file or compile error), depending on the actual PYNQ image.
Thus, my question is: How do I get the kernel headers for different PYNQ releases (and this includes also older PYNQ images like PYNQ 1.4)?
Thank you for your time