Difference between revisions of "Pinebook Pro Software Releases"

From PINE64
Jump to navigation Jump to search
(8 intermediate revisions by the same user not shown)
Line 73: Line 73:




== Armbian ==
http://files.pine64.org/sw/pine64_installer/json/armbian.png


=== Armbian [microSD / eMMC Boot] ===
* Armbian provides well maintained Debian and Ubuntu OS images tailored to ARM devices
* To learn more please visit the [https://www.armbian.com/ Armbian's website]
* DD image (for 8GB micoSD card / eMMC module and above)
** [https://www.armbian.com/pinebook-pro/ Direct download latest release from Armbian]
* login with:
** username: root
** password: 1234


== Chromium ==
== Chromium ==
Line 159: Line 169:
* The usual tarball setup as per [https://wiki.gentoo.org/wiki/Handbook:AMD64 Gentoo Handbook] is left to the user.
* The usual tarball setup as per [https://wiki.gentoo.org/wiki/Handbook:AMD64 Gentoo Handbook] is left to the user.
* Forum thread with instructions at https://forum.pine64.org/showthread.php?tid=8765
* Forum thread with instructions at https://forum.pine64.org/showthread.php?tid=8765
==Kali Script==
[[File:Kali.jpeg|125px]]
=== Kali Linux for Pinebook Pro ===
* This is a script to create official Kali Linux OS images for the Pinebook Pro
** The script carries out the build process in entirety and is Pinebook Pro specific
* Please pull the lastest [https://gitlab.com/kalilinux/build-scripts/kali-arm/blob/master/pinebook-pro.sh Kali Linux install script] from the project's GitLab.
* For more information regarding building the OS image please read the README instruction at https://gitlab.com/kalilinux/build-scripts/kali-arm/blob/master/README.md

Revision as of 23:07, 19 January 2020

Linux Image Releases

Debian Desktop

debian.png

Debian Desktop Community Build Image [microSD to eMMC] by mrfixit2001

  • This is the default OS comes with Pinebook Pro
  • Included Desktop, Firefox Browser, and LibreOffice Suite
  • DD image (for 8GB microSD card / 16GB eMMC module and above):
  • Login with
    • username: rock
    • password: rock

Bionic LXDE

lxde.png

Bionic LXDE Community Build Image by ayufan [microSD and eMMC Boot]

Bionic Mate

mate.png

Bionic Mate Community Build Image [microSD Boot] by ayufan

  • Included Mate Desktop, Firefox Browser, and LibreOffice Suite
  • DD image (for 8GB micoSD card /16GB eMMC module and above):
  • Login with
    • username: rock64
    • password: rock64

Manjaro ARM

manjaro.png

  • The Manjaro project offers a mainline kernel with patches and modules to support PBPro hardware in two flavors. Both provide DD images and installer images (DD to SD card which will then install to eMMC when booted).
  • To learn more about Manjaro please visit Manjaro Forum

Manjaro ARM with KDE (Plasma) desktop [microSD / eMMC Boot]

Manjaro ARM with GTK (XFCE) desktop [microSD / eMMC Boot]

Manjaro ARM Test Build Image with GTK (Gnome) desktop [microSD Boot]

Q4OS

q4os.png

Q4OS Test Build Image [microSD / eMMC Boot]


Armbian

armbian.png

Armbian [microSD / eMMC Boot]

Chromium

chromium.jpg

Chromium Community Build Image by ayufan [microSD and eMMC Boot]

Android Image Releases

Android 7.1 microSD

android_7.png

Stock Android for DD method [micro SD Boot] [20190918]

Stock for RK Flash tool [SD Boot] [20190427]

Android 7.1 eMMC

Stock Android for DD method [eMMC Boot] [20190807]

  • Production floor testing image
  • Please allows some time (around 5 minutes) for the initialization process on 1st boot
  • DD image for 64GB eMMC Module
  • DD image for 128GB eMMC Module

Stock for RK Flash tool [eMMC Boot] [20190807]

Linux Installer Releases

Debian Installer

debian.png

Debian Installer for Pinebook Pro

  • This is an image creator and Debian installer that runs from an existing Linux OS and installs Debian Bullseye
    • Installer can configure an encrypted rootfs and provides a choice of desktops, including the default Debian desktop based on Gnome 3
    • Strict adoption of upstream Debian packages (with exception of kernel and bootloaders) in order to provide a clean upgrade path as Bullseye matures
  • Download at: https://github.com/daniel-thompson/pinebook-pro-debian-installer/
  • Pull requests welcome but for discussion and support please use the forum topic.

For more information, see the Pinebook_Pro_Debian_Installer wiki page

Gentoo Script

gentoo.png

Gentoo Script for Pinebook Pro

  • This is a script that prepares a Gentoo arm64 stage 3 tarball for the Pinebook Pro
    • The script takes care of device specifics like an optimized make.conf, an overlay that provides Kernel and Firmware amongst others, and other miscellaneous fixes
  • The usual tarball setup as per Gentoo Handbook is left to the user.
  • Forum thread with instructions at https://forum.pine64.org/showthread.php?tid=8765

Kali Script

File:Kali.jpeg

Kali Linux for Pinebook Pro