pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-sopine-baseboard
Module Name: pkgsrc
Committed By: mrg
Date: Sun May 9 08:31:18 UTC 2021
Added Files:
pkgsrc/sysutils/u-boot-sopine-baseboard: MESSAGE
Log Message:
add a note about how to install this with dd.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-sopine-baseboard/MESSAGE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/u-boot-sopine-baseboard/MESSAGE
diff -u /dev/null pkgsrc/sysutils/u-boot-sopine-baseboard/MESSAGE:1.1
--- /dev/null Sun May 9 08:31:18 2021
+++ pkgsrc/sysutils/u-boot-sopine-baseboard/MESSAGE Sun May 9 08:31:18 2021
@@ -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.
+
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index