Difference between revisions of "PineTab2 Releases"

From PINE64
Jump to navigation Jump to search
(→‎Mobian: Link to SPI flash instructions, and Mobian flashing instructions)
(→‎Mobian: Added a clear warning, restructure)
Line 31: Line 31:
[[File:Debian-logo.png|right|100px]]
[[File:Debian-logo.png|right|100px]]


An unofficial [https://www.debian.org Debian] build for ARM64 running with Phosh.
An unofficial [https://www.debian.org Debian] build for ARM64 running with Phosh. The current version of the base Debian system is Debian Bookworm. The [https://wiki.mobian-project.org/doku.php?id=install-linux installation instructions] are the same for the PineTab2 as they are for Mobian's other supported devices.
 
The current version of the base Debian system is Debian Bookworm.
 
The [https://wiki.mobian-project.org/doku.php?id=install-linux installation instructions] are the same for the PineTab2 as they are for Mobian's other supported devices.


Download:
Download:
Line 41: Line 37:
* [https://images.mobian.org/pinetab2/ Images] (until the weekly images are built, you can download the PineTab2 image from [https://ci-images.mobian.org/20230619.0942/ here])
* [https://images.mobian.org/pinetab2/ Images] (until the weekly images are built, you can download the PineTab2 image from [https://ci-images.mobian.org/20230619.0942/ here])


{{Info|U-Boot is required to be able to boot the images, see [https://github.com/Kwiboo/u-boot-build here]!
{{Info|U-Boot is required to be able to boot the images, see [https://github.com/Kwiboo/u-boot-build here]. Follow the [https://github.com/Kwiboo/u-boot-build#spi-flash instructions] to flash [https://github.com/Kwiboo/u-boot-build/suites/13552260933/artifacts/745702098 U-Boot for the PineTab2 (you need a GitHub account to download it)] to the SPI of your PineTab2. If you do not flash U-Boot to the SPI of your PineTab2, Mobian images will not boot on it.}}
 
Follow the [https://github.com/Kwiboo/u-boot-build#spi-flash instructions] to flash [https://github.com/Kwiboo/u-boot-build/suites/13552260933/artifacts/745702098 U-Boot for the PineTab2 (you need a GitHub account to download it)] to the SPI of your PineTab2.


If you do not flash U-Boot to the SPI of your PineTab2, Mobian images will not boot on it.}}
{{Warning|Flashing the SPI flash memory is a dangerous procedure because the SPI has the highest boot priority. Any bug or faulty installation in the SPI can prevent the device from booting, which means that there is a '''high risk of getting locked out of the device'''. The only way of restoring from that state is using a specialized UART adapter, which can disable the SPI flash memory at boot, as explained in the [[PineTab2#Installation instructions|''installation instructions'' section of the PineTab2 article]]. '''DO NOT FLASH THE SPI''' unless you are an experienced developer with access to the UART adapter and you have confirmed that the adapter is functional.}}


{| class="wikitable"
{| class="wikitable"

Revision as of 16:38, 21 June 2023

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). This includes uboot.

Download:

Default credentials
Default user alarm/123456

Notes:

Mobian

Debian-logo.png

An unofficial Debian build for ARM64 running with Phosh. The current version of the base Debian system is Debian Bookworm. The installation instructions are the same for the PineTab2 as they are for Mobian's other supported devices.

Download:

  • Images (until the weekly images are built, you can download the PineTab2 image from here)
Note: U-Boot is required to be able to boot the images, see here. Follow the instructions to flash U-Boot for the PineTab2 (you need a GitHub account to download it) to the SPI of your PineTab2. If you do not flash U-Boot to the SPI of your PineTab2, Mobian images will not boot on it.
Warning: Flashing the SPI flash memory is a dangerous procedure because the SPI has the highest boot priority. Any bug or faulty installation in the SPI can prevent the device from booting, which means that there is a high risk of getting locked out of the device. The only way of restoring from that state is using a specialized UART adapter, which can disable the SPI flash memory at boot, as explained in the installation instructions section of the PineTab2 article. DO NOT FLASH THE SPI unless you are an experienced developer with access to the UART adapter and you have confirmed that the adapter is functional.
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.