Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2021-12-06 11:14:47 +08:00
parent 166602edaf
commit 71d9e45bac

@ -18,6 +18,8 @@ git apply ~/DevTerm/Code/patch/armbian_build_a06/patch/armbian.patch
cp ~/DevTerm/Code/patch/armbian_build_a06/patch/kernel*.patch userpatches/kernel/rockchip64-current/
cp ~/DevTerm/Code/patch/armbian_build_a06/patch/uboot*.patch userpatches/u-boot/u-boot-rockchip64-mainline/
cp ~/DevTerm/Code/patch/armbian_build_a06/patch/clockworkpi-a06.conf config/boards/
#Then exec ./compile.sh under armbian build
cd ~/build && ./compile.sh
```