The method of upgrade depends on your hardware/os
(1) For installs on RPi:
Simply issue following commands:
sudo apt update
sudo apt upgrade
(2) For installs on a x86_x64 (AMD64) PC:
The method of upgrade depends on how the existing install was done.
-
(a) For install done by building and installing piaware packages from source-code, the packages should be built again using source code of ver 11.1
-
(b) For installs done through QEMU, simply run following commands
sudo apt update
sudo apt upgrade
