I tried running update_kernel.sh on my BeagleBone Blue following the Cloud9 instructions and got these errors
E: Unable to locate package seeed-modules-4.19.94-ti-r73
E: Couldn't find any package by glob 'seeed-modules-4.19.94-ti-r73'
E: Couldn't find any package by regex 'seeed-modules-4.19.94-ti-r73'
Do I need to do anything?
Hi @timtuxworth that script is eol, take a look at: Debian 10.x/11.x Kernel Updates
Instead…
Regards,
1 Like
Thanks Robert, is there an easy way to get onto Bullseye?
Yes, start with a fresh image… Bullseye’s version of systemd and systemd-network gave me a great opportunity to remove a bunch of USB gadget script/race conditions and clean up our legacy reliance on connman…
Your options are to start with a fresh image, or just apt update/upgrade your way to bullseye, or just stay on your version. Debian 10.x (Buster) and Debian 11.x (Bullseye) are the main releases i’m working with.
Regards,