Difference between revisions of "PineTab2 Releases"
Jump to navigation
Jump to search
(Fixes) |
(→Mobian: Mobian requires flashing u-boot to the SPI, and we now have installer images) |
||
Line 37: | Line 37: | ||
Download: | Download: | ||
* [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. | * [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#sd-card-or-emmc-module 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 | Follow the [https://github.com/Kwiboo/u-boot-build#sd-card-or-emmc-module 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.}} | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 53: | Line 55: | ||
* The development is work in progress. Mobian's support for the PineTab2 is maintained by [https://salsa.debian.org/julianfairfax Julian]. The Mobian wiki can be found [https://wiki.mobian-project.org/ here]. | * The development is work in progress. Mobian's support for the PineTab2 is maintained by [https://salsa.debian.org/julianfairfax Julian]. The Mobian wiki can be found [https://wiki.mobian-project.org/ 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. | * 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 [https://gitlab.com/postmarketOS/osk-sdl/-/issues/148 upstream issue]. | |||
<!--== BSD ==--> | <!--== BSD ==--> | ||
[[Category:Rockchip RK3566]] | [[Category:Rockchip RK3566]] |
Revision as of 15:21, 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:
- Currently ships without a Wi-Fi and Bluetooth driver
- system hangs on reboot/shutdown (SDDM bug, workaround possible)
- screen rotated 90°, workaround possible
Mobian
An unofficial Debian build for ARM64 running with Phosh.
The current version of the base Debian system is Debian Bookworm.
Download:
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.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.