Updated Create DevTerm CM4 OS image from scratch (markdown)

GNU 2023-04-04 11:58:40 +08:00
parent 62cf10c9c0
commit 44515b9f83

@ -30,7 +30,9 @@ curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sud
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-thermal-printer-cm4 devterm-fan-temp-daemon-cm4 devterm-thermal-printer-cups devterm-kernel-cm4-rpi devterm-audio-patch devterm-wiringpi-cm4-cpi -y
sudo apt update && sudo apt install devterm-thermal-printer-cm4 devterm-fan-temp-daemon-cm4 devterm-kernel-cm4-rpi devterm-audio-patch devterm-wiringpi-cm4-cpi -y
sudo apt install -y devterm-thermal-printer-cups
```
**Config xrandr**
```