Hi ! I try to rebuild the base overlay to use the HDMI module.
After I rebuilt the overlay and started to test it on jupyter notebook, I got the following error.
I had never seen this error when I using rebuilt base overlay of pynq-z2. I’m wondering whether there are additional settings required to run the HDMI on ZCU104?
1 Like
The base overlay has its own driver to initialize the necessary components. In this case you need to initialize the clocks associated to HDMI. That’s the reason why the base overlay is downloaded with the BaseOverlay
object.
If you want to use the Overlay
object, you need to initialize the clocks
Mario
2 Likes
OK! Thank for your reply!
1 Like