You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Zimaboard comes with a particular configuration installed
However, when you purchase the Zimaboard outside of the USA you end up with a broken installation that won't update Debian underneath.
If you try to update the installed Debian you find that both the certificates are out of date and expired and the operating system is significantly out of date
There is no way of updating the device via the gui
If you log in via ssh or command line you find that apt is broken as both the certificates are out of date AND debian is trying to use http (deprecated)
To fix this you need to do the following:
change the debian repos to point to the repos using https not http (deprecated)
change your timezone to something appropriate [NOT POSSIBLE VIA THE UI SO IMPOSSIBLE FOR SOME USERS]
e.g. sudo timedatectl set-timezone Europe/London
sudo apt update
sudo apt upgrade
To Reproduce
Try updating via the command line with apt update && apt upgrade
Expected behavior
sudo apt update should pull down updated metadata re the underlying OS (Debian) sudo apt upgrade should install the latest packages Desktop (please complete the following information):
Describe the bug
The Zimaboard comes with a particular configuration installed
However, when you purchase the Zimaboard outside of the USA you end up with a broken installation that won't update Debian underneath.
If you try to update the installed Debian you find that both the certificates are out of date and expired and the operating system is significantly out of date
There is no way of updating the device via the gui
If you log in via ssh or command line you find that apt is broken as both the certificates are out of date AND debian is trying to use http (deprecated)
To fix this you need to do the following:
e.g. sudo timedatectl set-timezone Europe/London
To Reproduce
Try updating via the command line with apt update && apt upgrade
Expected behavior
sudo apt update should pull down updated metadata re the underlying OS (Debian)
sudo apt upgrade should install the latest packages
Desktop (please complete the following information):
System Time
System time was set to EDT
Today 5/10/24
The text was updated successfully, but these errors were encountered: