diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-26 13:25:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-26 13:25:18 +0000 |
commit | 8305c6d815654d3166a7eba96d36d0c845efc607 (patch) | |
tree | 1dc075a18705034abfa5320a15ce174b09292528 /distrib/notes/armv7 | |
parent | 2271b4e3814309bc1d47b92f824bb4e65ff628bf (diff) |
mention U-Boot file/offset for Marvell ARMADA 38x
ok patrick@
Diffstat (limited to 'distrib/notes/armv7')
-rw-r--r-- | distrib/notes/armv7/prep | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep index a1dd030a643..6dc4b512e4d 100644 --- a/distrib/notes/armv7/prep +++ b/distrib/notes/armv7/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.14 2017/08/13 11:45:22 jsg Exp $ +dnl $OpenBSD: prep,v 1.15 2017/08/26 13:25:17 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -90,3 +90,8 @@ Install on systems without a supported miniroot: dd if=/usr/local/share/u-boot/board/u-boot-with-spl.bin \ of=/dev/sdXc seek=64 + + For systems based on Marvell ARMADA 38x SoCs: + + dd if=/usr/local/share/u-boot/board/u-boot-spl.kwb \ + of=/dev/sdXc bs=512 seek=1 |