From 89e0ee6ccbc0a7c88fa14f829f8898175ed7af89 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 6 Jul 2021 18:01:34 +0000 Subject: [PATCH] fix an m4 macro which showed up unexpanded. kill some trailing whitespace while here --- distrib/notes/riscv64/prep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/notes/riscv64/prep b/distrib/notes/riscv64/prep index 781033c2570..c5443f8587f 100644 --- a/distrib/notes/riscv64/prep +++ b/distrib/notes/riscv64/prep @@ -1,10 +1,10 @@ -dnl $OpenBSD: prep,v 1.3 2021/06/19 03:08:16 jsg Exp $ +dnl $OpenBSD: prep,v 1.4 2021/07/06 18:01:34 jasper Exp $ Please be aware that OpenBSD support for this platform is far from complete, however progress is being made. HiFive Unmatched -Copy install{:==:}OSrev.img to a USB stick, and boot with both it and the +Copy install{:--:}OSrev.img to a USB stick, and boot with both it and the vendor provided uSD card (unmodified) inserted. This should enable firmware and U-Boot to be loaded from uSD and OpenBSD bootloader and kernel to be loaded from USB stick. At this time onboard Ethernet is not well supported, @@ -21,11 +21,11 @@ Booting from an SD card: SD card in to. Any machine type will do, as long as it supports SD card storage devices. Under OpenBSD, it will appear as a ``sd'' device, for example sd1. - + Use the dd(1) utility to copy the miniroot to the SD card. The command would likely be, under OpenBSD: dd if=miniroot{:--:}OSrev.img of=/dev/rsd1c bs=1m - + When you have connected the serial to your computer, a command such as "cu -l cuaU0 -s 115200" (assuming cuaU0 is your serial port device) should connect you to the board's console. -- 2.20.1