Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
/ rfsoc_notebooks Public archive

A collection of RFSoC introductory notebooks for PYNQ.

License

Notifications You must be signed in to change notification settings

strath-sdr/rfsoc_notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9608a77 · Oct 29, 2021

History

29 Commits
May 19, 2021
Feb 28, 2021
Feb 25, 2021
Feb 25, 2021
Oct 29, 2021
Feb 28, 2021
Feb 28, 2021
Feb 28, 2021
Feb 28, 2021
Feb 28, 2021
Oct 26, 2021
May 19, 2021

Repository files navigation

RFSoC Introductory Notebooks

A collection of RFSoC introductory notebooks. This repository is only compatible with PYNQ images v2.7 for the ZCU111 and RFSoC2x2.

PYNQ Quick Start

The RFSoC notebooks can be installed on to your development board by running a simple line of code in a command terminal. However, you will need to connect your board to the internet. Follow the instructions below to install the notebooks now.

  • Power on your RFSoC2x2 or ZCU111 development board with an SD Card containing a fresh PYNQ v2.7 image.
  • Navigate to Jupyter Labs by opening a browser (preferably Chrome) and connecting to http://<board_ip_address>:9090/lab.
  • We need to open a terminal in Jupyter Lab. Firstly, open a launcher window as shown in the figure below:

  • Now open a terminal in Jupyter as illustrated below:

  • Now simply run the code below that will install the package to your system.
pip3 install git+https://github.com/strath-sdr/rfsoc_notebooks

Once installation has complete you will find the RFSoC notebooks in the Jupyter workspace directory. The folder will be named 'rfsoc-notebooks'.