-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update install guides with new OS support matrix (#6309)
- Loading branch information
Showing
9 changed files
with
67 additions
and
111 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.. _install-raspberry-pi-os-12: | ||
|
||
============================================= | ||
Installing Red on Raspberry Pi OS 12 Bookworm | ||
============================================= | ||
|
||
.. include:: _includes/supported-arch-aarch64+armv7l.rst | ||
|
||
.. note:: | ||
|
||
This guide can only be used with Raspberry Pi OS 12 Bookworm, | ||
it will not work with any older (e.g. Raspberry Pi OS 11 Bullseye) | ||
or newer (e.g. Raspberry Pi OS 13 Trixie) releases. | ||
You can check your version of Raspberry Pi OS by running: | ||
|
||
.. prompt:: bash | ||
|
||
lsb_release -a | ||
|
||
.. include:: _includes/linux-preamble.rst | ||
|
||
------------------------------- | ||
Installing the pre-requirements | ||
------------------------------- | ||
|
||
Raspberry Pi OS "Bookworm" has all required packages available in official repositories. Install them | ||
with apt: | ||
|
||
.. prompt:: bash | ||
|
||
sudo apt update | ||
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano | ||
|
||
.. Include common instructions: | ||
.. include:: _includes/create-env-with-venv3.11.rst | ||
|
||
.. include:: _includes/install-and-setup-red-unix.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters