Skip to content

Commit

Permalink
Fix boards url (#1448)
Browse files Browse the repository at this point in the history
* Fix boards url

* More updates

* Fix url
  • Loading branch information
mariodruiz authored May 21, 2024
1 parent 491350a commit 3bdbf87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the <a href="http://www.pynq.io/" target="_blank">PYNQ webpage</a> for an ov

## Precompiled Image

The project currently supports <a href="http://www.pynq.io/board.html" target="_blank">multiple boards</a>.
The project currently supports <a href="https://www.pynq.io/boards.html" target="_blank">multiple boards</a>.

You can download a precompiled image, write the image to a micro SD card, and boot the board from the micro SD card.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ line interface*:
Using PYNQ with other boards
============================

You can find other PYNQ enabled boards on the `PYNQ.io boards <http://www.pynq.io/board.html>`_ page.
You can find other PYNQ enabled boards on the `PYNQ.io boards <https://www.pynq.io/boards.html>`_ page.

If you have another Xilinx-based platform you would like to use with PYNQ, see the following guide:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/other_boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pre-compiled images
-------------------

Pre-compiled SD card images for supported boards can be found via the
`PYNQ boards <http://www.pynq.io/board.html>`_ page.
`PYNQ boards <https://www.pynq.io/boards.html>`_ 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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pynq_sd_card.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.pynq.io/board.html/>`_ and
found at `the PYNQ boards page <https://www.pynq.io/boards.html>`_ and
copied into the sdbuild prebuilt folder

.. code-block:: console
Expand All @@ -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 <http://www.pynq.io/board.html/>`_ of our website. This will allow
`boards page <https://www.pynq.io/boards.html>`_ 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
Expand Down
2 changes: 1 addition & 1 deletion sdbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bdbf87

Please sign in to comment.