Skip to content

Commit

Permalink
Changelog and open source components update (#1397)
Browse files Browse the repository at this point in the history
* Update changelog.rst

* update license and components tarballs

* fix header line length to remove sphinx warning
  • Loading branch information
schelleg authored Oct 10, 2022
1 parent 45e7b90 commit d9fb9c2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ Please ask questions on the <a href="https://discuss.pynq.io" target="_blank">PY

## SDBuild Open Source Components

**License and Copyrights Info** [TAR/GZIP](https://bit.ly/pynq_license_2_7)
**License and Copyrights Info** [TAR/GZIP](https://www.xilinx.com/bin/public/openDownload?filename=pynq-v3.0-license.tar.gz)

**Open Components Source Code** [TAR/GZIP](https://bit.ly/pynq_opencomponents_2_7)
**Open Components Source Code** [TAR/GZIP](https://www.xilinx.com/bin/public/openDownload?filename=pynq-v3.0-open_components.tar.gz)
48 changes: 48 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@
Change Log
************************

Version 3.0.0
============================

Updates to PYNQ since the last release include:

* Image releases:
* pynq_z1_v3.0.0
* pynq_z2_v3.0.0
* zcu104_v3.0.0
* pynq_zu_v3.0.0
* zcu111_v3.0.0
* rfsoc2x2_v3.0.0
* rfsoc4x2_v3.0.0
* (new) zcu208_v3.0.0

* Official Ubuntu 22.04 support on the Kria-PYNQ repository:
* KV260
* (new) KR260

* Upgraded Software
* All overlays built with Vivado 2022.1
* Linux kernel and build updated to Petalinux 2022.1

* Productivity additions - software
* Updated to Python 3.10
* Updated to JupyterLab 3.4.4
* Updated to Ubuntu 22.04 based packages
* Separation of PYNQ-Utils repository for overlay packaging

* Productivity additions - hardware
* Added XSA parsing support
* Added debug bridge IP for XVC server support
* Improved support for block design containers and partial reconfiguration
* Separation of PYNQ-Metadata repository for design exploration

* SD Build updates
* API change to emphasize builds using prebuilt root filesystem
* API change to emphasize builds using PYNQ source distribution
* XRT library included in board-agnostic images

* Deprecations
* PL server as a multi-user daemon is deprecated - pynq server CLI is also deprecated
* 3rd party board automatic building of overlays in SD Build is deprecated
* Wavedrom viewing in JupyterLabs is deprecated - Jupyter notebook viewing is still supported
* Use of pynq/utils.py will be deprecated in future releases - PYNQ-Utils will have same APIs
* Use of pynq/pl_server/<Vivado parsers>.py will be deprecated in future releases - PYNQ-Metadata will have same APIs


Version 2.7.0
============================

Expand Down
6 changes: 3 additions & 3 deletions docs/source/pynq_sd_card.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ that can help you install the Ubuntu VM on your host OS using the following step
================ ================

Use an existing Ubuntu OS
----------------------
-------------------------
If you already have a Ubuntu OS, and it is listed in the beginning of
this section, you can simply do the following:

Expand Down Expand Up @@ -197,7 +197,7 @@ The build flow can take several hours and will rebuild SD cards for the Pynq-Z1,
and ZCU104 platforms.

Rebuilding the prebuilt board-agnostic image
---------------------------------------
--------------------------------------------
In order to simplify and speed-up the image building process, users should re-use the
prebuilt board-agnostic image appropriate to the architecture - arm for Zynq-7000
and aarch64 for Zynq UltraScale+, downloadable at the
Expand All @@ -213,7 +213,7 @@ when invoking make:
make REBUILD_PYNQ_ROOTFS=True BOARDS=<board>
Rebuilding the PYNQ source distribution tarball
-------------------------------------------
-----------------------------------------------
To avoid rebuilding the PYNQ source distribution package, and consequently bypass
the need to build bitstreams for the PYNQ-Z1, PYNQ-Z2 and the
ZCU104, a prebuilt PYNQ sdist tarball should be reused as described in steps listed above.
Expand Down

0 comments on commit d9fb9c2

Please sign in to comment.