For some of us, this is a long time coming, ever since the first Omap3 Beagle was launched back in 2008..
We have an Open Graphics acceleration stack.. (while it’s only Vulkan today, more is coming)…
Out of the box, mesa 25.3.3 is installed.. Only Vulkan works, OpenGL is relying on future zink changes..
daily mesa 26.0/branch builds
Builds: Jobs · beagle-pkgs / ci-debian-13-mesa-26.0 · GitLab
- Setup
sudo sh -c "echo 'deb [trusted=yes] https://beagle-pkgs.gitlab.io/ci-debian-13-mesa-26.0 stable main' > /etc/apt/sources.list.d/mesa.list"
- Update
sudo apt update ; sudo apt-get dist-upgrade -y
daily mesa 26.1/main builds
As this is main, it can break from time to time..
Builds: Jobs · beagle-pkgs / ci-debian-13-mesa-26.1 · GitLab
- Setup
sudo sh -c "echo 'deb [trusted=yes] https://beagle-pkgs.gitlab.io/ci-debian-13-mesa-26.1 stable main' > /etc/apt/sources.list.d/mesa.list"
- Update
sudo apt update ; sudo apt-get dist-upgrade -y
BeagleBoard’s Debian repo Kernel Updates
- 20260212: v6.18.x-k3 (lts) and v6.19.x-k3 (stable)
BeagleBoard’s Debian repo mesa Updates
- 20260207: 25.3.3 → 26.0.0~rc3 (Drop 25.3 ci builder..)
- 20260213: 26.0.0~rc3 → 26.0.0
