Upgrading Beagleboard Blacks from Debian 9.5 => Debian 10.x?

Is it possible to upgrade Beagleboard Blacks from Debian 9.5 => Debian 10.x
using apt? Eg editing /etc/apt/sources replacing stretch with buster and
running apt update / apt full-upgrade? Are there any gotchas I need to watch
out for? I have 32G microSD cards with some local software and various local
configs and would rather not just download an image and redo all of that
unless I really have to.

editing stretch -> buster should be fine..

just upgrade apt/dpkg first, rerun update, then do the upgrade, then
dist-upgrade...

Regards,

Content-Type: text/plain

>
> Is it possible to upgrade Beagleboard Blacks from Debian 9.5 => Debian 10.x
> using apt? Eg editing /etc/apt/sources replacing stretch with buster and
> running apt update / apt full-upgrade? Are there any gotchas I need to watch
> out for? I have 32G microSD cards with some local software and various local
> configs and would rather not just download an image and redo all of that
> unless I really have to.

editing stretch -> buster should be fine..

just upgrade apt/dpkg first, rerun update, then do the upgrade, then
dist-upgrade...

Thanks.

Content-Type: text/plain

Content-Type: text/plain

>
> Is it possible to upgrade Beagleboard Blacks from Debian 9.5 => Debian 10.x
> using apt? Eg editing /etc/apt/sources replacing stretch with buster and
> running apt update / apt full-upgrade? Are there any gotchas I need to watch
> out for? I have 32G microSD cards with some local software and various local
> configs and would rather not just download an image and redo all of that
> unless I really have to.

editing stretch -> buster should be fine..

just upgrade apt/dpkg first, rerun update, then do the upgrade, then
dist-upgrade...

OK, I did this on my two BeagleBone Blacks. Everything updated, except they
are still using thier older (4.x) kernels. I take it I need to do some
additional things to update the kernel? I have a RPi 4 with an recent
Raspbian image (Debian 10 [buster] based) running a 5.x series kernal, so I
expected a newer kernel. So I'd like to update the kernel (unless there is
some reason I shouldn't).

Install whatever branch you want. We don’t force one global option…

https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Mainline_.285.4.x_lts.29

Regards,