Closed themachho closed 3 years ago
Can you repost this on discuss.pynq.io ... we actively monitor it there...
And if possible, could you upgrade to PYNQ v2.6 as many updates have been made since then.
The image works now. After consulting on the pynq forum the issue was that the board had no IP assigned. After setting it with putty the board boots. Will try to update to v2.6 in the future. Thanks!
Hello. Im trying to understand this issue. I have a Zybo Z7-10 that i want to use with the PYNQ framework.
I successfully generated an image with the steps for agnostic board image but when i flash on the sd the board doesnt boot. If instead i use my bootfiles and a pynq prebuilt image for another board it boots but with other issues.
Steps:
make PREBUILT=../../bionic.arm.2.5.img BOARDS=Zybo nocheck_images
(repo is check out at 2.5 release)On the other hand, i do the follow:
The board boots and jupyter is launched, i can access with pynq:9090. The issue here is that when i try to load an overlay i get the following issue:
On the notebook:
TimeoutError: [Errno 110] Connection timed out
On dmesg:
/sys/class/fpga_manager/fpga0 and /dev/xlnk are present but not working. This pynq thread had a similar issue and solved it with a new bitstream but im generating a bitstream also with no success. This xilinx thread had the same issue but was with kernel 4.14 and according to petalinux-config the built kernel is 4.19 and the issue appears to be fixed. They also do:
But sill doesnt work. Is there another way to use an overlay? or to program with usb (vivado) and then access with pyhton?
The strange thing is that the built image with makefile doesnt boot but it boots with another image for other board and my bootfiles. Does anyone have an idea on why the image doesnt boot? or how can i verify why?