You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to install the cv2pyq to pynq-z2 board, I encountered an error. It seems that the cv2pynq.hwh file is missing.
The details are shown in the following:
Traceback (most recent call last):
File "/home/xilinx/git/cv2pynq/setup.py", line 4, in
import cv2pynq
File "/home/xilinx/git/cv2pynq/cv2pynq/init.py", line 9, in
c = cv2pynq()
File "/home/xilinx/git/cv2pynq/cv2pynq/cv2pynq.py", line 26, in init
self.ol = Overlay(self.bitstream_path)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/overlay.py", line 319, in init
self.device.set_bitfile_name(self.bitfile_name)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/pl_server/device.py", line 118, in set_bitfile_name
self.parser = self.get_bitfile_metadata(self.bitfile_name)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/pl_server/embedded_device.py", line 692, in get_bitfile_metadata
raise RuntimeError("Unable to find metadata for bitstream")
RuntimeError: Unable to find metadata for bitstream
The text was updated successfully, but these errors were encountered:
When I tried to install the cv2pyq to pynq-z2 board, I encountered an error. It seems that the cv2pynq.hwh file is missing.
The details are shown in the following:
Traceback (most recent call last):
File "/home/xilinx/git/cv2pynq/setup.py", line 4, in
import cv2pynq
File "/home/xilinx/git/cv2pynq/cv2pynq/init.py", line 9, in
c = cv2pynq()
File "/home/xilinx/git/cv2pynq/cv2pynq/cv2pynq.py", line 26, in init
self.ol = Overlay(self.bitstream_path)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/overlay.py", line 319, in init
self.device.set_bitfile_name(self.bitfile_name)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/pl_server/device.py", line 118, in set_bitfile_name
self.parser = self.get_bitfile_metadata(self.bitfile_name)
File "/usr/local/share/pynq-venv/lib/python3.10/site-packages/pynq/pl_server/embedded_device.py", line 692, in get_bitfile_metadata
raise RuntimeError("Unable to find metadata for bitstream")
RuntimeError: Unable to find metadata for bitstream
The text was updated successfully, but these errors were encountered: