From df1d8a4a4956475f338ad8493ab33b998997d303 Mon Sep 17 00:00:00 2001 From: Lewis Brown Date: Tue, 26 Oct 2021 13:57:57 +0100 Subject: [PATCH 1/3] update to pynq v2.7 --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index af694db..765dacc 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,8 @@ pip_name = 'pystrath-rfsoc' data_files = [] +for f in /etc/profile.d/*.sh; do source $f; done + # copy common notebooks to jupyter home def copy_common_notebooks(): src_dir = os.path.join(f'common') @@ -22,10 +24,10 @@ def copy_common_notebooks(): setup( name=package_name, - version='0.1.1', + version='0.2.0', install_requires=[ - 'plotly==4.5.2', - 'pynq==2.6' + 'plotly==5.1.0', + 'pynq==2.7' ], author="David Northcote", packages=find_packages(), From 214e7c3a713c28036eee679577ba413ddaf2d91f Mon Sep 17 00:00:00 2001 From: Lewis Brown Date: Tue, 26 Oct 2021 15:04:18 +0100 Subject: [PATCH 2/3] remove virtual env source --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 765dacc..9f1b577 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,6 @@ pip_name = 'pystrath-rfsoc' data_files = [] -for f in /etc/profile.d/*.sh; do source $f; done - # copy common notebooks to jupyter home def copy_common_notebooks(): src_dir = os.path.join(f'common') From 218e713c4222c1289ee57257d7336118f9f7c182 Mon Sep 17 00:00:00 2001 From: Lewis Brown <75475793+lbrown65@users.noreply.github.com> Date: Fri, 29 Oct 2021 10:47:25 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b69c32e..7358e15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RFSoC Introductory Notebooks -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/). +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/). @@ -9,7 +9,7 @@ A collection of RFSoC introductory notebooks. This repository is only compatible ## 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.6 image. +* 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://:9090/lab`. * We need to open a terminal in Jupyter Lab. Firstly, open a launcher window as shown in the figure below: @@ -29,4 +29,4 @@ The RFSoC notebooks can be installed on to your development board by running a s 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'. \ No newline at end of file +Once installation has complete you will find the RFSoC notebooks in the Jupyter workspace directory. The folder will be named 'rfsoc-notebooks'.