PinePhone Updating Instructions
Revision as of 20:18, 14 July 2020 by ElusivePine (talk | contribs) (Created the page and added information on how to keep Mobian updated)
Mobian
There is no need to flash the newest images to your phone. Mobian is based on Debian so apt can be used to keep the system updated. The following command will check for updates and install them:
$ sudo apt-get update && sudo apt-get upgrade
If some packages were held back, you can update them with:
$ sudo apt-get dist-upgrade
If the update included changes related to the bootloader (e.g. a new kernel) run the following command:
$ sudo u-boot-install-pinephone
Other OSs
Please add the information