PinePhone Updating Instructions

From PINE64
Revision as of 20:18, 14 July 2020 by ElusivePine (talk | contribs) (Created the page and added information on how to keep Mobian updated)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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