Difference between revisions of "PinePhone Pro Software Releases"

Jump to navigation Jump to search
Line 129: Line 129:


In order to connect to the device using SSH/SCP via WiFi, 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 via WiFi using the PinePhonePro's IP address on port 22.
In order to connect to the device using SSH/SCP via WiFi, 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 via WiFi using the PinePhonePro's IP address on port 22.
----
=== Kali Linux ===
[[File:Kali-logo.png|right|200px]]
The official Kali Nethunter images for PinePhone and PinePhone Pro have been released now. Get [https://github.com/Shubhamvis98/usb-arsenal-pinephone USB Arsenal] for your PinePhone's Kali Linux.
==== Download ====
* [https://www.kali.org/get-kali/#kali-mobile Kali Nethunter Pro Official]
{| class="wikitable"
!colspan="2" style="background: #a7d7f9;"| Default credentials
|-
! Default user
| <code>kali/1234</code>
|}
==== Notes ====
Installation:
$ unxz -c nethunterpro-*-pinephonepro-phosh.img.xz | dd of=/dev/{storage_block} bs=1M status=progress
$ growpart /dev/mmcblkX Y
$ e2fsck -y -f /dev/mmcblkXpY
$ resize2fs /dev/mmcblkXpY
# X: Storage Device Y: Partition Number


----
----