Mainline Linux on Orange Pi 4
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...")
Mainline Linux used on Orange Pi 4.
Contents
Overview
There are several components that need to be compiled and prepared from the ground up:
- U-Boot
- Linux kernel
- rootfs
- Creating a Disk Image
- 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