http://dl.clockworkpi.com/DevTerm_CM4_v0.3e_xfce_64bit.img.7z
this is the link from github that worked yesterday to “Save As” download
I don’t know if anyone else had these hurdles…
So, Recieved my DevTerm/adapter -no core yesterday and assembled… then spent a few hours trying every image available - .1 and .2 the battery managment didnt work… sudo apt update… sudo apt upgrade… no battery managment - battery at 0%… but it ran on battery power… soo…
trying .3e - this image is based of pi-lite…
for me… i was like… what does that mean? it means it is missing a few things…
This image had no GUI app for Bluetooth, and no GUI app for printers… (atleast when i installed it on my CM4)
go to setting>accessibility - turn on bounce keys at bottom (maximize any window you can so the scroll works right)
in terminal
sudo apt install bluez - manage adapters
sudo apt install bluez-utils -(this one said no build candidate… but wasnt needed in my case anyway… i guess?)
sudo apt install blueman - manage devices/gui
this added bluetooth gui (the icon in the status widget is temporary but it can be opened form settings)
sudo apt install system-config-printer
this re-added the “print settings” to my settings tab…
Then run
echo ‘KERNEL==“axp20x-battery”, ATTR{constant_charge_current_max}=“2200000”, ATTR{constant_charge_current}=“2000000”’ | sudo tee /etc/udev/rules.d/99-uconsole-charging.rules
to increase the charging speed so it doesn’t take all day to charge…
Then i sudo apt install geany
then sudo geany to open geany as admin…
Then add dtparam=ant2 to the bottom of /boot/config.txt - save
open /usr/local/bin/temp_fan_daemon.py
scroll to the bottom and change max temp from 80 to 70 -save (first i did 65… but in normal use it would kick on and off on lap a bit too much…)
reboot.
I don’t know about anyone else… but after doing that… i have bluetooth… wifi… printer… sleek enviroment… battery status… seemingly fully functional…