Skip to content

PinePhone/Pro Release 20250315

Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 15 Mar 12:53
· 14 commits to master since this release

Default User/Pass: kali/8888

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

If you find my work useful and would like to support it, consider making a donation

GitHub release (by tag)