Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 510 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 510 Bytes

Quick Start

# this project uses submodule
git clone --recurse-submodules https://github.com/smsxgli/buildroot-orangepi-5
cd buildroot-orangepi-5/buildroot
make BR2_EXTERNAL=../external orangepi_5_defconfig
make all && make uboot-rebuild && make all

ATTENTION!

After the initial make all, you must make uboot-rebuild and then make all to get a usable u-boot.itb, or you shall stuck in boot progress and struggle in fdt errors! (I guess it may because this fdt relies on kernel's dtb?)