Difference between revisions of "PostmarketOS on PinePhone"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
# Install ''pmbootstrap''[https://wiki.postmarketos.org/wiki/Installing_pmbootstrap]
 
# Install ''pmbootstrap''[https://wiki.postmarketos.org/wiki/Installing_pmbootstrap]
 
# Build an image[https://wiki.postmarketos.org/wiki/Installation_guide]
 
# Build an image[https://wiki.postmarketos.org/wiki/Installation_guide]
## {{code|1=pmbootstrap init
+
#* {{code|1=pmbootstrap init}}
Vendor: pine64
+
#* Vendor: {{code|1=pine64}}
Device: pinephone
+
#* Device {{code|1=pinephone}}
...}}
 
 
# (optional) Connect the [[PinePhone]]'s eMMC via [[PinePhone_Software#Jumpdrive|Jumpdrive]] if you want to flash it there
 
# (optional) Connect the [[PinePhone]]'s eMMC via [[PinePhone_Software#Jumpdrive|Jumpdrive]] if you want to flash it there
 
# Flash the image: {{code|1=pmbootstrap install --sdcard=/dev/mmcblk2}}
 
# Flash the image: {{code|1=pmbootstrap install --sdcard=/dev/mmcblk2}}

Latest revision as of 12:51, 23 May 2020

Using postmarketOS on a PinePhone.

Installation

You can use pre-built demo images, but the preferred way is to build your own image.

  1. Install pmbootstrap[1]
  2. Build an image[2]
    • pmbootstrap init
    • Vendor: pine64
    • Device pinephone
  3. (optional) Connect the PinePhone's eMMC via Jumpdrive if you want to flash it there
  4. Flash the image: pmbootstrap install --sdcard=/dev/mmcblk2

External Links