From 3254daa67a21ef835d8c29b1eea71d87f3551fb7 Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Mon, 27 Feb 2017 10:15:12 +0000 Subject: bump block size for dd; 39x faster on my system. ok tom@ --- distrib/notes/arm64/prep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/notes') 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: -- cgit v1.2.3