From 25c00c69479ef799d82089e6691c1095e7acefa6 Mon Sep 17 00:00:00 2001 From: GNU Date: Sat, 23 Apr 2022 16:38:01 +0800 Subject: [PATCH] Updated Create DevTerm A06 OS image from scratch (markdown) --- Create-DevTerm-A06-OS-image-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index 30aac1d..b0e8c69 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -24,7 +24,7 @@ mkdir -p userpatches/u-boot/u-boot-rockchip64-mainline/ 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 -f ~/DevTerm/Code/patch/armbian_build_a06/patch/lib.config userpatches/ cp ~/DevTerm/Code/patch/armbian_build_a06/patch/clockworkpi-a06.conf config/boards/ #Then exec ./compile.sh under armbian build