diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-02-27 10:15:12 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-02-27 10:15:12 +0000 |
commit | 3254daa67a21ef835d8c29b1eea71d87f3551fb7 (patch) | |
tree | 119f623ed89f22289db5c9e203ffeb1599fafb8e | |
parent | 06db312fe197a84b656374ff8be1c633c2fc8667 (diff) |
bump block size for dd; 39x faster on my system.
ok tom@
-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: |