Thank you so much for your reply. I want to explain further exactly what my setup is and what I’m attempting:
I am using the zcu216 with a prebuilt image from Sarah Sussaman: Prebuilt Image · Issue #1 · sarafs1926/ZCU216-PYNQ · GitHub
The reason i am using the prebuilt image rather than building my own is cause of a problem I encountered which i posted about here: Problem building image
I am trying to run this notebook from the RFSoC textbook and am crashing jupyter and losing connection tot he device in the ol = QpskOverlay() line Notebook
I have not loaded any bitstreams or done any other setup besides the Notebook installation instructions specified by the RFSoC textbook github here: RFSoC notebook installation.
My questions for you are:
- Is there some step I am missing before I can run the ol=QpskOverlay() line without crashing?
- How did you manage to get a PYNQ RFSoC image for the ZCU216, are you usinght esmae prebuilt one or did you somehow get building your own to work?
Any help would be sincerely appreciated