PYNQ-alveo notebook 4

While running notebook 4 building-and-emulation > 1 building-with-vitis > Test the design with PYNQ section, I get an error message RuntimeError: Programming Device failed: ENOTSUP (95) Operation not supported/Shell does not match
Previous sections have passed and i do see a ‘vadd.xclbin’ file.
Any help would be greatly appreciated!

Can you check that the version of the shell on the board is the same as the version you have the platfrom file for?

You can run xbutil query on the command line or check the pynq.Device.active_device.name property to get the version on the card and make sure it is the same as the xfpm file name.

Peter