Bookworm 6.6.y for the uConsole and DevTerm

I just don’t use GitHub that much, I can build and test a lot easier doing things local. Having to wait for GitHub to compile and package a kernel or distro would suck.

As I said before, your call :smile:
I’m just throwing ideas onto the table :smiley:

Albeit, there’s 1 “issue” I noticed with your release, which is the login screen, it’s rotated by -90°.

on a fresh image flash everything is rotated right. if you update labwc and let it replace the distro provided files it will reset the login screen. you can get the rotation set correctly by issuing the following command. sed -i '1 a wlr-randr --output DSI-1 --transform 270 &' "/usr/share/labwc/autostart"

2 Likes

Worked like a charm. Thank you for the time that you put into this. It is impressive.

(Side note: My Wi-Fi would not connect during setup. I had to set the wifi location before it would work. I hope this helps someone.)

2 Likes

Man has cm5 32gb storage tho :frowning: would prefer lite but i get what im given

Thanks!
Worked just fine! Although it seems I’m at a point where I’ll start creating a setup script for my taste :smirk:

1 Like

You should check out Pi-Gen in my GitHub, you can make any tweaks, add/remove programs, DEs, and make and modifications to build a nice clean image built to your tastes.

2 Likes


I got a CM5 Dev Kit, wish me luck. Hope to get something working before new year!

15 Likes

Exciting times , hopefully you make a lot of people happy with that.

2 Likes

Kind of sad that you can get a new product like the cm5 in days yet the uConsole takes months to a year to arrive!

Little sneak peak at my progress.

13 Likes

I tried several times, but I can’t write into /sys/class/power_supply/axp20x-battery/calibrate
even with sudo nano, always Error writing lock file /sys/class/power_supply/axp20x-battery/.calibrate.swap: Permission denied

Are you running this bookworm image?
Have you tried…
echo 1 | sudo tee /sys/class/power_supply/axp20x-battery/calibrate

Yes, I am using this image
I tried echo 1 | sudo tee /sys/class/power_supply/axp20x-battery/calibrate first, but I found it didn’t work, then I tried to use sudo nano to change it manually.

Did it give you the same error?

When I tried echo 1 | sudo tee /sys/class/power_supply/axp20x-battery/calibrate, it just returned 1, there was no error jumping out. But I find the /sys/class/power_supply/axp20x-battery/calibrate never changed. If I tried cat /sys/class/power_supply/axp20x-battery/calibrate, it is always the old value (for me is 48).

That is the intended result, reboot and cat /sys/class/power_supply/axp20x-battery/calibrate
note the number then echo 1 | sudo tee /sys/class/power_supply/axp20x-battery/calibrate
redo cat /sys/class/power_supply/axp20x-battery/calibrate
It won’t change to 1. it should be like 32 then 48 after you send it the calibrate signal.

Spoiler!!!

19 Likes

It’s always amazing to see what little miracles the community can accomplish! :heart_eyes:

1 Like

Both CM5 on the same day…

1 Like