From 7e69d4c2da16b089f2c955ab5311792240dce905 Mon Sep 17 00:00:00 2001 From: GNU Date: Fri, 22 Apr 2022 14:33:30 +0800 Subject: [PATCH] Updated Create DevTerm A06 OS image from scratch (markdown) --- Create-DevTerm-A06-OS-image-from-scratch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index 85d9535..1b93507 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -14,6 +14,9 @@ git clone https://github.com/armbian/build.git git clone https://github.com/clockworkpi/DevTerm.git cd build +mkdir -p userpatches/kernel/rockchip64-current/ +mkdir -p userpatches/u-boot/u-boot-rockchip64-mainline/ + git reset --hard 43d179914ae9e1ebb5d72315d9f9f68f5fb3e330 git apply ~/DevTerm/Code/patch/armbian_build_a06/patch/armbian.patch