Ubuntu 24.04 6.12.y for the uConsole and DevTerm

You do understand that Rex has a real job and dose this in his spare time. We are very lucky to have him contributing in this community and should be considerate of his time by not being to demanding. Just my opinion.

4 Likes

Hi, I have tried your Ubuntu distro on uConsolole with CM5. It’s working, but every application, even terminal, took like a minute to open. I have tried two different SD cards, and both behave the same. It is a stock image, as I haven’t updated it since I didn’t let it connect to Wi-Fi. It is not happening on Bookworm distro, where everything is fast. Can someone help me resolve this issue? Thanks.

Gnome is the culprit, it’s slow. You could switch to kde or xfce and get a better experience with Ubuntu.

2 Likes

HEY REX PLEASE DO BUILDS FOR DISTRIBUTIVES ā€œZorin OSā€ AND ā€œPOP! OS " AND " Elementary OSā€ AND ā€œUbuntu Budgieā€ THEY ARE UBUNTU BASED IT SHOULD BE SIMPLE FOR YOU IF YOU WILL HAVE ISSUES YOU CAN CHECK THEIR INSTALLATION DOCUMENTATION WHEN IT WILL BE READY?

2 Likes

Hey there @Rex can you also make builds Xubuntu, Lubuntu, Ubuntu, Mate, and Kubuntu and also arch and Linux mint and gentoo and later on trixie for uconsole and devterm but take your time I an not asking you to rush and do it whenever you want.

gentoo with build is arch

1 Like

a prebuilt arch image already kinda goes against the distro principles, but a gentoo one is even funnier, personally I’m waiting for hannah montana linux

1 Like

You know you can use Xubuntu, Lubuntu, Ubuntu Mate, and Kubuntu .

Should there also be night mode.

UPDATE IN OP!

1 Like

Will Ubuntu 25.10 be ported?

I didn’t plan on it, I was going to do 26.04 when it comes out.

1 Like

Hello,

thank you Rex for your port.

Is there any way to upgrade the kernel?

I tried it many times but flash-kernel fails, even when I manually install the latest 3.109 version.

Is there a ā€œmanualā€ way which does not break packages?

1 Like

You can download the kernel package from my repo and then unpackage it and manually install the kernel.

Will there be an automated method?

When I unmark the clockworkpi-kernel and the flash-kernel package, the kernel gets installed successfully, but flash-kernel fails.

what do you mean exactly?

to download debian/pool/main/c/clockworkpi-kernel/clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb and then just dpkg -i clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb or is there more to it?

The kernel package is designed for vanilla Debian, Ubuntu requires some changes for a package install to work.

You just need to unpackage the deb, like a zip then manually install the kernel files by putting the files where the need to be from the folders file structure. Then just update your initramfa.

I got it to work with ā€œnormalā€ install. The problem seems to be that flash kernel does not find the dtb file to complete installation.

What I did was:

  • download debian/pool/main/c/clockworkpi-kernel/clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb
  • install the package:
    • sudo dpkg -i clockworkpi-kernel_6.12.51-v8-16k+_arm64.deb
      • get errors from flash kernel regarding dtbs missing
  • copy dtb file manually:
    • sudo cp /boot/dtbs/6.12.51-v8-16k+/bcm2712-rpi-cm5l-cm5io.dtb /etc/flash-kernel/dtbs/
  • invoke flash-kernel manually:
    • sudo flash-kernel
      • getting no errors
  • update initramfs:
    • sudo update-initramfs -u
  • update initramfs in /boot/firmware for LUKS
    • sudo mkinitramfs -o /boot/firmware/initramfs8 6.12.51-v8-16k+
      • should be not necessary, if you are not using full disk (SD card) encryption
  • reboot
    • sudo reboot

It is now running the newest kernel fine and dpkg/apt is aware of the installed package, which is nice.

I think the automated install can succeed, if the dtb files where reachable for flash kernel, which it currently is not.

Edit: I also could unmark flash-kernel (sudo apt-mark unhold flash-kernel) and update it to the latest version, without getting errors. I assume, now that the dtb is reachable and I know what to do when it is not, that automatic kernel updates are now possible. I will check/experience that with your next kernel release :smiley: The kernel itself is also ā€œunholdedā€ due to the dpkg install.

just sent you a dm for some testing if you’re willing.

I’ve repackaged the kernel and it will now install successfully on Ubuntu. I’ve uploaded a fixed image. To start receiving kernel updates on your existing Ubuntu install simply sudo apt-mark unhold clockworkpi-kernel flash-kernel then update and upgrade normally.

2 Likes