i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !
https://youtu.be/SgfUqp6_Yoc
but camera csi still doesnt work even with gstreamer (
upgrade from ubuntu 20.04 to ubuntu 24.04
just started with 20.04 and went from there - this way.
1. have to fix date each time boot:
Code: Select all
date -s '2024-10-25 17:04:12'
Code: Select all
sudo apt install ubuntu-release-upgrader-core
sudo nano /etc/apt/sources.list
Code: Select all
deb http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu focal partner
deb-src http://archive.canonical.com/ubuntu focal partner
Code: Select all
sudo apt-mark unhold $(apt-mark showhold)
Code: Select all
sudo apt update && apt upgrade
*do it twice:
Code: Select all
sudo do-release-upgrade
sudo reboot
I can confirm that this works
although the first step of setting the date is not required (and will actually stop it working) as setting the date to the past where the SSL certificates for ubuntu update servers are not valid will not allow you to get the updates
Downside of this is that you are still stuck with the old kernel as the CPU is not supported by the mainstream kernel
although the first step of setting the date is not required (and will actually stop it working) as setting the date to the past where the SSL certificates for ubuntu update servers are not valid will not allow you to get the updates
Downside of this is that you are still stuck with the old kernel as the CPU is not supported by the mainstream kernel
Last edited by nozlaf on 2025-01-08 8:57, edited 3 times in total.