Difference between revisions of "PineCube"

Jump to navigation Jump to search
(Add instructions for using screen to communicate with the PineCube with the woodpecker usb serial device)
Line 144: Line 144:
Although not officially supported ([https://www.armbian.com/download/?device_support=No+official+support+(CSC) CSC Status] it enables the usage of Debian and Ubuntu.
Although not officially supported ([https://www.armbian.com/download/?device_support=No+official+support+(CSC) CSC Status] it enables the usage of Debian and Ubuntu.


A serial console can be established with 1520008N1 (no hardware flow control). Login credentials are as usual in Armbian root 1234.  
A serial console can be established with 152008N1 (no hardware flow control). Login credentials are as usual in Armbian login: root password: 1234.
 
==== Example with screen and the woodpecker USB serial device ====
 
First connect the woodpecker USB serial device to the PineCube. Pin 1 on the PineCube has a small white dot on the PCB - this should be directly next to the microusb power connection. Attach the GND pin on the woodpecker to pin 6 (GND) on the PineCube, TXD from the woodpecker to pin 10 (UART_RXD) on the PineCube, and RXD from the woodpecker to pin 8 (UART_TXD) on the PineCube.
 
On the host system which has the woodpecker USB serial device attached, it is possible to run screen and to communicate directly with the PineCube:
 
<code>screen /dev/ttyUSB0 115200</code>


=== Stock Linux ===
=== Stock Linux ===