Hello,
I am trying to load an Overlay file inside Jupyter Notebook. However I get this error: UserWarning: No devices found, is the XRT environment sourced? Please help me with where I am going wrong.
Steps I used for building custom PYNQ image for Zedboard:
For making the custom PYNQ image(version 2.7), I used Ubuntu 18.04 Virtualbox with Vivado, Vitis and Petalinux version 2020.2.
This is the Zedboard.spec file:
ARCH_Zedboard := arm
BSP_Zedboard := avnet-digilent-zedboard-v2020.2-final.bsp
STAGE4_PACKAGES_Zedboard := boot_leds ethernet pynq jupyter
I downloaded the BSP from the Xilinx Vivado website. Link
I generated the Zedboard pynq image inside sdbuild folder using
make PREBUILT=./focal.arm.2.7.0_2021_11_17.tar.gz BOARDS=Zedboard PYNQ_SDIST=./pynq-2.7.0.tar.gz
PYNQ_SDIST file was taken from here: link
Thanks