diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/installing-openbsd-on-pcengines/index.org | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org index b04bf9c..96641f3 100644 --- a/content/posts/installing-openbsd-on-pcengines/index.org +++ b/content/posts/installing-openbsd-on-pcengines/index.org @@ -47,8 +47,13 @@ that I inserted the drive into the USB port on the APU2. I then plugged one end of the DB9F end of the serial adapter into the APU2, and the USB end into my PC. My desktop runs Fedora, so I had to -install the =cu= utility using =sudo dnf install cu=. I then dialed it -up using the serial adapter with the command +install the =cu= utility using + +#+BEGIN_SRC shell +sudo dnf install cu +#+END_SRC + +I then dialed it up using the serial adapter with the command #+BEGIN_SRC shell sudo cu -s 115200 -l /dev/ttyUSB0 |