Is it possible to try a newer kernel on beagley-ai?

I tried to install a newer kernel as the one that is available in the downloadable image, ie bbb.io-kernel 6.12ti. I tried it with the IOT version, the XFCE version and the Wayland beta of 2024-11-20. After apt install etc, and running beagle-kversion to choose the proper kernek before rebooting, none of them came back.
Is it not possible (yet), or am I missing some magic incantation?

Regards,
Johan Henselmans

If you don’t mind sharing, where did you find this one?

On Getting Started with the BeagleY-AI,
under development snapshots.
Index of /rootfs/debian-arm64-12-bookworm-cinnamon-v6.1-ti

1 Like

this meta package will bring in 6.12.x:

sudo apt update
sudo apt-get install bbb.io-kernel-6.12-k3

(6.12.x is very basic on beagley-ai)

Regards,

Robert, I tried that, but the image did not come back. Is there anything that has changed since sunday?

Regard,

Do you have the boot sequence from the debug port?

Duh, it booted, but the network did not come up. That was the reason I did not see anything. And I took the ti kernel. Should not have done that apparently. Now preparing a new image with the kernel Robert suggested. That one is running, but without wayland-driver.

Via beagle-kversion you can go back to the previous kernel.
Now onto the next job: getting pwm-gpio module running.

Regards,