From ef7c27433c3745d997a23c53ef8856b86f4a68dc Mon Sep 17 00:00:00 2001 From: GNU Date: Sun, 26 Sep 2021 21:37:01 +0800 Subject: [PATCH] Updated Create DevTerm A06 OS image from scratch (markdown) --- Create-DevTerm-A06-OS-image-from-scratch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Create-DevTerm-A06-OS-image-from-scratch.md b/Create-DevTerm-A06-OS-image-from-scratch.md index 1295880..c7b6893 100644 --- a/Create-DevTerm-A06-OS-image-from-scratch.md +++ b/Create-DevTerm-A06-OS-image-from-scratch.md @@ -44,7 +44,8 @@ wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list sudo apt update -sudo apt install devterm-fan-daemon-cpi-a06 devterm-thermal-printer devterm-thermal-printer-cups devterm-wiringpi-cpi +sudo apt remove linux-image* +sudo apt install devterm-kernel-current-cpi-a06 devterm-fan-daemon-cpi-a06 devterm-thermal-printer devterm-thermal-printer-cups devterm-wiringpi-cpi ``` ### /boot/ArmbianEnv.txt