Skip to content

PinePhone/Pro Release 20241221

Latest
Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 22 Dec 03:51
· 1 commit to master since this release

Default User/Pass: kali/8888

Changelog:

  • Squeekboard is back
  • grow rootfs fix

Installation:

From PinePhone/Pro:

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device

From PC [Use Tow-Boot's Mass Storage]:

While booting press Vol-up to boot into Mass Storage, led color will be blue

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device

Please install Tow-Boot if boot fails

Create an issue if you see any bug in the release

GitHub release (by tag)