From 40dee806d16b786925434cac19b0774813ff53d6 Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 2 Jul 2023 19:16:54 +0800 Subject: [PATCH] update a06 patch README --- Code/patch/a06/20230630/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Code/patch/a06/20230630/README.md b/Code/patch/a06/20230630/README.md index e69de29..9b13a98 100644 --- a/Code/patch/a06/20230630/README.md +++ b/Code/patch/a06/20230630/README.md @@ -0,0 +1,30 @@ +# A06 kernel patch for uConsole + +based on https://github.com/armbian/build.git + +git commit hash: 95c829f9e66451f2bff6f42ab3e61d211212c905 + +## How to + +``` +cd +git clone -b master https://github.com/armbian/build.git + +cd build + +mkdir -p userpatches/kernel/rockchip64-current/ + +wget drivers_network.sh.patch + +wget z-10000_a06_sound_230701.patch + +wget z-10000_a06_uc_panel_230701.patch + +git apply drivers_network.sh.patch + + +./compile.sh + +``` + +