PineTab2 Releases
This page contains a list of all available releases and tools for the PineTab2 in alphabetical order.
The installation instructions can be found under PineTab2#Installation instructions.
Linux
Arch Linux ARM
(Unofficial) Arch Linux ARM maintained by the DanctNIX community (GitHub: danctnix, dreemurrs-embedded).
Download:
Default credentials | |
---|---|
Default user | alarm/123456
|
Notes:
- Currently ships without a Wi-Fi and Bluetooth driver
- system hangs on reboot/shutdown (SDDM bug, workaround possible)
- screen rotated 90°, workaround possible
- HP/Speaker switching via Alsa UCM
NixOS
NixOS is an immutable linux distribution built around the Nix configuration language. The NixOS image for PineTab2 uses some downstream modifications to packages, such as an uboot package based on 2023.07-rc4 and a kernel also used by the Arch Linux Arm image.
This image is extremely basic and currently boots to a console. A NixOS configuration can be applied after booting to gain a full graphical system.
Download the latest pinetab image from the nabam/nixos-rockchip release page:
After booting, download this flake to the pinetab and place it at `/etc/nixos/flake.nix`:
Run the following commands:
$ sudo su > cd > nixos-rebuild switch > nixos-rebuild switch # yes, do it two times > reboot
After rebooting, there will be a new user account
Default credentials | |
---|---|
Default user | pinetab2/changeme
|
Buildroot
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation.
An external tree for the PINE64 PineTab 2 is developed and maintained by Danct12 (same developer behind the PineTab 2 port of Arch Linux ARM).
Download:
- The repository and build instructions can be found here.
Mobian
An unofficial Debian build for ARM64 running with Phosh. The current version of the base Debian system is Debian Bookworm. See the installation instructions here. If you have questions about Mobian, please ask them in the Mobian Matrix room.
Download:
Default credentials | |
---|---|
Default user | mobian/1234
|
Notes:
- The development is work in progress. Mobian's support for the PineTab2 is maintained by Julian. The Mobian wiki can be found here.
- In order to connect to the device using SSH/SCP, you need to install SSH on the device. You can do this by executing the following in a shell: "sudo apt-get install ssh", afterwards you can connect via SSH/SCP using the PineTab2's IP address on port 22.
- When installing Mobian with full disk encryption and booting with the keyboard case connected, you will have to touch the screen or press a key to show the decryption screen. This is an upstream issue.