summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2021-05-09 08:31:18 +0000
committermrg <mrg@pkgsrc.org>2021-05-09 08:31:18 +0000
commitac3ef41a1bc52c9ad6c49ce093e6a91f8f62f758 (patch)
treeb0453cb364c572cd08e39607da567ac4e6a50c6d /sysutils
parent24d603b8d3af1248b437ec647fb7be6e1b003941 (diff)
downloadpkgsrc-ac3ef41a1bc52c9ad6c49ce093e6a91f8f62f758.tar.gz
add a note about how to install this with dd.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-sopine-baseboard/MESSAGE11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/u-boot-sopine-baseboard/MESSAGE b/sysutils/u-boot-sopine-baseboard/MESSAGE
new file mode 100644
index 00000000000..c4d30e69016
--- /dev/null
+++ b/sysutils/u-boot-sopine-baseboard/MESSAGE
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2021/05/09 08:31:18 mrg Exp $
+
+Examples command to install U-Boot to an empty SD card:
+
+# dd if=${LOCALBASE}/share/u-boot/sopine-baseboard/u-boot-sunxi-with-spl.bin seek=16 of=/dev/rld0d
+
+You should make sure that the space is otherwise cleared of data, as old
+images may fool the boot loader paths.
+
+===========================================================================