mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-14 03:08:50 +01:00
20 lines
686 B
Plaintext
20 lines
686 B
Plaintext
cd ~
|
|
git clone https://github.com/armbian/build.git
|
|
git clone https://github.com/clockworkpi/DevTerm.git
|
|
|
|
cd build
|
|
|
|
git reset --hard 43d179914ae9e1ebb5d72315d9f9f68f5fb3e330
|
|
|
|
git apply ~/DevTerm/Code/patch/armbian_build_a06/patch/armbian.patch
|
|
git apply ~/DevTerm/Code/patch/armbian_build_a06/patch/armbian_mirror.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/config-example.conf userpatches/
|
|
|
|
#Then exec ./compile.sh under armbian build
|
|
cd ~/build && ./compile.sh
|
|
|