pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-sopine-baseboard add a note about how ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db5470babdaf
branches:  trunk
changeset: 452368:db5470babdaf
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sun May 09 08:31:18 2021 +0000

description:
add a note about how to install this with dd.

diffstat:

 sysutils/u-boot-sopine-baseboard/MESSAGE |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 98308bcd6752 -r db5470babdaf sysutils/u-boot-sopine-baseboard/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-sopine-baseboard/MESSAGE  Sun May 09 08:31:18 2021 +0000
@@ -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