mirror of
https://github.com/clockworkpi/uConsole.git
synced 2025-12-13 10:38:49 +01:00
update a06 patch README
This commit is contained in:
parent
26aecbfc92
commit
40dee806d1
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user