Skip to content

Commit

Permalink
add openbsd notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Apr 21, 2024
1 parent a253396 commit a5f0233
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
'_build',
'boostrap.sh',
'requirements.txt',
'venv'
'venv',
'openbsd.txt'
]
pygments_style = 'sphinx'

Expand Down
25 changes: 25 additions & 0 deletions openbsd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
download the arm64 install75.img file:
https://www.openbsd.org/faq/faq4.html#Download

use balena etcher to flash install75.img to MicroSD

UART connection to RPi

GND to pin 6
RPi TX to pin 8 (laptop receives data from RPi over this line)
RPi RX to pin 10 (laptop sends data to RPi over this line)

minicom -s
serial port setup

A - serial device = /dev/ttyUSB0 (for me)
E - Bps/Par/Bits = 115200 8N1
F - hardware flow control = no (TX from laptop to RPi won't work if this is wrong)
G - software flow control = no (probably also important)
(press enter to exit that screen)
select Exit to finish setup and go to main minicom screen


there's openbsd info here but it was TMI for me
https://ftp.openbsd.org/pub/OpenBSD/7.5/arm64/INSTALL.arm64
https://www.openbsd.org/faq/faq4.html#Install

0 comments on commit a5f0233

Please sign in to comment.