diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-08-05 08:54:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-08-05 08:54:57 +0000 |
commit | fe641826015bc2ec83208e3724ded2445d7c2124 (patch) | |
tree | 5b76d3afee01959488bb95f9116b3089ca6cc019 /distrib/notes | |
parent | ad9a464057befbc8c475b9bb3722a07bfa549382 (diff) |
use combined u-boot-rockchip.bin in arm64 rockchip instructions
instead of idbloader.img and u-boot.itb
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/arm64/prep | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index c81103d950b..441e0165304 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.12 2021/04/17 21:21:41 sthen Exp $ +dnl $OpenBSD: prep,v 1.13 2021/08/05 08:54:56 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -101,7 +101,5 @@ Install on systems without a supported miniroot: For systems based on Rockchip RK33xx SoCs: - dd if=/usr/local/share/u-boot/board/idbloader.img \ + dd if=/usr/local/share/u-boot/board/u-boot-rockchip.bin \ of=/dev/sdXc seek=64 - dd if=/usr/local/share/u-boot/board/u-boot.itb \ - of=/dev/sdXc seek=16384 |