Mainline Linux on Orange Pi 4

From Dejvino's Knowledge Base
Revision as of 22:46, 23 March 2020 by Dejvino (talk | contribs) (Created page with "Mainline Linux used on Orange Pi 4. == Overview == There are several components that need to be compiled and prepared from the ground up: # U-Boot # Linux ker...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mainline Linux used on Orange Pi 4.

Overview

There are several components that need to be compiled and prepared from the ground up:

  1. U-Boot
  2. Linux kernel
  3. rootfs
  4. Creating a Disk Image
  5. Flashing to SD Card

U-Boot

Mainline repository: [1]

Setup

git clone https://gitlab.denx.de/u-boot/u-boot.git
cd u-boot
make orangepi-rk3399_defconfig

TODO: Sort out BL31 according to doc/README.rockchip

Building

make all

Linux Kernel

TODO: THIS

RootFS

TODO: THIS

Creating a Disk Image

TODO: THIS

Flashing an SD Card

See Flashing Linux to SD Card.