浏览代码

add armbian_build_a04 README

cuu 2 年之前
父节点
当前提交
466f961663
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      Code/patch/armbian_build_a04/README

+ 15 - 0
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 
+