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