diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-08-31 01:54:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-08-31 01:54:13 +0000 |
commit | ae6ab869fb0996ddda5362912882260544733cbb (patch) | |
tree | 92d4a731629a98c7a71aa598195ff7ecbf994c62 /distrib/notes/arm64/prep | |
parent | e8347c97f85b1d1d50d6adf5571328364e856223 (diff) |
revert change to use single rockchip U-Boot image in rev 1.13
abieber@ reports it fails to boot on pinebook-pro-rk3399
Diffstat (limited to 'distrib/notes/arm64/prep')
-rw-r--r-- | distrib/notes/arm64/prep | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/notes/arm64/prep b/distrib/notes/arm64/prep index 441e0165304..65e06a60ca0 100644 --- a/distrib/notes/arm64/prep +++ b/distrib/notes/arm64/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.13 2021/08/05 08:54:56 jsg Exp $ +dnl $OpenBSD: prep,v 1.14 2021/08/31 01:54:12 jsg Exp $ Please be aware that OpenBSD support for this platform is far from complete. @@ -101,5 +101,7 @@ Install on systems without a supported miniroot: For systems based on Rockchip RK33xx SoCs: - dd if=/usr/local/share/u-boot/board/u-boot-rockchip.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.itb \ + of=/dev/sdXc seek=16384 |