Bondy Posted December 5, 2020 Posted December 5, 2020 Hi What is the appropriate method to upgrade to a new release (20.11) without reimaging the SD card? I have not attempted this before as I have mainly used Ubuntu which provides sudo do-release-upgrade Note I am not using a VM or Docker. Can I upgrade the kernel using the downloaded Helios64 image? sudo apt install ./linux-image-<flavour> Is there a way to do it using armbian-config (like there is for raspi-config) Or do I need to download the armbian source and then compile ./compile.sh
Zageron Posted December 5, 2020 Posted December 5, 2020 1 hour ago, Bondy said: Hi What is the appropriate method to upgrade to a new release (20.11) without reimaging the SD card? I have not attempted this before as I have mainly used Ubuntu which provides sudo do-release-upgrade Note I am not using a VM or Docker. Can I upgrade the kernel using the downloaded Helios64 image? sudo apt install ./linux-image-<flavour> Is there a way to do it using armbian-config (like there is for raspi-config) Or do I need to download the armbian source and then compile ./compile.sh sudo apt-get update && sudo apt-get dist-upgrade -y This will upgrade your unit. I rebooted after doing this, but I'm not sure that you need to. 1
Bondy Posted December 5, 2020 Author Posted December 5, 2020 (edited) Thank you for replying, I was previously under the impression that apt-get dist-upgrade did not upgrade the kernel. I thought it was the same as apt-get upgrade except that it also installed and deleted packages to satisfy dependencies. Edited December 5, 2020 by Bondy
Bondy Posted December 6, 2020 Author Posted December 6, 2020 uname -a Before dist-upgrade: 5.8.17-rockchip64 #20.08.21 SMP PREEMPT Sat Oct 31 After dist-upgrade & reboot: 5.9.11-rockchip64 #20.11.1 SMP PREEMPT Fri Nov 27 1
echolon79 Posted December 8, 2020 Posted December 8, 2020 Am 5.12.2020 um 04:27 schrieb Zageron: sudo apt-get update && sudo apt-get dist-upgrade -y This will upgrade your unit. I rebooted after doing this, but I'm not sure that you need to. Good Morning. is it not the same, when you upgrade it through armbian-config? Greetings
NicoD Posted December 8, 2020 Posted December 8, 2020 8 minutes ago, echolon79 said: is it not the same, when you upgrade it through armbian-config? Yes. 1
Recommended Posts