I’m working on a custom project using the KR260 board and trying to run the LED Blink example from the following GitHub repo (originally intended for the KV260):
When I try to run the following code:
from pynq import Overlay
overlay = Overlay(‘led_on_block.bit’)
I get this error:
RuntimeError: No Devices Found
I’m aware that the example was written for the KV260, but I was hoping it would work similarly on the KR260, since both are part of the KRIA family.
Do I need to regenerate the bitstream from Vivado specifically for the KR260 board? Or is there a way to adapt the existing project to work?
Any advice or guidance would be greatly appreciated
Thanks in advance!
I’m running the code directly on the KR260 board, using Jupyter Notebook that I access through the browser.
I installed PYNQ manually by cloning the GitHub repo and running the setup.py script (since there’s no official image for KR260 with PYNQ pre-installed).