Enable serial console: Difference between revisions
No edit summary |
(Updated with image of serialport connection) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
On both OPI and KEEP, as well as on | On both OPI and KEEP, as well as on BeagleBoneBlack, there is a 6-pin header that can be used for debugging the system using a serial cable (not mounted on OPI though), the pinout is compatible with FTDI [http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf TTL-232R] | ||
Setting for the serial port is 115200, 8N1. | Setting for the serial port is 115200, 8N1. | ||
Line 6: | Line 6: | ||
This will make it possible to log into the system with the user "root" and password "op237" on the serial port. Note that this does not enable ssh access, only access using the serial port. | This will make it possible to log into the system with the user "root" and password "op237" on the serial port. Note that this does not enable ssh access, only access using the serial port. | ||
==== Serial port connection ==== | |||
[[File:KEEP serial connection.jpg|thumb|right|TTL to USB serial cable connection]] | |||
The image shows how to connect the cable mentioned above to KEEP. |
Latest revision as of 09:45, 19 April 2018
On both OPI and KEEP, as well as on BeagleBoneBlack, there is a 6-pin header that can be used for debugging the system using a serial cable (not mounted on OPI though), the pinout is compatible with FTDI TTL-232R
Setting for the serial port is 115200, 8N1.
By default, the boot log is displayed on the console, but it can also be enabled for login by reinstalling the unit. Prior to install edit the file "/etc/kgp-install.conf" on the installation media (disk/usb memory/uSD card) and setting the parameter DO_ADDROOT to 1.
This will make it possible to log into the system with the user "root" and password "op237" on the serial port. Note that this does not enable ssh access, only access using the serial port.
Serial port connection

The image shows how to connect the cable mentioned above to KEEP.