PYNQ boot error on ZCU102

I successfully build PYNQ image file for ZCU102 but I fail to boot the image on ZCU102. When I try to boot PYNQ image, I get the error like figure.


How to solve this problem?

1 Like

You can tap random key to stop the auto boot process and enter setenv -f bootargs "root=/dev/mmcblk0p2 rw" saveenv and then boot.
By the way, have you built the image? Although I can boot it, but when I want to download the bitstream to the board via overlay = Overlay(“bitstream.bit”), it told me device not found.

1 Like