<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pine64.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Samueldr</id>
	<title>PINE64 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pine64.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Samueldr"/>
	<link rel="alternate" type="text/html" href="https://wiki.pine64.org/wiki/Special:Contributions/Samueldr"/>
	<updated>2026-05-16T04:51:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.pine64.org/index.php?title=PinePhone_Software_Releases&amp;diff=5437</id>
		<title>PinePhone Software Releases</title>
		<link rel="alternate" type="text/html" href="https://wiki.pine64.org/index.php?title=PinePhone_Software_Releases&amp;diff=5437"/>
		<updated>2020-04-07T21:58:45Z</updated>

		<summary type="html">&lt;p&gt;Samueldr: /* NixOS */ Update the NixOS section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page is intended to help you install a software release on your [[PinePhone]]. It also provides details about all available releases as well as links to further resources.&lt;br /&gt;
&lt;br /&gt;
= General instructions =&lt;br /&gt;
&lt;br /&gt;
Releases are first installed to a Micro SD card. Choose a card with fast I/O (of small files) for the best performance. See [[#Other Resources]] for performance tests of various SD cards.&lt;br /&gt;
&lt;br /&gt;
This section has generic installation instructions. Please see the [[#Software Releases]] section for specific installation instructions for each distribution.&lt;br /&gt;
&lt;br /&gt;
== Boot priority ==&lt;br /&gt;
&lt;br /&gt;
The default PinePhone boot priority is first the SD card and then the eMMC so inserting your own SD card with your preferred release will result in the phone booting your image. &lt;br /&gt;
&lt;br /&gt;
User ''megi'' has demonstrated his multi-boot development [https://www.youtube.com/watch?v=ZL1GREqoqx8 on YouTube,] see Other Resouces at the bottom of this page for a link to his notes.&lt;br /&gt;
&lt;br /&gt;
== Preparation of SD card ==&lt;br /&gt;
# Download your chosen image from the options below&lt;br /&gt;
# Extract the compressed file&lt;br /&gt;
# Write the image to your SD card&lt;br /&gt;
# Plug SD card into phone&lt;br /&gt;
# Boot phone&lt;br /&gt;
If you need step-by-step instructions for writing an image to an SD card, check [[NOOB#Step-by-Step_Instructions_to_Flashing_MicroSD_Cards]] then return to this page.&lt;br /&gt;
&lt;br /&gt;
== Installation to eMMC (Optional) ==&lt;br /&gt;
&lt;br /&gt;
=== Method Using Factory Installed Tools ===&lt;br /&gt;
&lt;br /&gt;
The initial OS you get with your phone has the option to flash an image on SD card to eMMC. &lt;br /&gt;
&lt;br /&gt;
# Copy (not flash) the image file to a formatted SD card.&lt;br /&gt;
# Insert SD card into powered-off phone.&lt;br /&gt;
# Turn on phone and select option to install to eMMC.&lt;br /&gt;
&lt;br /&gt;
=== Safe &amp;amp; Easy Method ===&lt;br /&gt;
&lt;br /&gt;
[https://forum.pine64.org/showthread.php?tid=9444 Jumpdrive thread]&lt;br /&gt;
&lt;br /&gt;
# download and extract [https://github.com/dreemurrs-embedded/Jumpdrive/releases the Jumpdrive image]&lt;br /&gt;
# flash the Jumpdrive image to a SD card&lt;br /&gt;
# boot from the SD card&lt;br /&gt;
# connect the PinePhone to your computer using USB-A -&amp;gt; USB-C cable.&lt;br /&gt;
# flash the exposed (mounted) PinePhone drive with a chosen OS image as you'd flash any SD card, and resize partitions (optional, see below)&lt;br /&gt;
# disconnect the PinePhone from your PC, power it down and remove the Jumpdrive SD card&lt;br /&gt;
# boot into your OS of choice on eMMC&lt;br /&gt;
&lt;br /&gt;
The Jumpdrive image is smaller than 50MB. You can keep an SD card specifically for using Jumpdrive, and there are 64MB micro SD cards sold cheaply that will suffice.&lt;br /&gt;
&lt;br /&gt;
=== Safe With No Extra Tools, But Slower ===&lt;br /&gt;
&lt;br /&gt;
# Prepare a formatted SD card, flash desired OS to the SD card, and (optionally) resize the partition (see below)&lt;br /&gt;
# Insert SD card and boot the phone&lt;br /&gt;
# Open terminal and &amp;lt;code&amp;gt;git clone [url]&amp;lt;/code&amp;gt; your desired project OR: Open web browser and download the desired OS image file. &lt;br /&gt;
# Build the OS (Optional)&lt;br /&gt;
# Flash the resulting image file you got by downloading or by building, to eMMC, using &amp;lt;code&amp;gt;dd if=/dev/mmcblkX of=/dev/mmcblkY bs=1M&amp;lt;/code&amp;gt; where X is the number label of the SD card, and Y is the number label of the eMMC. Use the command ''lsblk'' to check your devices: typically with the current kernel the SD card is /dev/mmcblk0 and the eMMC is /dev/mmcblk2 but as always with ''dd'' be extremely cautious to get the devices correct. Then, resize partition to fill up entire disk (see below).&lt;br /&gt;
# Turn off phone, remove SD card. Turn on phone.&lt;br /&gt;
&lt;br /&gt;
=== Risky Method ===&lt;br /&gt;
&lt;br /&gt;
Warning: This copies a mounted filesystem, which can lead to instability, erratic behavior, and data corruption. Do not use long term.&lt;br /&gt;
&lt;br /&gt;
# Prepare a new SD card, flash desired OS to the SD card&lt;br /&gt;
# Boot the phone with your new SD card image&lt;br /&gt;
# Within the booted OS, flash/clone the running OS to eMMC, e.g. using dd. It will take about 15 minutes (depending on the speed of your card), and in the end it may show an error about not enough space - just ignore it.&lt;br /&gt;
# Turn off phone, take out SD card, and try booting the phone which should load up the new OS from eMMC.&lt;br /&gt;
# Open terminal and resize partition to fill up entire disk (see below).&lt;br /&gt;
&lt;br /&gt;
== Resize partition to fit disk space ==&lt;br /&gt;
&lt;br /&gt;
Once you've flashed the OS to your SD card or eMMC storage, you may also need to expand the partition to fill all the available space.&lt;br /&gt;
&lt;br /&gt;
=== Resize SD card's partition using computer ===&lt;br /&gt;
&lt;br /&gt;
For SD cards, insert the SD card and resize the partitions through the computer. For eMMC, insert the phone cable and use Jumpdrive to access the eMMC directly, and resize the partition after flashing the image.&lt;br /&gt;
&lt;br /&gt;
Using Growpart: &lt;br /&gt;
&lt;br /&gt;
 growpart /dev/sdX 1 &lt;br /&gt;
 resize2fs /dev/sdX 1&lt;br /&gt;
&lt;br /&gt;
Locate growpart (&amp;lt;code&amp;gt;apt-cache search growpart&amp;lt;/code&amp;gt; and install the package in the search results) and run: &lt;br /&gt;
 growpart /dev/mmcblkX Y&lt;br /&gt;
 resize2fs /dev/mmcblkXpY&lt;br /&gt;
where X is the storage device and Y is the partition number (viewable from lsblk).&lt;br /&gt;
&lt;br /&gt;
If you get any errors about missing or unknown commands, use apt-cache search to find and install the needed software. Also don't forget to use sudo.&lt;br /&gt;
&lt;br /&gt;
Using Parted: &lt;br /&gt;
&lt;br /&gt;
Parted's interactive mode and resize work well together. Do this before you put your SD card into the PinePhone for the first time for best results.&lt;br /&gt;
&lt;br /&gt;
 sudo parted /dev/&amp;lt;your_sd_card_device&amp;gt;&lt;br /&gt;
 (parted) resizepart 2 100%&lt;br /&gt;
 (parted) quit&lt;br /&gt;
 sudo resize /dev/&amp;lt;the_second_sd_card_PARTITION&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Resize from within PinePhone: ===&lt;br /&gt;
&lt;br /&gt;
eMMC: you would need to resize the partition on eMMC (flashed with the operating system) by booting another image from the SD card: that way, the eMMC will be unmounted. It is '''not recommended''' to resize eMMC while booted from eMMC! Resizing a currently mounted partition can have weird results. &lt;br /&gt;
&lt;br /&gt;
SD card: It is generally not possible to boot from eMMC to partition the unmounted SD card, because of the boot order -- you would have to write the image to the empty SD card first, then resize partition, all without rebooting. It is also '''not recommended''' to resize the SD card while booted from SD card! Resizing a currently mounted partition can have weird results.&lt;br /&gt;
&lt;br /&gt;
== Installing Any ARM64 Distribution ==&lt;br /&gt;
'''Warning:''' Distributions not on this page may not even boot after you follow this section. In the best case, they will be barely usable. This is more for fun, or if you would like to port a new distro to the PinePhone.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This section uses megi's kernel releases, and not the official ones from PINE64. While it is possible to use the official (and in the future, mainline) kernel, megi provides binary releases, which makes it very easy.&lt;br /&gt;
&lt;br /&gt;
If you would like to see specific commands for how to complete these steps, see https://github.com/nikhiljha/pp-fedora-sdsetup (an example for Fedora) or https://xnux.eu/howtos/install-arch-linux-arm.html (an example for Arch Linux).&lt;br /&gt;
&lt;br /&gt;
# Create a boot (from 4MiB to about 252MiB) and root (from 252 MiB to the end of the card) filesystem on the SD card.&lt;br /&gt;
# Format the boot partition with vfat, and the root partition with f2fs.&lt;br /&gt;
# Extract the root filesystem from your distro's ARM image into the root filesystem on the sd card. Do not copy the partition, copy the files (in archive mode: like rsync -ar).&lt;br /&gt;
# Edit /etc/fstab to match your partitions.&lt;br /&gt;
# Grab megi's kernel from https://xff.cz/kernels/ (you probably want 5.6).&lt;br /&gt;
# Follow the README instructions, which involves copying the kernel modules into the sd card rootfs and writing u-boot and the bootloader.&lt;br /&gt;
&lt;br /&gt;
== Backlight ==&lt;br /&gt;
All current distributions do not have a good setup for the backlight at low brightness.&lt;br /&gt;
If configured too low, the backlight shuts down completely, but the screen is still displayed and usable in bright front-light.&lt;br /&gt;
&lt;br /&gt;
Sailfish is one OS that initially uses automatic backlight control and the default setting makes the screen appear blank. When shining a bright light on the screen, you can still navigate the screen (and maybe the screen switches on temporarily due to the light sensor). This will make it possible for you to disable auto brightness in Settings, Display.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Software Releases =&lt;br /&gt;
&lt;br /&gt;
== postmarketOS ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/postmarketos.png&lt;br /&gt;
&lt;br /&gt;
postmarketOS is a preconfigured version of [https://www.alpinelinux.org/ Alpine Linux] for mobile devices that offers a choice of several desktop environments including Plasma Mobile and phosh. &lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
Rather than downloading a demo image [https://wiki.postmarketos.org/wiki/Installation_guide postmarketOS recommend] the use of their script, pmbootstrap, that can tailor build your SD card for you. See for example [https://forum.pine64.org/showthread.php?tid=8285 this forum thread.] &lt;br /&gt;
&lt;br /&gt;
Note pmbootstrap offers an option [https://wiki.postmarketos.org/wiki/PINE64_PinePhone_(pine64-pinephone)#Installation to install to the eMMC.]&lt;br /&gt;
&lt;br /&gt;
[http://images.postmarketos.org/pinephone/ Demo images can be found here.]&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
demo/147147 (for demo images only - when building an image with pmbootstrap you set your own user-id and password. '''NOTE: currently some lock screens require your password, but only present a numeric keyboard. So you should use [[only]] numbers in your password until you've verified you can unlock with other characters.''')&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
See [https://wiki.postmarketos.org/wiki/PINE64_PinePhone_(pine64-pinephone) postmarketOS dedicated PinePhone wiki page]&lt;br /&gt;
&lt;br /&gt;
If you install firefox browser (or are using a demo image that already has it installed) [https://wiki.postmarketos.org/wiki/Firefox then these hints in the pmOS wiki are recommended.] GDK_SCALE=1 is best for PinePhone screen, enable Wayland gets application to fit screen and allow keyboard entry.&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
[https://gitlab.com/postmarketOS/postmarketos/issues/3 postmarketOS issue tracker for PinePhone support]&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
[https://wiki.postmarketos.org/wiki/Contributing See postmarketOS wiki for options to contribute.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ubuntu Touch by UBPorts ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/ubports.png&lt;br /&gt;
A Mobile Version of the Ubuntu Operating System made and maintained by the UBports Community.&lt;br /&gt;
&lt;br /&gt;
A short, state-of-the-art (as at 2 April 2020) [https://youtu.be/3Ne6G0-hn9g demo on YouTube.]&lt;br /&gt;
&lt;br /&gt;
[https://ubuntu-touch.io/ Ubuntu touch] is a mobile version of Ubuntu developed by the UBports community. Images can be downloaded from [https://ci.ubports.com/job/rootfs/job/rootfs-pinephone/ here]. There is also a [https://github.com/goddard/pinephone/ script] to download the latest img and flash to your pinephone. In the future, Ubuntu Touch will be able to be installed onto the PinePhone with the [https://ubuntu-touch.io/get-ut UBports installer] GUI tool.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[https://gitlab.com/ubports/community-ports/pinephone See UBports gitlab page.]&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
The default password is &amp;lt;code&amp;gt;phablet&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
[https://gitlab.com/ubports/community-ports/pinephone Scroll down to the bottom of this page.]&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
[https://gitlab.com/ubports/community-ports/pinephone See UBports gitlab page.]&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
[https://ubports.com/foundation/sponsors See UBports website for how to donate.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Debian-PinePhone ==&lt;br /&gt;
[[File:Debian-logo.png]]&lt;br /&gt;
&lt;br /&gt;
See [https://forum.pine64.org/showthread.php?tid=9016 this thread in the forum.]&lt;br /&gt;
&lt;br /&gt;
An unofficial Debian build for ARM64 running with the [https://developer.puri.sm/Librem5/Software_Reference/Environments/Phosh.html phosh user interface] (developed by Purism, phosh uses [https://en.wikipedia.org/wiki/Wayland_(display_server_protocol) Wayland] instead of [https://en.wikipedia.org/wiki/X.Org_Server Xorg]). The base system is pure Debian, with only the GUI applications and a few others (ModemManager, Wifi chip firmware) being built from modified sources (as well as the kernel and u-boot, of course). Current version is Debian Bullseye.  &lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[http://pinephone.a-wai.com/images/ Debian-pinephone downloadable images]&lt;br /&gt;
&lt;br /&gt;
Don't forget to extract the image before installing: &lt;br /&gt;
$ gzip -d Downloads/debian-pinephone-*.img.gz&lt;br /&gt;
&lt;br /&gt;
See the [https://gitlab.com/a-wai/debos-pinephone project page] for specific installation instructions.&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
debian/1234&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
&lt;br /&gt;
See [https://gitlab.com/a-wai/debos-pinephone/-/blob/master/README.md the project's README file] for most up to date status.&lt;br /&gt;
&lt;br /&gt;
Check [https://gitlab.com/a-wai/debos-pinephone/-/issues bug tracker] for known issues. Questions? Ask on our [https://forum.pine64.org/showthread.php?tid=9016 thread].&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
It is recommended that you log your bug reports in [https://gitlab.com/a-wai/debos-pinephone/issues/ the project's issue tracker.] As a general rule, issues with third-party apps (even the default ones) should be reported upstream. A Debian-PinePhone issue would be related to getting the hardware to work on the PinePhone, but if unsure where the issue should be reported just open a ticket or ask.&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
Feel free to pick an open issue to work on, or send a merge request on [https://gitlab.com/a-wai/debos-pinephone/ Gitlab.]&lt;br /&gt;
&lt;br /&gt;
* ''' User Experience Notes '''&lt;br /&gt;
&lt;br /&gt;
If not already mentioned on the project page, the [https://forum.pine64.org/showthread.php?tid=9016 thread] might have known workarounds to software and user experience issues as contributed by the users.&lt;br /&gt;
&lt;br /&gt;
'''The Chatty app''' requires that in order to start a new text, you need to enter +[country code]-[phone number]. Without the + and the country code (+1 for USA) you won't be able to send a new text.  &lt;br /&gt;
&lt;br /&gt;
'''To adjust screen resolution''' [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/] [https://forum.pine64.org/showthread.php?tid=9016&amp;amp;pid=61403#pid61403] [https://forum.pine64.org/showthread.php?tid=9016&amp;amp;pid=61685#pid61685] &lt;br /&gt;
&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo apt install linux-libc-dev build-essential ninja-build meson cmake libwayland-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
# Continue the rest of the instructions on [https://puri.sm/posts/easy-librem-5-app-development-scale-the-screen/ this page]&lt;br /&gt;
# When you finish, you will have a touch-capable app you can use to adjust resolution any time, useful when switching between various apps. Unlike other solutions, this works across reboots.&lt;br /&gt;
&lt;br /&gt;
'''Most of Debian's repository is available.''' There are packages that apt won't find, which need to be cross compiled (&amp;quot;ported&amp;quot;) to ARM64 (see [https://wiki.debian.org/Arm64Port Debian's wiki on ARM64 port]), but the process is fairly easy. Most developers package their software for the AMD64 version of Debian, so they will throw an error when run; if you have the source code, you can compile it to run on ARM64/PinePhone. If you do so, you should contact the developers so they can provide precompiled ARM64 packages for others in the future. You should also contact Debian if you have working ARM64 packages not listed on [https://wiki.debian.org/Arm64Port this page], since this helps them track the status of ARM64 with Debian. Give their wiki page some TLC.&lt;br /&gt;
&lt;br /&gt;
'''Apps that don't work with Wayland''': if you encounter an app that only works with X11 and not Wayland, report it upstream to the app's developers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SailfishOS ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/sailfishos.png&lt;br /&gt;
Sailfish OS is a Linux-based operating system based on open source projects such as Mer and including a closed source UI.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
The SailfishOS image is built on Gitlab CI. The latest image can be installed using the [https://raw.githubusercontent.com/sailfish-on-dontbeevil/flash-it/master/flash-it.sh flashing script].&lt;br /&gt;
&lt;br /&gt;
The script downloads the image and bootloader from our CI, extracts everything and burns it onto the SD card. '''Note:''' The script will format and erase the SD card!&lt;br /&gt;
&lt;br /&gt;
''Instructions:''&lt;br /&gt;
# Download the flashing script&lt;br /&gt;
# Insert a microSD card in your device&lt;br /&gt;
# Make the script executable: &amp;lt;code&amp;gt;chmod +x flash-it.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Verify that you have the &amp;lt;code&amp;gt;bsdtar&amp;lt;/code&amp;gt; package installed&lt;br /&gt;
# Execute it: &amp;lt;code&amp;gt;./flash-it.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Follow the instructions. Some commands in the script require root permissions (for example: mounting and flashing the SD card).&lt;br /&gt;
&lt;br /&gt;
Note that after baking µSD card and booting phone, as per [https://www.reddit.com/r/pinephone/comments/f1l7bm/sailfish_os_on_pinephone_best_os_so_far_in_my/fh8o0s2/ Reddit comment] you have to adjust autobrightness settings in order to actually see interface.&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
The current (2 Apr) version of Sailfish no longer has a defect with the auto brightness! If you're not familiar with SFOS, be prepared by having a (free) Jolla account and pay attention to the tutorial - the interface works great but isn't immediately obvious. If you are familiar with SF you can skip the tutorial by touching all 4 corners starting top left. There is a poor selection of apps available from the Jolla store. To enable openrepos.net install the Storeman app by downloading the rpm from https://openrepos.net/content/osetr/storeman. Browse the apps and add repository first from the pulley menu before installing the app. &lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
&lt;br /&gt;
See [https://sailfishos.org/wiki/Collaborative_Development#Reporting_issues the Sailfish wiki] for links to their forum as well as info required when reporting an issue.&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
[https://sailfishos.org/wiki/SailfishOS See the SailfishOS wiki for options to contribute.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PureOS ==&lt;br /&gt;
PureOS is a GNU/Linux distribution focusing on privacy and security, using the GNOME desktop environment. It is developed and maintained by Purism.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
This is an unofficial/unsupported creation by ''mozzwald'' that can be downloaded [https://droppy.ironrobin.net/#/Images/PureOS here.] &lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
purism/123456&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/fedora.png&lt;br /&gt;
&lt;br /&gt;
An (unofficial) vanilla Fedora rawhide build for aarch64 with megi's kernel and [https://copr.fedorainfracloud.org/coprs/njha/mobile/packages/ some additional packages] to tie it all together. It aims to eventually be an upstream part of the Fedora project, rather than a phone-specific distribution.&lt;br /&gt;
&lt;br /&gt;
See [https://forum.pine64.org/showthread.php?tid=9347 this thread in the forum.]&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[https://github.com/nikhiljha/pp-fedora-sdsetup/releases/ flashable images] or [https://github.com/nikhiljha/pp-fedora-sdsetup/tree/image build scripts]&lt;br /&gt;
&lt;br /&gt;
The images are compressed with zstd because the maintainer needs an excuse to use zstd.&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
pine/1111&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
* WiFi, Bluetooth, SMS, Data, Calls all work!&lt;br /&gt;
* There are still a few bugs though, and [some features don't have driver support yet https://xnux.eu/devices/pine64-pinephone.html#toc-feature-driver-support-matrix] on any PinePhone distribution. &lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
Please send your bug reports at [https://github.com/nikhiljha/pp-fedora-sdsetup/issues the project's issue tracker.] Be sure to include logs if applicable!&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
Please help! Send us merge requests on [https://github.com/nikhiljha/pp-fedora-sdsetup/ Github.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ARM ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/archlinux.png&lt;br /&gt;
&lt;br /&gt;
An (unofficial) barebone Arch Linux ARM image, all you have is just a shell and SSH.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
https://github.com/dreemurrs-embedded/Pine64-Arch/releases&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
alarm/alarm&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
It's just fast and smooth, there's nothing, you'll have to install a desktop at your own. GNOME is a good example to look at.&lt;br /&gt;
&lt;br /&gt;
To access the device, ssh to 172.16.42.1 with the credentials above. &lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
Feel free to send us merge requests on [https://github.com/dreemurrs-embedded/Pine64-Arch/pulls GitHub.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manjaro ARM ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/manjaro.png&lt;br /&gt;
Manjaro is a user-friendly Linux distribution based on the independently developed Arch operating system with the Plasma Mobile desktop environment.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[https://forum.manjaro.org/t/manjaro-arm-alpha4-for-pinephone-and-pinetab/127684 See Manjaro forum announcement of Alpha4 version]&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
** manjaro/1234&lt;br /&gt;
** root/root&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
[https://forum.manjaro.org/t/manjaro-arm-alpha4-for-pinephone-and-pinetab/127684 See Manjaro announcement.]&lt;br /&gt;
&lt;br /&gt;
In particular phone calls do NOT yet work from the Phone application.&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
[https://forum.manjaro.org/t/manjaro-arm-alpha4-for-pinephone-and-pinetab/127684 See the end of the announcement here.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maemo Leste ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/maemo_leste.png&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/Maemo Maemo] is a trimmed-down version of Debian for mobile devices, originally a collaboration between Nokia and many open source projects (the [http://maemo.org/intro/ Maemo community]) before Nokia abandoned it. The community now takes full responsibility in developing fully open source Maemo for a variety of mobile devices. &lt;br /&gt;
&lt;br /&gt;
The new version Maemo 7 &amp;quot;Leste&amp;quot; is an ARM64 port of [https://devuan.org/ Devuan] (Debian without systemd) and runs the mainline Linux kernel. The default user interface stack is [https://en.wikipedia.org/wiki/Hildon Hildon], [https://en.wikipedia.org/wiki/X.Org_Server Xorg], [https://en.wikipedia.org/wiki/Matchbox_(window_manager) Matchbox WM], and [https://en.wikipedia.org/wiki/GTK GTK]. The current version is Devuan Ascii (Debian Stretch) and they are working on an upgrade to Devuan Beowulf (Debian Buster) as well as simultaneous support for both Devuan and Debian. In addition to the main repository, they [https://maemo-leste.github.io/maemo-leste-repositories-and-community-packages.html announced] a [https://github.com/maemo-leste-extras/bugtracker community repository]. To keep updated they use automation in their package maintenance with [https://github.com/maemo-leste/jenkins-integration jenkins] (similar to [https://www.debian.org/devel/buildd/ debian's buildd]). Porting packages to Maemo Leste is basically a simple matter of porting to arm64 version of Debian/Devuan, which benefits both projects.&lt;br /&gt;
&lt;br /&gt;
More detailed information can be found on [https://leste.maemo.org/Main_Page the Maemo Leste wiki], or follow [https://maemo-leste.github.io/ announcements on their website], and check out [https://leste.maemo.org/Leste_FAQ Frequently Asked Questions]. &lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[http://maedevu.maemo.org/images/pinephone/ Maemo Leste test builds.] There is also an [https://github.com/maemo-leste/image-builder image builder], see their wiki for instructions on how to [https://leste.maemo.org/Image_Builder build a custom image].&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
root/toor&lt;br /&gt;
&lt;br /&gt;
You may use &amp;quot;sudo&amp;quot; directly.&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
For current status and work arounds please read their [https://leste.maemo.org/PinePhone PinePhone wiki page], and update as necessary (make sure to notify them of new issues by leaving a report on their github, see below).&lt;br /&gt;
&lt;br /&gt;
* ''' Where to Report Issues '''&lt;br /&gt;
Most discussion occurs at #maemo-leste on freenode IRC. The Maemo website also has an [https://talk.maemo.org/showthread.php?p=1565822 ongoing forum thread] for feedback about Maemo Leste on the PinePhone BraveHeart edition.&lt;br /&gt;
&lt;br /&gt;
All other contact information is listed on the [https://leste.maemo.org/Main_Page main page] of the Maemo wiki. You should [https://github.com/maemo-leste/bugtracker/issues submit bug reports] on github. To track known issues, you may use these search terms: [https://github.com/maemo-leste/bugtracker/issues?utf8=%E2%9C%93&amp;amp;q=is%3Aissue+is%3Aopen+pinephone pinephone], [https://github.com/maemo-leste/bugtracker/issues?utf8=%E2%9C%93&amp;amp;q=is%3Aissue+is%3Aopen+pine64 pine64]&lt;br /&gt;
&lt;br /&gt;
* ''' Development '''&lt;br /&gt;
Learn about [https://leste.maemo.org/Development development], [https://leste.maemo.org/Development/Porting_Packages porting packages], [https://leste.maemo.org/Development/Building_Packages building packages], [https://leste.maemo.org/Development/Tasks todo list], and general info on [https://wiki.debian.org/HowToPackageForDebian how to package for Debian]. Some tasks have funding available. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nemo Mobile ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/nemo_mobile.png&lt;br /&gt;
Nemo Mobile is the open source build of Sailfish OS.&lt;br /&gt;
&lt;br /&gt;
See [https://forum.pine64.org/showthread.php?tid=9043 this forum thread] for how to get going.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[https://github.com/neochapay/nemo-device-dont_be_evil/ Download location is here on GitHub.]&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
[https://github.com/neochapay/nemo-device-dont_be_evil/ Scroll down the page here.]&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
For more info please visit [https://github.com/neochapay/nemo-device-dont_be_evil neochapay's github page]&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== KDE Neon ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/plasma_mobile.png&lt;br /&gt;
Based on KDE Neon for the desktop, comes with Plasma Mobile.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[https://images.plasma-mobile.org/pinephone/ Plasma mobile images can be found here.]&lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
phablet/1234&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NixOS ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/nixos.png&lt;br /&gt;
&lt;br /&gt;
''NixOS support is handled through the Mobile NixOS project.''&lt;br /&gt;
&lt;br /&gt;
* [https://mobile.nixos.org/ Project home page]&lt;br /&gt;
* [https://github.com/NixOS/mobile-nixos Source code repository]&lt;br /&gt;
&lt;br /&gt;
There is no pre-built complete image. For now users are expected to follow the instructions in the [https://mobile.nixos.org/getting-started.html Getting Started page], and on [https://mobile.nixos.org/devices/pine64-pinephone-braveheart.html the device's page].&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
&lt;br /&gt;
This information may change, but currently it boots, it's as compatible as the Android-based devices are with Mobile NixOS. It even supports a bit more since it can use Wi-Fi.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;&lt;br /&gt;
Support for all of the hardware will be coming, this project is a breadth-first work, where the work spans multiple devices in parallel.&lt;br /&gt;
&amp;lt;/cite&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
On [https://github.com/NixOS/mobile-nixos/issues the project's repository]. Please specify that you are using a Pinephone when reporting issues.&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
[https://nixos.org/nixos/community.html Details about contributions and donations are on the NixOS website.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LuneOS ==&lt;br /&gt;
http://files.pine64.org/sw/pine64_installer/json/luneos.jpg&lt;br /&gt;
Based on WebOS by LG, comes with Luna Next desktop environment.&lt;br /&gt;
&lt;br /&gt;
* ''' Download location '''&lt;br /&gt;
[http://build.webos-ports.org/luneos-testing/images/pinephone/ LuneOS test image for PinePhone]&lt;br /&gt;
Tofe recommends using bmaptool ; for example &amp;quot;bmaptool copy http://build.webos-ports.org/luneos-testing/images/pinephone/luneos-dev-image-pinephone-testing-0-15.rootfs.wic.gz /dev/mmcblk0&amp;quot;. Rename .wic file to .img for standard dd usage. &lt;br /&gt;
&lt;br /&gt;
* ''' user-id/password '''&lt;br /&gt;
&lt;br /&gt;
* ''' What works, what does not work '''&lt;br /&gt;
&lt;br /&gt;
* ''' Where/how to report defects '''&lt;br /&gt;
&lt;br /&gt;
* ''' Contributions '''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Aurora ==&lt;br /&gt;
Available soon? https://mobile.twitter.com/neochapay/status/1189552654898188288?p=p&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Android 10 ==&lt;br /&gt;
https://www.pine64.org/wp-content/uploads/2020/03/androidpp.jpg&lt;br /&gt;
&lt;br /&gt;
While I didn't find a download link yet, I did find this image on the March community update from Pine64 of an Android 10 rom running on the Pinephone by [https://github.com/Icenowy Moe Icenowy]. This image is absolutely bare-bones (no applications yet) and comments on IRC indicated it was a theoretical test only, rather than a step towards a release.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Mobile Carrier APN Settings =&lt;br /&gt;
&lt;br /&gt;
See thread: https://forum.pine64.org/showthread.php?tid=9150&lt;br /&gt;
&lt;br /&gt;
Disclaimer: Go to the websites of or speak to the customer support lines of those carriers which you want to use. No guarantees. This list is simply user-generated and serves to demonstrate examples of what worked for them. This list is not exhaustive, does not cover all possible carriers.&lt;br /&gt;
&lt;br /&gt;
''' Distributions with Phosh (Debian + Phosh, pmOS + Phosh, Fedora) '''&lt;br /&gt;
&lt;br /&gt;
APN settings are either located in &amp;lt;code&amp;gt;Settings &amp;gt; Mobile &amp;gt; Access Point Names&amp;lt;/code&amp;gt; (pureOS, Debian + Phosh) or &amp;lt;code&amp;gt;Settings &amp;gt; Network &amp;gt; Network Dropdown &amp;gt; Add new connection&amp;lt;/code&amp;gt; (pmOS, Fedora).&lt;br /&gt;
&lt;br /&gt;
== ATT-based ==&lt;br /&gt;
&lt;br /&gt;
* ATT&lt;br /&gt;
* Metro&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== Red Pocket (USA) ==&lt;br /&gt;
&lt;br /&gt;
You can choose AT&amp;amp;T, Verizon, T-Mobile or Sprint network. Known to work with the GSMA (ATT) SIM, calls and SMS work.&lt;br /&gt;
&lt;br /&gt;
APN settings:&lt;br /&gt;
&lt;br /&gt;
 name: Red Pocket&lt;br /&gt;
 APN: RESELLER&lt;br /&gt;
&lt;br /&gt;
== Mint Mobile (USA) ==&lt;br /&gt;
&lt;br /&gt;
Source: https://www.mintmobile.com/setup-for-android/&lt;br /&gt;
&lt;br /&gt;
Use the following APN settings:&lt;br /&gt;
&lt;br /&gt;
 Name: Ultra&lt;br /&gt;
 APN: Wholesale&lt;br /&gt;
&lt;br /&gt;
Call their customer service to activate using the number on their website, or activate on their website: https://my.mintmobile.com/activation. You may also need to reboot your phone.&lt;br /&gt;
&lt;br /&gt;
== Tracfone (USA?) == &lt;br /&gt;
&lt;br /&gt;
BYOP sim card: works with T-Mobile and ATT compatible SIM cards provided in BYOP kit&lt;br /&gt;
&amp;quot;Activation was as simple as putting the card in the phone and sending a text message.&amp;quot;&lt;br /&gt;
&amp;quot;I went to a different area today with better cell tower coverage and was able to make my first call from my pinephone.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Carriers That Do Not Work ==&lt;br /&gt;
&lt;br /&gt;
* FreedomPop (USA): VoIP-service. Customer service said they require Android 4.3+, and their free calling and texting works only with the Google Play app they make you use. So calls and texts don't work with non-smart phones and won't work with the PinePhone (even though it is a smart phone) because of software incompatibility. However, the data part still work if APN has been seen correctly set to fp.com.attz. You get 200MB free data per month. However, please watch out that you will get ding by $20 top up charge when over 200MB limit. &lt;br /&gt;
* VoLTE services like Sprint or Verizon&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other Resources =&lt;br /&gt;
Community&lt;br /&gt;
* [https://forum.pine64.org/forumdisplay.php?fid=120 PinePhone Forum]&lt;br /&gt;
* [http://www.pine64.xyz:9090/?channels=PINEPHONE PinePhone IRC Channel]&lt;br /&gt;
&lt;br /&gt;
Hardware information&lt;br /&gt;
* [[PinePhone]] hardware details in this Pine64 wiki.&lt;br /&gt;
* [[PinePhone_v1.1_-_Braveheart]] hardware details specific to the Braveheart handsets.&lt;br /&gt;
* The postmarketOS wiki has a detailed page on the PinePhone hardware [https://wiki.postmarketos.org/wiki/PINE64_PinePhone_(pine64-pinephone) here,] and the preceeding devkit [https://wiki.postmarketos.org/wiki/PINE64_Don%27t_be_evil_devkit_(pine64-dontbeevil) here.]&lt;br /&gt;
&lt;br /&gt;
Other software information&lt;br /&gt;
* [https://linux-sunxi.org/Main_Page sunxi community wiki]&lt;br /&gt;
* [https://xnux.eu/devices/pine64-pinephone.html megi feature/driver support matrix]&lt;br /&gt;
* [https://megous.com/dl/tmp/README.bootui megi bootUI notes (for dualbooting/multibooting)]&lt;br /&gt;
* [https://github.com/ayufan-pine64/boot-tools ayufan boot tools]&lt;br /&gt;
&lt;br /&gt;
Other&lt;br /&gt;
* [https://store.pine64.org/?post_type=product Pine64 shop]&lt;br /&gt;
* [https://www.pine64.org/2020/01/24/setting-the-record-straight-pinephone-misconceptions/ Pine64 blog on blobs]&lt;br /&gt;
* [https://tuxphones.com/yet-another-librem-5-and-pinephone-linux-smartphone-comparison/ Martijn Braam Librem 5 comparison, especially covering openness/blobs]&lt;br /&gt;
* [https://fam-ribbers.com/2019/12/28/State-of-Linux-on-mobile-and-common-misconceptions.html Bart Ribbers blog on linux distributions and desktop environments on mobile devices.]&lt;br /&gt;
* [https://www.jeffgeerling.com/blog/2019/a2-class-microsd-cards-offer-no-better-performance-raspberry-pi Jeff Geerling on testing micro SD cards.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;background-color: lightyellow;&amp;quot;&amp;gt;[[#top | '''Return to top of page''']]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Samueldr</name></author>
	</entry>
	<entry>
		<id>https://wiki.pine64.org/index.php?title=1080P_Pinebook&amp;diff=3428</id>
		<title>1080P Pinebook</title>
		<link rel="alternate" type="text/html" href="https://wiki.pine64.org/index.php?title=1080P_Pinebook&amp;diff=3428"/>
		<updated>2019-05-18T03:54:28Z</updated>

		<summary type="html">&lt;p&gt;Samueldr: There is no SPI NOR Flash on the Pinebook&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Software and OS Image Downloads ==&lt;br /&gt;
=== [[1080P_Pinebook_Software_Release| 1080P Pinebook]] ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1_S3A3OmpLpnLTIRnhK31IDZOonq2-CFGIxT1fgM5GqY/edit#gid=0 Pinebook's 1080p OS Comparison Chart @maintain by e-minguez]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under [[1080P_Pinebook_Software_Release|'1080P Pinebook Software and OS Image Download Section']] you will find a complete list of currently supported Operating System images that work with the Pinebook as well as other related software. &lt;br /&gt;
The list includes OS images and descriptions of:&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#aosc}} http://files.pine64.org/sw/pine64_installer/json/kde.png] [[1080P_Pinebook_Software_Release#KDE_Neon_Image|'''KDE (microSD and eMMC boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#Arch_Linux_mainline_XFCE}} http://files.pine64.org/sw/pine64_installer/json/archlinux.png] [[1080P_Pinebook_Software_Release#Arch_Linux_mainline_XFCE|'''Arch Linux mainline XFCE (microSD Boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#aosc}} http://files.pine64.org/sw/pine64_installer/json/aosc.png] [[1080P_Pinebook_Software_Release#AOSC|'''AOSC (microSD and eMMC boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#DietPi}} http://files.pine64.org/sw/pine64_installer/json/dietpi.png] [[1080P_Pinebook_Software_Release#DietPi|'''DietPi(microSD Boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#Manjaro}} http://files.pine64.org/sw/pine64_installer/json/manjaro.png] [[1080P_Pinebook_Software_Release#Manjaro|'''Manjaro (microSD Boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#NetBSD}} http://files.pine64.org/sw/pine64_installer/json/netbsd.png] [[1080P_Pinebook_Software_Release#NetBSD|'''NetBSD (microSD Boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#Q4OS}} http://files.pine64.org/sw/pine64_installer/json/q4os.png] [[1080P_Pinebook_Software_Release#Q4OS|'''Q4OS (microSD Boot)''']]&lt;br /&gt;
&lt;br /&gt;
* [{{fullurl:1080P_Pinebook_Software_Release#Android 6.0}} http://files.pine64.org/sw/pine64_installer/json/android_6.png] [[1080P_Pinebook_Software_Release#Android 6.0|'''Android 6.0 (microSD to eMMC)''']]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Quick Links to OS Images Build Sources===&lt;br /&gt;
'''Some of the provided OS images are still in &amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;beta or nightly build&amp;lt;/span&amp;gt; and only fit for testing purposes. These images ought to be avoided for normal usage - use them at &amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;your own risk&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/ayufan-pine64/linux-build/releases/latest/ ayufan Linux]&lt;br /&gt;
* [https://github.com/ayufan-pine64/android-7.1/releases/latest/ ayufan Android 7.1]&lt;br /&gt;
* [https://downloads.blissroms.com/Bliss/Official/pinebook/ Pinebook Bliss OS]&lt;br /&gt;
* [https://dl.armbian.com/pinebook-a64/archive/ Pinebook Armbian]&lt;br /&gt;
* [https://github.com/anarsoul/linux-build/releases/latest Arch Linux XFCE]&lt;br /&gt;
* [https://sourceforge.net/projects/q4os/files/stable/ Q4OS]&lt;br /&gt;
&lt;br /&gt;
== [[Pinebook_Service_Step_by_Step_Guides|Pinebook Service Step-by-Step Guides]] ==&lt;br /&gt;
Under [[Pinebook_Service_Step_by_Step_Guides|'Service Guides for Pinebook']] you can see instruction guides concerning disassembly of:&lt;br /&gt;
&lt;br /&gt;
'''Note: The installation process is the reverse order of removal guide'''&lt;br /&gt;
&lt;br /&gt;
* 11.6″ Pinebook Lithium Battery Pack Removal Guide&lt;br /&gt;
* 11.6″ Pinebook LCD Panel Screen Removal Guide&lt;br /&gt;
* 11.6″ Pinebook eMMC Module Removal Guide&lt;br /&gt;
&lt;br /&gt;
== Pinebook Information ==&lt;br /&gt;
* Dimensions: 299mm x 200mm x 12mm (WxDxH - 11&amp;quot; Pinebook)&lt;br /&gt;
* Weight: 1.04Kg (11&amp;quot; Pinebook) &lt;br /&gt;
* Input Power: DC 5V @ 3A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== SoC and Memory Specification ==&lt;br /&gt;
* Based on Allwinner A64&lt;br /&gt;
[[File:Allwinner_A64.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== CPU Architecture ===&lt;br /&gt;
* [http://www.arm.com/products/processors/cortex-a/cortex-a53-processor.php Quad-core ARM Cortex-A53 Processor@1152Mhz]&lt;br /&gt;
* A power-efficient ARM v8 architecture&lt;br /&gt;
* 64 and 32bit execution states for scalable high performance&lt;br /&gt;
* Support NEON Advanced SIMD (Single Instruction Multiple Data) instruction for acceleration of media and signal processing function&lt;br /&gt;
* Support Large Physical Address Extensions(LPAE)&lt;br /&gt;
* VFPv4 Floating Point Unit&lt;br /&gt;
* 32KB L1 Instruction cache and 32KB L1 Data cache&lt;br /&gt;
* 512KB L2 cache&lt;br /&gt;
&lt;br /&gt;
=== GPU Architecture ===&lt;br /&gt;
* [http://www.arm.com/products/multimedia/mali-gpu/ultra-low-power/mali-400.php ARM Mali400MP2 Dual-core GPU]&lt;br /&gt;
* Support OpenGL ES 2.0 and OpenVG 1.1 standard&lt;br /&gt;
* Open source driver: [https://gitlab.freedesktop.org/lima/web/wikis/home]&lt;br /&gt;
&lt;br /&gt;
=== System Memory ===&lt;br /&gt;
* System RAM Memory: 2GB&lt;br /&gt;
&lt;br /&gt;
=== Battery ===&lt;br /&gt;
* Lithium Polymer Battery (10,000mAH)&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
* Mini Digital Video Port (Type A - mini)&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
* Loudspeaker&lt;br /&gt;
* 3.5mm stereo earphone/microphone plug&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* WiFi 802.11 b/g/n with Bluetooth 4.0&lt;br /&gt;
* 10/100Mbps USB Ethernet Dongle (Optional)&lt;br /&gt;
&lt;br /&gt;
=== Storage ===&lt;br /&gt;
* eMMC port: 16GB eMMC module, can be upgraded to 32GB or 64GB eMMC module&lt;br /&gt;
* microSD - bootable, support SDHC and SDXC, storage up to 256GB&lt;br /&gt;
* USB -	2 x USB 2.0 Host port&lt;br /&gt;
&lt;br /&gt;
=== Expansion Ports ===&lt;br /&gt;
* mini Digital Video port&lt;br /&gt;
* microSD card port - support SD, SDHC, SDXC uo to 256GB&lt;br /&gt;
* 2x USB 2.0 port &lt;br /&gt;
* earphone plug with UART console mux circuit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Pinebook Schematics and Certifications ==&lt;br /&gt;
* Pinebook A64 Main Board Schematic:&lt;br /&gt;
** [http://files.pine64.org/doc/pinebook/pinebook_mainboard_schematic_3.0.pdf Pinebook Main Board Schematic]&lt;br /&gt;
* Pinkbook Daughter Board Schematic:&lt;br /&gt;
** [http://files.pine64.org/doc/pinebook/pinebook_smallboard_schematic_1.0.pdf Pinebook Daughter Board Schematic]&lt;br /&gt;
* Pinkbook Serial Console Earphone Jack Pinout:&lt;br /&gt;
** [http://files.pine64.org/doc/pinebook/guide/Pinebook_Earphone_Serial_Console_Developer_Guide.pdf Pinkbook Serial Console Earphone Jack Pinout]&lt;br /&gt;
&lt;br /&gt;
* Pinebook Certifications:&lt;br /&gt;
** [http://files.pine64.org/doc/cert/Pinebook%20FCC%20certification%20VOC20170928.pdf Pinebook FCC Certificate]&lt;br /&gt;
** [http://files.pine64.org/doc/cert/Pinebook%20FCC%20ID-Spread%20Spectrum%20Transmitter.pdf Pinebook FCC ID-Spread Spectrum Transmitter Certificate]&lt;br /&gt;
** [http://files.pine64.org/doc/cert/Pinebook%20FCC%20ID-Digital%20Transmission%20System.pdf Pinebook FCC ID-Digital Transmission System Certificate]&lt;br /&gt;
** [http://files.pine64.org/doc/cert/Pinebook%20CE%20certification%20Micom20171207.pdf Pinebook CE Certificate]&lt;br /&gt;
** [http://files.pine64.org/doc/cert/Pinebook%20ROHS%20certification%20VOC20170918.pdf Pinebook RoHS Certificate]&lt;br /&gt;
&lt;br /&gt;
== Datasheets for Components and Peripherals ==&lt;br /&gt;
* Allwinner A64 SoC information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/A64%20brief%20v1.0%2020150323.pdf Allwinner A64 SoC Brief Introduction]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/A64_Datasheet_V1.1.pdf Allwinner A64 SoC Data Sheet V1.1 (Official Released Version)]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/Allwinner_A64_User_Manual_V1.0.pdf Allwinner A64 SoC User Manual V1.0 (Official Release Version)]&lt;br /&gt;
* X-Powers AXP803 PMU (Power Management Unit) information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/AXP803_Datasheet_V1.0.pdf AXP803 PMIC Datasheet]&lt;br /&gt;
* LPDDR3 information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/AWL3A1632_mobile_lpddr3_1600Mbps.pdf Allwinner LPDDR3 Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/FORESEE%20178ball%2012x11.5%20LPDDR3%2016G%20Spec%20V1.0-1228.pdf Foresee LPDDR3 Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/K4E6E304EE-EGCE.pdf Samsung LPDDR3 Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/LPDDR3%20178ball%208Gb_H9CCNNN8JTALAR_Rev1.0.pdf Hynix LPDDR3 Datasheet]* eMMC information:&lt;br /&gt;
** [http://files.pine64.org/doc/rock64/PINE64_eMMC_Module_20170719.pdf PINE64 eMMC module schematic]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/SDINADF4-16-128GB-H%20data%20sheet%20v1.13.pdf SanDisk eMMC Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/FORESEE_eMMC_NCEMASD9-08G%20SPEC%20A0%2020150818.pdf Foresee eMMC Datasheet]&lt;br /&gt;
* eMMC information:&lt;br /&gt;
** [http://files.pine64.org/doc/rock64/PINE64_eMMC_Module_20170719.pdf PINE64 eMMC module schematic]&lt;br /&gt;
** [http://files.pine64.org/doc/rock64/usb%20emmc%20module%20adapter%20v2.pdf PINE64 USB adapter for eMMC module V2 schematic]&lt;br /&gt;
** [http://files.pine64.org/doc/rock64/USB%20adapter%20for%20eMMC%20module%20PCB.tar PINE64 USB adapter for eMMC module PCB in JPEG]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/SDINADF4-16-128GB-H%20data%20sheet%20v1.13.pdf SanDisk eMMC Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/H26M64003DQR%20Datasheet.pdf Hynix eMMC Datasheet]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/FORESEE_eMMC_NCEMBSF9-xxG%20SPEC%20A0%2020150730.pdf Foresee eMMC Datasheet]&lt;br /&gt;
* Wifi/BT module information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pine64/RTL8723BS.pdf Realtek RTL8723BS WiFi with BT SDIO]&lt;br /&gt;
* LCD Panel:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pinebook/11.6inches-1080P-IPS-LCD-Panel-spec-WJFH116008A.pdf 11.6&amp;quot; 1080P IPS LCD Panel datasheet]&lt;br /&gt;
* Touchpad information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pinebook/11-Toucpad-HK-9058%20specification.pdf Touchpad Specification for 11.6&amp;quot; model]&lt;br /&gt;
* Camera sensor:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pinebook/ZC-RZ3762-3703%C2%A0S1.0-Camera-Module%20spec.pdf VGA Camera module specification]&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pinebook/VGA-CMOS-Sensor--BF3703%20Datasheet.pdf VGA Camera Sensor Data Sheet]&lt;br /&gt;
* Lithium Battery information:&lt;br /&gt;
** [http://files.pine64.org/doc/datasheet/pinebook/PL5267103P-3.7V-10000mAh-1S2P58-9-W101-7P正向-11.6.pdf 10000mAH Lithium Battery Specification for 11.6&amp;quot; model]&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
* [http://linux-sunxi.org/Pine_Pinebook Linux Sunxi Wiki page on Pinebook]&lt;br /&gt;
* [https://github.com/ayufan-pine64/linux-build/releases Pinebook Linux Github by ayufan]&lt;br /&gt;
* [https://github.com/ayufan-pine64/android-7.1/releases Pinebook Android Github by ayufan]&lt;br /&gt;
* [https://www.armbian.com/pinebook-a64 Armbian's Pinebook Page]&lt;br /&gt;
&lt;br /&gt;
== FAQ / Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
'''Key left of Z ( \ | )'''&lt;br /&gt;
&lt;br /&gt;
How to map the key next to Z to the symbols on \ and | (rather than &amp;lt;&amp;gt;) ?&lt;br /&gt;
&lt;br /&gt;
Choose the alternative international US keyboard layout and variant. The name will depend on you desktop environment:&lt;br /&gt;
&lt;br /&gt;
* English (US, alt. intl.)&lt;br /&gt;
* English (US, international AltGr Unicode combining, alternative)&lt;br /&gt;
* English (US, alternative international)&lt;br /&gt;
&lt;br /&gt;
'''Note:''' keyboard variants with similar names as the ones above change the upper left key for ` and ~. You have to press that key twice to get the desired char. This happens with the alt-intl variant. Choose the altgr-intl variant (or however it is called in your desktop environment) and it should work as expected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To set the keyboard layout and variant in the terminal for X-Windows use:&lt;br /&gt;
&lt;br /&gt;
 setxkbmap -layout us -variant altgr-intl&lt;br /&gt;
&lt;br /&gt;
The Archlinux Wiki has some good help if you need to tweak your layout further [https://wiki.archlinux.org/index.php/Xorg/Keyboard_configuration#Setting_keyboard_layout] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Key between Fn and Alt (Menu)'''&lt;br /&gt;
&lt;br /&gt;
How to map the key between Fn and Alt to SUPER / META ?&lt;br /&gt;
&lt;br /&gt;
The initial setup in many desktop environments maps the key between Fn and Alt to MENU. Although the menu key can be useful as well (e.g. spell correction in the browser) many desktop environments and window manager use the Super key for many other useful functions. And users are probably more used to have the META key near Ctrl and Alt.&lt;br /&gt;
&lt;br /&gt;
In X-windows the following command maps the key between Fn and Alt to META and the Caps-Lock key to MENU.&lt;br /&gt;
&lt;br /&gt;
 setxkbmap -option caps:menu,altwin:alt_super_win&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Set display brightness in the terminal'''&lt;br /&gt;
&lt;br /&gt;
To set the display brightness in the terminal use xbacklight (if available in your distro): &lt;br /&gt;
&lt;br /&gt;
 xbacklight -setXX &lt;br /&gt;
&lt;br /&gt;
XX is the percentage (%) of brightness. E.g. for 70% brightness&lt;br /&gt;
&lt;br /&gt;
 xbacklight -set70&lt;br /&gt;
&lt;br /&gt;
If you use LXQt you can also use:&lt;br /&gt;
 pkexec lxqt-backlight_backend --inc&lt;br /&gt;
 pkexec lxqt-backlight_backend --dec&lt;br /&gt;
&lt;br /&gt;
For an alternative solution please see the scripts discussed in this thread: [https://forum.pine64.org/showthread.php?tid=5062]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Get battery % in CLI'''&lt;br /&gt;
&lt;br /&gt;
As ACPI is not compatible with ARM, to gather the % battery this can be used:&lt;br /&gt;
&lt;br /&gt;
 cat /sys/class/power_supply/battery/capacity&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Firefox font size'''&lt;br /&gt;
&lt;br /&gt;
How to get a useful font size with firefox ?&lt;br /&gt;
&lt;br /&gt;
To have every web page displayed in a larger more readable font size type about:config in the search bar and confirm on the first page that you want to make changes. Then search for this parameter:&lt;br /&gt;
&lt;br /&gt;
 layout.css.devPixelsPerPx&lt;br /&gt;
&lt;br /&gt;
and modify the value (right click) to something between 1.2 to 1.5 depending on your preferences.&lt;br /&gt;
&lt;br /&gt;
In addition to that you can set in Preferences -&amp;gt; General -&amp;gt; Fonts &amp;amp; Color -&amp;gt; Advanced Minimum font size to 16&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Disable wireless power management'''&lt;br /&gt;
&lt;br /&gt;
If having issues with wifi connectivity, try to disable power management in the 8723cs module options, adding rtw_power_mgnt=0 in /etc/modprobe.d/8723cs.conf&lt;br /&gt;
&lt;br /&gt;
 options 8723cs rtw_initmac=00:ba:ch:16:85:46 rtw_power_mgnt=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Touchpad acceleration and scroll direction.'''&lt;br /&gt;
&lt;br /&gt;
To set touchpad parameters from the cli you can use the command ''xinput''.&lt;br /&gt;
To use it correctly you first need to determine the device id / name for your touchpad. Use &lt;br /&gt;
 xinput list&lt;br /&gt;
to do so.&lt;br /&gt;
You are looking for a line like this:&lt;br /&gt;
 HAILUCK CO.,LTD USB KEYBOARD Mouse      	id=7	[slave  pointer  (2)]&lt;br /&gt;
&lt;br /&gt;
With the device id = 7 found you can list the parameters that can be set with ''xinput''.&lt;br /&gt;
 xinput list-props 7&lt;br /&gt;
&lt;br /&gt;
The result looks similar to this:&lt;br /&gt;
 device 'HAILUCK CO.,LTD USB KEYBOARD Mouse':&lt;br /&gt;
 ...&lt;br /&gt;
 libinput Natural Scrolling Enabled (256):	0&lt;br /&gt;
 ...&lt;br /&gt;
 libinput Accel Speed (265):	0.000000&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To change the parameter use ''xinput set-prop''&lt;br /&gt;
&lt;br /&gt;
To set reverse scrolling for the touchpad use this command &lt;br /&gt;
 xinput set-prop 7 'libinput Natural Scrolling Enabled' 1&lt;br /&gt;
&lt;br /&gt;
To set mouse speed&lt;br /&gt;
 xinput set-prop 7 'libinput Accel Speed' 0.95&lt;br /&gt;
Check different numbers for 0.95 to meet your needs.&lt;br /&gt;
For more details on xinput and mouse speed also see the Archlinux Wiki [https://wiki.archlinux.org/index.php/Mouse_acceleration#Using_xinput]&lt;/div&gt;</summary>
		<author><name>Samueldr</name></author>
	</entry>
</feed>