Xilinx / DPU-PYNQ

DPU on PYNQ
Apache License 2.0
199 stars 68 forks source link

environement mismatch problem #100

Closed jimmy-adams closed 10 months ago

jimmy-adams commented 1 year ago

Hello Everyone!, When i tried to complie the board related stream with make board command under the boards directory, the make will output an error showing the environment mismatch, the tutorial gives the flow for vitis 2022.1, but mine is vitis 2022.2. I am not sure if the version difference will affect the final output stream?

Thanks alot!

skalade commented 1 year ago

Hi @jimmy-adams,

The build scripts have only been tested with Vitis 2022.1 in this version of dpu-pynq, which is in line with Vitis AI 2.5. You could try to edit the check_env.sh script and change it to 2022.2, but I can't guarantee that the scripts will run successfully with your setup.

Thanks Shawn

skalade commented 10 months ago

Closing due to lack of activity.