BeagleBone Black/OpenBSD Serial Install: Difference between revisions

From Bibliotheca Anonoma
(Created page with "=== Serial connection to Beaglebone Black === The Beaglebone is capable of installing OpenBSD to it (without support for encrypted partitions), but lacks a driver for its HDMI...")
 
mNo edit summary
 
Line 1: Line 1:
=== Serial connection to Beaglebone Black ===
The Beaglebone is capable of installing OpenBSD to it (without support for encrypted partitions), but lacks a driver for its HDMI port. Thus, the OpenBSD installation all has to be done on GUI-less serial port. This means you'll need to find some serial to USB connector.  
The Beaglebone is capable of installing OpenBSD to it (without support for encrypted partitions), but lacks a driver for its HDMI port. Thus, the OpenBSD installation all has to be done on GUI-less serial port. This means you'll need to find some serial to USB connector.  



Latest revision as of 03:35, 22 November 2018

The Beaglebone is capable of installing OpenBSD to it (without support for encrypted partitions), but lacks a driver for its HDMI port. Thus, the OpenBSD installation all has to be done on GUI-less serial port. This means you'll need to find some serial to USB connector.

Connect the following pins to the serial pins on the Beaglebone. The USB converter should have each of its pins labeled on it.

--- Ethernet connector ---
GND -> J1
       J2
       J3
TXD -> J4
RXD -> J5
       J6
--- USB connector ---

Finally, connect to the USB serial device using screen.

sudo screen /dev/ttyUSB0 115200

By default Linux sets the USB to serial converter to /dev/ttyUSB0 unless you have a (non-USB) direct serial connection. In addition, the baud rate is 115200.