The latest Ubuntu install image for the BeagleV-fire on the download page is Ubuntu 23.04.
This is now unsupported and won’t update or install any packages.
Is a Ubuntu 24.04 install image for the BeagleV-fire in the pipeline ?
Correct, i’m working on this transition for new installs.
Un-tested, but this should get you closer to 24.04:
You can edit /etc/apt/sources.list
with:
sudo sed -i -e 's:lunar:noble:g' /etc/apt/sources.list
Then start package upgrade
sudo apt update
sudo apt-get install dpkg apt
sudo apt-get upgrade
sudo apt-get dist-upgrade
Regards,
1 Like
Gave this a try and so far no issues.
This worked for me.
The daily builds are ubuntu 24.04: Pipelines · BeagleV-Fire / BeagleV-Fire-ubuntu · GitLab
Regards,