PYNQ version 3.0.1 and 2.7.0 & ZUC111 & Vivado 2023.2
Hi All, I’m just trying to get started with PYNQ. I managed to get the PYNQ running on my ZCU111 board and trying to run the Jupyter notebooks that come with the respective PYNQ images. The basic notebooks containing pythin has no issue. However, when I try to run the following command
import os, warnings
from pynq import PL
from pynq import Overlay
if not os.path.exists(PL.bitfile_name):
warnings.warn('There is no overlay loaded after boot.', UserWarning)
I get the following error
:6: UserWarning: There is no overlay loaded after boot.
warnings.warn(‘There is no overlay loaded after boot.’, UserWarning)
Now if I run the following commands
from pynq.overlays.base import BaseOverlay
overlay = BaseOverlay("base.bit")
I get the following error
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from pynq.overlays.base import BaseOverlay
2 overlay = BaseOverlay(“base.bit”)
ModuleNotFoundError: No module named ‘pynq.overlays.base’
I checked and I couldn’t dine any "base.bit " file within the linux directory structure yet alone within home/xilinx. I expected that ‘base.bit’ should be included in the PYNQ image for the respective board.
I really appriaicte if anyone can guide me how to get base.bit and other supported