Difference between revisions of "Linux on Orange Pi 4"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
=== Linux rootfs ===
 
=== Linux rootfs ===
 
Details: [[Linux rootfs on Orange Pi 4]]
 
Details: [[Linux rootfs on Orange Pi 4]]
 +
 +
== Boot Image ==
 +
The components need to be put together into a boot image.
 +
 +
Details: [[Linux disk image for Orange Pi 4]]
 +
 +
== External Links ==
 +
* [[Rockchip]] wiki on building kernel and boot image [http://opensource.rock-chips.com/wiki_Rockchip_Kernel]

Latest revision as of 15:22, 28 March 2020

Linux running on Orange Pi 4.

This page is focused on compiling and flashing a generic Linux onto an Orange Pi 4. For complete Linux distributions and their instructions see Orange_Pi_4#Complete_Distributions.

To boot a Linux kernel on the Orange Pi 4 you first need a working bootloader. See U-Boot on Orange Pi 4 for details and instructions.

Prerequisite: U-Boot on Orange Pi 4

Next steps: Flashing Linux to SD Card

Components

Linux kernel

Details: Linux kernel on Orange Pi 4

Linux rootfs

Details: Linux rootfs on Orange Pi 4

Boot Image

The components need to be put together into a boot image.

Details: Linux disk image for Orange Pi 4

External Links