You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: source/docs/getting-started/installation/sw_install/orange-pi.rst
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
Orange Pi Installation
2
2
======================
3
3
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>`_.
7
9
8
10
9
11
Flashing the Pi Image
@@ -12,15 +14,19 @@ An 8GB or larger SD card is recommended.
12
14
13
15
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.
14
16
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
+
15
19
For more detailed instructions on using Etcher, please see the `Etcher website <https://www.balena.io/etcher/>`_.
16
20
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.
18
24
19
25
Initial Setup
20
26
-------------
21
27
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.
22
28
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.
Copy file name to clipboardExpand all lines: source/docs/getting-started/installation/sw_install/other-coprocessors.rst
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,13 @@ For installation on any other co-processors, we recommend reading the :ref:`adva
24
24
Updating PhotonVision
25
25
---------------------
26
26
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.
28
28
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".)
0 commit comments