// This assembly is included in the following assemblies: // // // Save the context of the assembly that is including this one. // This is necessary for including assemblies in assemblies. // See also the complementary step on the last line of this file. // Base the file name and the ID on the assembly title. For example: // * file name: my-assembly-a.adoc // * ID: [id='my-assembly-a'] // * Title: = My assembly A // The ID is used as an anchor for linking to the module. Avoid changing it after the module has been published to ensure existing links are not broken. [id='fedora-on-raspberry-pi'] // If the assembly is reused in other assemblies in a guide, include {context} in the ID: [id='a-collection-of-modules-{context}']. = Fedora on Raspberry Pi :experimental: //If the assembly covers a task, start the title with a verb in the gerund form, such as Creating or Configuring. :context: rpi // The `context` attribute enables module reuse. Every module's ID includes {context}, which ensures that the module has a unique ID even if it is reused multiple times in a guide. include::{partialsdir}/attributes.adoc[] The link:https://www.raspberrypi.org[Raspberry Pi] is a credit card-sized ARM based single board computer (SBC). 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. link:https://fedoraproject.org/wiki/Changes/RaspberryPi4[The Raspberry Pi 4 is officially supported from Fedora release 37 onwards]. [id='raspberry-pi-prerequisites'] .Prerequisites * 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 ** 4B: 3.0 Amps * HDMI-compatible Monitor or TV. * A USB keyboard and USB mouse. * SD card reader. * A microSD Card (16 GB or larger). * A computer running Microsoft Windows, macOS, or Linux. * A Fedora ARM image from: link:https://arm.fedoraproject.org/[]. The procedure for installing Fedora ARM on a microSD in preparation for using Fedora on a Raspberry Pi depends on your computers' operating system (Microsoft Windows, macOS, or Linux). * For Fedora users, see: <>. * For users of other Linux distributions, see: <>. * For Microsoft Windows users, see: <>. * For macOS users, see: <>. // The following include statements pull in the module files that comprise the assembly. Include any combination of concept, procedure, or reference modules required to cover the user story. You can also include other assemblies. // [leveloffset=+1] ensures that when a module starts with a level-1 heading (= Heading), the heading will be interpreted as a level-2 heading (== Heading) in the assembly. include::{partialsdir}/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc[leveloffset=+1] include::{partialsdir}/proc_installing-fedora-on-a-raspberry-pi-for-linux-users.adoc[leveloffset=+1] include::{partialsdir}/proc_installing-fedora-on-a-raspberry-pi-for-microsoft-windows-users.adoc[leveloffset=+1] include::{partialsdir}/proc_installing-fedora-on-a-raspberry-pi-for-macos-users.adoc[leveloffset=+1] include::{partialsdir}/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc[leveloffset=+1] include::{partialsdir}/ref_frequently-asked-questions_-installing-fedora-on-a-raspberry-pi.adoc[leveloffset=+1] == Additional Resources * The most up-to-date information can be found on the link:https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi?rd=Raspberry_Pi[Raspberry Pi page] of the Fedora Wiki. * For Raspberry Pi hardware specifications and project ideas, see: link:https://www.raspberrypi.org/[The Raspberry Pi Foundation Website]. * For information on configuring Fedora, including installing programs and updates, see: xref:f{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora Docs: System Administrator’s Guide] * For assistance or support, see: ** link:https://ask.fedoraproject.org/[Ask Fedora] ** link:https://lists.fedoraproject.org/admin/lists/arm%40lists.fedoraproject.org/[Fedora ARM mailing list] ** link:https://web.libera.chat/?channels=#fedora-arm[IRC via the #fedora-arm channel on Libera.Chat] // Restore the context to what it was before this assembly. :context: {parent-context}