Debian Bullseye on Beagleboard X15?

Hi! I need wireguard for my X15, and it exists on Debian bullseye but not Debian buster. Has anyone upgraded their X15 to bullseye? Does it work? What steps did you take?

Thanks,
Simon

Hi @jas4711 , i just tried:

The following packages have unmet dependencies:
 sbuild-build-depends-main-dummy : Depends: debhelper-compat (= 13)
E: Unable to correct problems, you have held broken packages.
apt-get failed.
E: Package installation failed
Not removing build depends: cloned chroot in use

ah debhelper fun… So that’s fun to deal with…

A: enable backports:

B: just use bullseye:

voodoo@x6-am57xx-beagle-x15-2gb:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux bullseye/sid
Release:	testing
Codename:	bullseye
voodoo@x6-am57xx-beagle-x15-2gb:~$ uname -r
5.4.106-ti-r26

Update, /etc/apt/sources.list… (as the deb.debian.org/debian-security won’t be enabled till after release…)

voodoo@x6-am57xx-beagle-x15-2gb:~$ cat /etc/apt/sources.list
deb http://deb.debian.org/debian/ bullseye main contrib non-free
#deb-src http://deb.debian.org/debian/ bullseye main contrib non-free

deb http://deb.debian.org/debian bullseye-updates main contrib non-free
#deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free

deb [arch=armhf] http://repos.rcn-ee.com/debian/ bullseye main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ bullseye main

Then:

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade

Regards,

Thanks – I found wireguard in Debian backports too, and it appears to work fine, so I’m still on buster for now.

Looking forward to a bullseye installera image eventually :slight_smile:

/Simon

You told that you were looking into debian bullseye (debian 11) images.

You can find for example images without preinstalled graphical interface here:
https://rcn-ee.net/rootfs/debian-armhf/
The images for the x15 are named like this: am57xx-debian-11.1-iot-armhf-2021-12-15-4gb.img.xz