Skip to content
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

ALVEO U280 is not detected by PYNQ #24

Open
SPala121 opened this issue Jun 23, 2022 · 1 comment
Open

ALVEO U280 is not detected by PYNQ #24

SPala121 opened this issue Jun 23, 2022 · 1 comment

Comments

@SPala121
Copy link

SPala121 commented Jun 23, 2022

I have ALVEO U280 connected with my system. I am able to launch kernels on U280 with opencl. But I am trying to work with PYNQ overlays. But PYNQ doesnot detect devices.

import pynq
pynq.Device.devices -->this line outputs [ ]

and
kernel = pynq.Overlay('vnx_basic_if0.xclbin', device=pynq.Device.devices[0]) ---this line raises following warning:

/home/settysha/anaconda3/lib/python3.9/site-packages/pynq/pl_server/device.py:79: UserWarning: No devices found, is the XRT environment sourced?
warnings.warn(

I have following versions of toolchain:
pynq- 2.7
XRT-2.14 (also I have sourced xrt)
Vitis-2021.2

@mariodruiz
Copy link
Collaborator

Hi @SPala121,

Can you try installing pynq 3.0.1?

Mario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants