Difference between revisions of "PinePhone Software"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
 
{{code|1=sudo screen /dev/ttyUSB0 115200}}
 
{{code|1=sudo screen /dev/ttyUSB0 115200}}
  
== Dejvino's [[Arch Linux ARM]] Installer ==
+
== [[Arch Linux ARM for PinePhone Installer]] ==
Repository: [https://github.com/Dejvino/pinephone-arch-install github.com/Dejvino/pinephone-arch-install]
+
* Repository: [https://github.com/Dejvino/pinephone-arch-install github.com/Dejvino/pinephone-arch-install]
  
 
== [[Mobian]] ==
 
== [[Mobian]] ==

Revision as of 16:45, 17 May 2020

Using UART

Source: [1]

The PinePhone has a serial port in the headphone connector, it's activated by the 6th contact on the dipswitch. If the switch is on then the headphone connector is in audio mode, if it's off then it's in UART mode. This uart serial connection can also be used for communication with other devices from the PinePhone.

The uart is 115200n8

The pinout for the serial connector on the tablet side is:

  • Tip: RX
  • Ring: TX
  • Sleeve: GND

The serial connection is 3.3V

Connecting to the console

sudo screen /dev/ttyUSB0 115200

Arch Linux ARM for PinePhone Installer

Mobian

Debian for mobile devices.

UBports

Ubuntu Touch for PinePhone.

External Links