| |
@@ -21,13 +21,18 @@
|
| |
include::{partialsdir}/attributes.adoc[]
|
| |
|
| |
The link:https://www.raspberrypi.org[Raspberry Pi] is a credit card-sized ARM based single board computer (SBC).
|
| |
- The Raspberry Pi Model B versions of 2, 3 and 4 are supported for Fedora 25 or newer, without any requirement of third party kernels or scripts to adjust offical images.
|
| |
+ Fedora supports the the Raspberry Pi Model 2B and 3-series of devices including the 3B, 3B+, 3A+, 3CM and 3CM+ in Fedora Linux 29 and later releases.
|
| |
This documentation describes how to get started, and includes a Frequently Asked Questions (FAQ) section at the end of the document about what is supported, and what is not.
|
| |
|
| |
+ NOTE: The Raspberry Pi 4 is not supported.
|
| |
+ Support for some of the hardware is still missing in the upstream Linux kernel.
|
| |
+ However, Fedora Linux will work on this device for some use cases, particularly "headless" (no display attached).
|
| |
+ Un-accelerated graphics are generally functional, but performance will suffer.
|
| |
+
|
| |
[id='raspberry-pi-prerequisites']
|
| |
.Prerequisites
|
| |
|
| |
- * Raspberry Pi Model B 2 and above (link:https://pagure.io/arm-image-installer/blob/main/f/boards.d[supported boards]).
|
| |
+ * A supported Raspberry Pi (link:https://pagure.io/arm-image-installer/blob/main/f/boards.d[supported boards]).
|
| |
* A power supply (link:https://www.raspberrypi.org/documentation/computers/raspberry-pi.html#power-supply[details on raspberrypi.org]).
|
| |
** 2B: 1.8 Amps
|
| |
** 3B and 3B+: 2.5 Amps
|
| |
See:
https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org/thread/N72S6SF2LYQV7LIZZCLKEVP7R4UHHPTB/
for discussion
Fixes #441