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

Commit 802f7dc

Browse files
authored
Orange Pi 5 docs (#247)
* Supplement for Orange Pi 5 * Remove "pi-ism" from generic processor instructions. * Clarify the description of updating the jar file.
1 parent 61155f5 commit 802f7dc

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Orange Pi Installation
22
======================
33

4-
Downloading Armbian Bullseye CLI
5-
--------------------------------
6-
Download the latest release of the Armbian Bullseye CLI image from `here <https://redirect.armbian.com/region/NA/orangepi4-lts/Bullseye_current>`_.
4+
Downloading Linux Image
5+
-----------------------
6+
For an Orange Pi 4, download the latest release of the Armbian Bullseye CLI image from `here <https://redirect.armbian.com/region/NA/orangepi4-lts/Bullseye_current>`_.
7+
8+
For an Orange Pi 5, download the latest release of either Debian Bullseye or Ubuntu Jammy (22.04). For both, you should get the "server" version. You can get the images from the `Orange Pi website <http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-pi-5.html>`_.
79

810

911
Flashing the Pi Image
@@ -12,15 +14,19 @@ An 8GB or larger SD card is recommended.
1214

1315
Use `Balena Etcher <https://www.balena.io/etcher/>`_ to flash an image onto a Orange Pi. Select the downloaded ``.zip`` file, select your microSD card, and flash.
1416

17+
The Orange Pi 5 images from Orange Pi are compressed with 7Zip (extension ".7z"), and you will need to extract the image first.
18+
1519
For more detailed instructions on using Etcher, please see the `Etcher website <https://www.balena.io/etcher/>`_.
1620

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.
21+
.. 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.
22+
23+
.. note:: If you are working on Linux, "dd" can be used in the command line to flash an image.
1824

1925
Initial Setup
2026
-------------
2127
Insert the flashed microSD card into your Orange Pi and boot it up. The first boot may take a few minutes as the Pi expands the filesystem. Be sure not to unplug during this process.
2228

23-
Plug your Orange Pi into a display via HDMI and plug in a keyboard via USB once its powered up. Complete the initial set up which involves creating a root password and adding a user, as well as setting localization language. Additionally, choose “bash” when prompted.
29+
Plug your Orange Pi into a display via HDMI and plug in a keyboard via USB once its powered up. For an Orange Pi 4, complete the initial set up which involves creating a root password and adding a user, as well as setting localization language. Additionally, choose “bash” when prompted.
2430

2531
Installing PhotonVision
2632
-----------------------

source/docs/getting-started/installation/sw_install/other-coprocessors.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ For installation on any other co-processors, we recommend reading the :ref:`adva
2424
Updating PhotonVision
2525
---------------------
2626

27-
PhotonVision can be updated by stopping the service, copying in the updated jar, and restarting the service.
27+
PhotonVision can be updated by downloading the latest jar file, copying it onto the processor, and restarting the service.
2828

29-
For example, from another Linux computer, run the following:
29+
For example, from another computer, run the following commands. Substitute the correct username for "[user]" (e.g. Raspberry Pi uses "pi", Orange Pi uses "orangepi".)
3030

3131
.. code-block:: bash
3232
33-
$ scp [jar name].jar [email protected]:~/
34-
35-
$ sudo systemctl stop photonvision.service
33+
$ scp [jar name].jar [user]@photonvision.local:~/
34+
$ ssh [user]@photonvision.local
3635
$ sudo mv [jar name].jar /opt/photonvision/photonvision.jar
37-
$ sudo systemctl start photonvision.service
38-
39-
36+
$ sudo systemctl restart photonvision.service

0 commit comments

Comments
 (0)