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

Commit 9608a77

Browse files
authored
Merge pull request #3 from lbrown65/image_v2.7
Pynq v2.7 updates
2 parents 965e258 + 218e713 commit 9608a77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<img src="strathsdr_banner.png" >
22

33
# RFSoC Introductory Notebooks
4-
A collection of RFSoC introductory notebooks. This repository is only compatible with [PYNQ images v2.6](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and [RFSoC2x2](http://rfsoc-pynq.io/).
4+
A collection of RFSoC introductory notebooks. This repository is only compatible with [PYNQ images v2.7](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and [RFSoC2x2](http://rfsoc-pynq.io/).
55

66
<img src="./nb_rf_data_converters.png" width="25%" align="left" />
77
<img src="./nb_rf_spectrum.png" width="25%" align="left" />
88
<img src="./nb_software_defined_radio.png" width="25%" />
99

1010
## PYNQ Quick Start
1111
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.
12-
* Power on your RFSoC2x2 or ZCU111 development board with an SD Card containing a fresh PYNQ v2.6 image.
12+
* Power on your RFSoC2x2 or ZCU111 development board with an SD Card containing a fresh PYNQ v2.7 image.
1313
* Navigate to Jupyter Labs by opening a browser (preferably Chrome) and connecting to `http://<board_ip_address>:9090/lab`.
1414
* We need to open a terminal in Jupyter Lab. Firstly, open a launcher window as shown in the figure below:
1515

@@ -29,4 +29,4 @@ The RFSoC notebooks can be installed on to your development board by running a s
2929
pip3 install git+https://github.com/strath-sdr/rfsoc_notebooks
3030
```
3131

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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def copy_common_notebooks():
2222

2323
setup(
2424
name=package_name,
25-
version='0.1.1',
25+
version='0.2.0',
2626
install_requires=[
27-
'plotly==4.5.2',
28-
'pynq==2.6'
27+
'plotly==5.1.0',
28+
'pynq==2.7'
2929
],
3030
author="David Northcote",
3131
packages=find_packages(),

0 commit comments

Comments
 (0)