Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 5fa174f

Browse files
authored
Update balena etcher references to point to 1.18.11 closes #357 (#358)
1 parent e89c2af commit 5fa174f

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

source/conf.py

+6
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,9 @@ def setup(app):
118118
suppress_warnings = ['epub.unknown_project_files']
119119

120120
sphinx_tabs_valid_builders = ['epub', 'linkcheck']
121+
122+
# Excluded links for linkcheck
123+
# These should be periodically checked by hand to ensure that they are still functional
124+
linkcheck_ignore = [
125+
'https://www.raspberrypi.com/software/'
126+
]

source/docs/hardware/picamconfig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Save the file, close the editor, and eject the drive. The boot configuration sho
5252
Additional Information
5353
----------------------
5454

55-
See `the libcamera documentation <https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/camera/rpicam_apps_getting_started.adoc>`_ for more details on configuring cameras.
55+
See `the libcamera documentation <https://github.com/raspberrypi/documentation/blob/679fab721855a3e8f17aa51819e5c2a7c447e98d/documentation/asciidoc/computers/camera/rpicam_configuration.adoc>`_ for more details on configuring cameras.

source/docs/installation/sw_install/gloworm.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Flashing the Gloworm Image
1010
--------------------------
1111
Plug a USB C cable from your computer into the USB C port on Gloworm labeled with a download icon.
1212

13-
Use `Balena Etcher <https://www.balena.io/etcher/>`_ to flash an image onto the coprocessor.
13+
Use the 1.18.11 version of `Balena Etcher <https://github.com/balena-io/etcher/releases/tag/v1.18.11>`_ to flash an image onto the coprocessor.
1414

1515
Run BalenaEtcher as an administrator. Select the downloaded ``.zip`` file.
1616

1717
Select the compute module. If it doesn't show up after 30s try using another USB port, initialization may take a while. If prompted, install the recommended missing drivers.
1818

1919
Hit flash. Wait for flashing to complete, then disconnect your USB C cable.
2020

21-
.. warning:: Using an older version of Balena Etcher may cause bootlooping (the system will repeatedly boot and restart) when imaging your Gloworm. Updating to the latest Balena Etcher will fix this issue.
21+
.. warning:: Using a version of Balena Etcher older than 1.18.11 may cause bootlooping (the system will repeatedly boot and restart) when imaging your Gloworm. Updating to 1.18.11 will fix this issue.
2222

2323
Final Steps
2424
-----------

source/docs/installation/sw_install/orange-pi.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ Flashing the Pi Image
1212
---------------------
1313
An 8GB or larger SD card is recommended.
1414

15-
Use `Balena Etcher <https://www.balena.io/etcher/>`_ to flash an image onto a Orange Pi. Select the downloaded image file, select your microSD card, and flash.
15+
Use the 1.18.11 version of `Balena Etcher <https://github.com/balena-io/etcher/releases/tag/v1.18.11>`_ to flash an image onto a Orange Pi. Select the downloaded image file, select your microSD card, and flash.
1616

1717
For more detailed instructions on using Etcher, please see the `Etcher website <https://www.balena.io/etcher/>`_.
1818

19-
.. warning:: Using an older version of Balena Etcher may cause bootlooping (the system will repeatedly boot and restart) when imaging your Orange Pi. Updating to the latest Balena Etcher will fix this issue.
19+
.. warning:: Using a version of Balena Etcher older than 1.18.11 may cause bootlooping (the system will repeatedly boot and restart) when imaging your Orange Pi. Updating to 1.18.11 will fix this issue.
20+
21+
Alternatively, you can use the `Raspberry Pi Imager <https://www.raspberrypi.com/software/>`_ to flash the image.
22+
23+
Select "Choose OS" and then "Use custom" to select the downloaded image file. Select your microSD card and flash.
2024

2125
.. note:: If you are working on Linux, "dd" can be used in the command line to flash an image.
2226

source/docs/installation/sw_install/raspberry-pi.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ Flashing the Pi Image
1212
---------------------
1313
An 8GB or larger card is recommended.
1414

15-
Use `Balena Etcher <https://www.balena.io/etcher/>`_ to flash an image onto a Raspberry Pi. Select the downloaded ``.tar.xz`` file, select your microSD card, and flash.
15+
Use the 1.18.11 version of `Balena Etcher <https://github.com/balena-io/etcher/releases/tag/v1.18.11>`_ to flash an image onto a Raspberry Pi. Select the downloaded ``.tar.xz`` file, select your microSD card, and flash.
1616

1717
For more detailed instructions on using Etcher, please see the `Etcher website <https://www.balena.io/etcher/>`_.
1818

19-
.. warning:: Using an older version of Balena Etcher may cause bootlooping (the system will repeatedly boot and restart) when imaging your Raspberry Pi. Updating to the latest Balena Etcher will fix this issue.
19+
.. warning:: Using a version of Balena Etcher older than 1.18.11 may cause bootlooping (the system will repeatedly boot and restart) when imaging your Raspberry Pi. Updating to 1.18.11 will fix this issue.
20+
21+
Alternatively, you can use the `Raspberry Pi Imager <https://www.raspberrypi.com/software/>`_ to flash the image.
22+
23+
Select "Choose OS" and then "Use custom" to select the downloaded image file. Select your microSD card and flash.
2024

2125
If you are using a non-standard Pi Camera connected to the CSI port, :ref:`additional configuration may be required. <docs/hardware/picamconfig:Pi Camera Configuration>`
2226

source/docs/installation/sw_install/snakeyes.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ Flashing the SnakeEyes Image
1010
----------------------------
1111
An 8GB or larger card is recommended.
1212

13-
Use `Balena Etcher <https://www.balena.io/etcher/>`_ to flash an image onto a Raspberry Pi. Select the downloaded ``.zip`` file, select your microSD card, and flash.
13+
Use the 1.18.11 version of `Balena Etcher <https://github.com/balena-io/etcher/releases/tag/v1.18.11>`_ to flash an image onto a Raspberry Pi. Select the downloaded ``.zip`` file, select your microSD card, and flash.
1414

1515
For more detailed instructions on using Etcher, please see the `Etcher website <https://www.balena.io/etcher/>`_.
1616

17-
.. warning:: Using an older version of Balena Etcher may cause bootlooping (the system will repeatedly boot and restart) when imaging your Raspberry Pi. Updating to the latest Balena Etcher will fix this issue.
17+
.. warning:: Using a version of Balena Etcher older than 1.18.11 may cause bootlooping (the system will repeatedly boot and restart) when imaging your Raspberry Pi. Updating to 1.18.11 will fix this issue.
18+
19+
Alternatively, you can use the `Raspberry Pi Imager <https://www.raspberrypi.com/software/>`_ to flash the image.
20+
21+
Select "Choose OS" and then "Use custom" to select the downloaded image file. Select your microSD card and flash.
1822

1923
Final Steps
2024
-----------

source/docs/pipelines/output.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section also includes a switch to enable processing and sending multiple ta
1313
.. raw:: html
1414

1515
<video width="85%" controls>
16-
<source src="../../../_static/assets/offsetandmultiple.mp4" type="video/mp4">
16+
<source src="../../_static/assets/offsetandmultiple.mp4" type="video/mp4">
1717
Your browser does not support the video tag.
1818
</video>
1919

0 commit comments

Comments
 (0)