diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-09-25 06:24:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-09-25 06:24:47 +0000 |
commit | 01e5cfb2fad855b48b2828ba43cd6c8daaed2643 (patch) | |
tree | 7ec06a86438fcfec857198ead98144c1ed753b39 /distrib/notes | |
parent | d52600626dd14d3a427b64e23a2ba2330b8a1b13 (diff) |
adjust for U-Boot RK3288 changes
Diffstat (limited to 'distrib/notes')
-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: |