diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-13 11:45:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-13 11:45:23 +0000 |
commit | 06d8095f6763909aad6f0a5dd882dccea320bbbe (patch) | |
tree | 225f87ee1bd3f73f4916c4c4350f9a0fe6b2a43f | |
parent | bd18e0a9b306a0a9935fce01206d764ed4a148c7 (diff) |
mention raw SD card offset for U-Boot on Rockchip RK3xxx
-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 9a85e0b45e0..a1dd030a643 100644 --- a/distrib/notes/armv7/prep +++ b/distrib/notes/armv7/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.13 2017/08/13 11:20:53 jsg Exp $ +dnl $OpenBSD: prep,v 1.14 2017/08/13 11:45:22 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -85,3 +85,8 @@ 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: + + dd if=/usr/local/share/u-boot/board/u-boot-with-spl.bin \ + of=/dev/sdXc seek=64 |