Skip to content

ALVEO U280 is not detected by PYNQ #24

@SPala121

Description

@SPala121

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions