Cool! Any chance a downloadable image could be posted for this?
You really shouldn’t install images from strangers. That said, google drive is saying 8 hours to upload, so instead you get a super quick tutorial on how to build it on most ubuntu’s or devterm itself.
- mkdir devterm-armbian
- cd devterm-armbian
git clone https://github.com/libreclockwork/armbian-clockworkpi-a06.git
git clone https://github.com/armbian/build.git
- cd build
- git reset --hard 042cdbd6a3e157aaaf8b1d81865c78f45dafbbf4
cp -rf ../armbian-clockworkpi-a06/* .
- ./compile.sh BOARD=clockworkpi-a06 BRANCH=current RELEASE=bullseye BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED=“browsers chat desktop_tools editors internet multimedia office programming remote_desktop” COMPRESS_OUTPUTIMAGE=sha,gpg,img
Image is in devterm-armbian/build/output/images/
(Don’t want to step on CXM’s toes here, they might be planning to release images via some other method.)