- PYNQ version : v3.0
- Board name : zedboard
- Ubuntu 20.04
- Vivado+Vitis 2022.1
BUILD STEPS:
- Build HDL to generate .xsa and bitstream files
- Create PetaLinux BSP
then export BSP file. - Build PYNQ
- Clone PYNQ and checkout at branch image_v2.4
- Prepare board folder, this is the ZedBoard-ADI.spec:
ARCH_ZedBoard-ADI := arm
BSP_ZedBoard-ADI := ZedBoard-ADI.bsp
BITSTREAM_ZedBoard-ADI := system_top.bit
STAGE4_PACKAGES_ZedBoard-ADI := ethernet - Prepare prebuilt image:
- Run make
make BOARDS=ZedBoard-ADI
ISSUE:
I checked the pl-delete-nodes.dtsi in the folder, it exactly exists many pl-delete-nodes.dtsi files, so i don’t know the reason why could not find the file.