diff options
author | 2019-09-25 06:24:46 +0000 | |
---|---|---|
committer | 2019-09-25 06:24:46 +0000 | |
commit | 9bfe40da2ae42cd1f6dba91be42060e2254db614 (patch) | |
tree | dd40c488d2400b5ce998b74cf775e3bb9d91e6a2 | |
parent | Change the offset filesystems start on disk for armv7 from 1MB to 16MB. (diff) | |
download | wireguard-openbsd-9bfe40da2ae42cd1f6dba91be42060e2254db614.tar.xz wireguard-openbsd-9bfe40da2ae42cd1f6dba91be42060e2254db614.zip |
adjust for U-Boot RK3288 changes
-rw-r--r-- | distrib/notes/armv7/prep | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/notes/armv7/prep b/distrib/notes/armv7/prep index b77881f62de..8a4b16001c4 100644 --- a/distrib/notes/armv7/prep +++ b/distrib/notes/armv7/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.17 2017/09/29 05:44:33 jsg Exp $ +dnl $OpenBSD: prep,v 1.18 2019/09/25 06:24:46 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -87,10 +87,12 @@ Install on systems without a supported miniroot: dd if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin \ of=/dev/sdXc bs=1024 seek=8 - For systems based on Rockchip RK3xxx SoCs: + For systems based on Rockchip RK3288 SoCs: - dd if=/usr/local/share/u-boot/board/u-boot-with-spl.bin \ + dd if=/usr/local/share/u-boot/board/idbloader.img \ of=/dev/sdXc seek=64 + dd if=/usr/local/share/u-boot/board/u-boot.img \ + of=/dev/sdXc seek=16384 For systems based on Marvell ARMADA 38x SoCs: |