diff options
-rw-r--r-- | distrib/notes/arm64/prep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index 02ec5e03407..b93882428b3 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.3 2017/02/11 07:07:10 jsg Exp $ +dnl $OpenBSD: prep,v 1.4 2017/02/27 10:15:11 sthen Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -26,7 +26,7 @@ Booting from an SD card: Use the dd(1) utility to copy the miniroot to the hard drive. The command would likely be, under OpenBSD: - dd if=miniroot{:--:}OSrev.fs of=/dev/rsd1c + dd if=miniroot{:--:}OSrev.fs of=/dev/rsd1c bs=1m When you have connected the serial to you computer, a command such as "cu -l cuaU0 -s 115200" (assuming cuaU0 is your serial port device) @@ -56,7 +56,7 @@ Install on systems without a supported miniroot: To do so first install the u-boot-aarch64 and dtb packages. Write the provided miniroot image to an SD card: - dd if=miniroot{:--:}OSrev.fs of=/dev/rsdXc + dd if=miniroot{:--:}OSrev.fs of=/dev/rsdXc bs=1m Add a board specific DTB file: |