From 3bdbf87407c86efb256d6403296ca879c62ace6f Mon Sep 17 00:00:00 2001 From: Mario Ruiz <11815099+mariodruiz@users.noreply.github.com> Date: Tue, 21 May 2024 19:06:27 +0100 Subject: [PATCH] Fix boards url (#1448) * Fix boards url * More updates * Fix url --- README.md | 2 +- docs/source/getting_started.rst | 2 +- docs/source/getting_started/other_boards.rst | 2 +- docs/source/pynq_sd_card.rst | 4 ++-- sdbuild/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ead01bfd3..b525cd701 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the PYNQ webpage for an ov ## Precompiled Image -The project currently supports multiple boards. +The project currently supports multiple boards. You can download a precompiled image, write the image to a micro SD card, and boot the board from the micro SD card. diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index f60b903e6..59384766a 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -73,7 +73,7 @@ line interface*: Using PYNQ with other boards ============================ -You can find other PYNQ enabled boards on the `PYNQ.io boards `_ page. +You can find other PYNQ enabled boards on the `PYNQ.io boards `_ page. If you have another Xilinx-based platform you would like to use with PYNQ, see the following guide: diff --git a/docs/source/getting_started/other_boards.rst b/docs/source/getting_started/other_boards.rst index 55c1af55e..0c386854a 100644 --- a/docs/source/getting_started/other_boards.rst +++ b/docs/source/getting_started/other_boards.rst @@ -8,7 +8,7 @@ Pre-compiled images ------------------- Pre-compiled SD card images for supported boards can be found via the -`PYNQ boards `_ page. +`PYNQ boards `_ page. If you already have a MicroSD card preloaded with a PYNQ image for your board, you don't need to rewrite it unless you want to restore or update your diff --git a/docs/source/pynq_sd_card.rst b/docs/source/pynq_sd_card.rst index 54dc0e363..030b4f803 100644 --- a/docs/source/pynq_sd_card.rst +++ b/docs/source/pynq_sd_card.rst @@ -174,7 +174,7 @@ following the steps below. You don't have to rerun the `setup_host.sh`. source distribution. Starting in PYNQ v3.0, by default the SD card build flow expects a prebuilt root filesystem and a PYNQ source distribution to speedup and simplify user rebuilds of SD card images. These binaries can be - found at `the PYNQ boards page `_ and + found at `the PYNQ boards page `_ and copied into the sdbuild prebuilt folder .. code-block:: console @@ -201,7 +201,7 @@ 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 -`boards page `_ of our website. This will allow +`boards page `_ of our website. This will allow you to completely skip the board-agnostic stage. You can force a root filesystem build by setting the ``REBUILD_PYNQ_ROOTFS`` variable diff --git a/sdbuild/README.md b/sdbuild/README.md index 8d76ea64d..158141f0e 100644 --- a/sdbuild/README.md +++ b/sdbuild/README.md @@ -161,7 +161,7 @@ custom notebooks or Python packages if desired for your board. #### (1) Collect a prebuilt board-agnostic root filesystem tarball and a prebuilt PYNQ source distribution. -Starting in PYNQ v3.0, by default the SD card build flow expects a prebuilt root filesystem and a PYNQ source distribution to speedup and simplify user rebuilds of SD card images. These binaries can be found at [the PYNQ boards page](http://www.pynq.io/board.html/) and copied into the sdbuild prebuilt folder +Starting in PYNQ v3.0, by default the SD card build flow expects a prebuilt root filesystem and a PYNQ source distribution to speedup and simplify user rebuilds of SD card images. These binaries can be found at [the PYNQ boards page](https://www.pynq.io/boards.html) and copied into the sdbuild prebuilt folder ```bash # For rebuilding all SD cards, both arm and aarch64 root filesystems