From 466f961663dce2faf5758910313586826f9e36da Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 5 Jan 2022 12:52:54 +0800 Subject: [PATCH] add armbian_build_a04 README --- Code/patch/armbian_build_a04/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Code/patch/armbian_build_a04/README diff --git a/Code/patch/armbian_build_a04/README b/Code/patch/armbian_build_a04/README new file mode 100644 index 0000000..12eaa20 --- /dev/null +++ b/Code/patch/armbian_build_a04/README @@ -0,0 +1,15 @@ +cd ~ +git clone https://github.com/armbian/build.git +git clone https://github.com/clockworkpi/DevTerm.git + +cd build + +git reset --hard 5fa022603c0948cc59688ba782b3711f980a0be3 + +cp -rf ~/DevTerm/Code/patch/armbian_build_a04/armbian_build_a04/userpatches/* userpatches/ +cp -rf ~/DevTerm/Code/patch/armbian_build_a04/armbian_build_a04/config/boards/* config/boards/ +cp -rf ~/DevTerm/Code/patch/armbian_build_a04/armbian_build_a04/config/kernel/* config/kernel/ + +#Then exec ./compile.sh under armbian build +cd ~/build && ./compile.sh +