Difference between revisions of "Mainline Linux on Orange Pi 4"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
There are several components that need to be compiled and prepared from the ground up: | There are several components that need to be compiled and prepared from the ground up: | ||
# [[U-Boot]] | # [[U-Boot]] | ||
| − | # [[Linux]] | + | # [[Linux kernel]] |
# [[rootfs]] | # [[rootfs]] | ||
| + | |||
| + | The installation of these components consists of: | ||
# Creating a Disk Image | # Creating a Disk Image | ||
# [[Flashing Linux to SD Card|Flashing to SD Card]] | # [[Flashing Linux to SD Card|Flashing to SD Card]] | ||
| − | == U-Boot == | + | == Compilation == |
| + | === U-Boot === | ||
Mainline repository: [https://gitlab.denx.de/u-boot/u-boot] | Mainline repository: [https://gitlab.denx.de/u-boot/u-boot] | ||
Details: [[U-Boot on Orange Pi 4]] | Details: [[U-Boot on Orange Pi 4]] | ||
| − | == Linux Kernel == | + | === Linux Kernel === |
| + | Mainline repository: [https://www.kernel.org/] | ||
| + | |||
Details: [[Linux kernel on Orange Pi 4]] | Details: [[Linux kernel on Orange Pi 4]] | ||
| − | == RootFS == | + | === RootFS === |
| − | + | Details: [[Linux RootFS on Orange Pi 4]] | |
| − | == Creating a Disk Image == | + | == Installation == |
| − | + | === Creating a Disk Image === | |
| + | Details: [[Disk image for Orange Pi 4]] | ||
| − | == Flashing an SD Card == | + | === Flashing an SD Card === |
See [[Flashing Linux to SD Card]]. | See [[Flashing Linux to SD Card]]. | ||
== External Links == | == External Links == | ||
* Compiling RK3399 BSP for the Puma board [https://www.theobroma-systems.com/rk3399-q7-user-manual/04-software.html] | * Compiling RK3399 BSP for the Puma board [https://www.theobroma-systems.com/rk3399-q7-user-manual/04-software.html] | ||
Revision as of 12:10, 27 March 2020
Mainline Linux used on Orange Pi 4.
Contents
Overview
There are several components that need to be compiled and prepared from the ground up:
The installation of these components consists of:
- Creating a Disk Image
- Flashing to SD Card
Compilation
U-Boot
Mainline repository: [1]
Details: U-Boot on Orange Pi 4
Linux Kernel
Mainline repository: [2]
Details: Linux kernel on Orange Pi 4
RootFS
Details: Linux RootFS on Orange Pi 4
Installation
Creating a Disk Image
Details: Disk image for Orange Pi 4
Flashing an SD Card
See Flashing Linux to SD Card.
External Links
- Compiling RK3399 BSP for the Puma board [3]