-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kayce Basques
committed
Apr 21, 2024
1 parent
a253396
commit a5f0233
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |