diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-08 09:33:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-08 09:33:04 +0000 |
commit | 1cd55184ca3f39ac0e5ea776e6340d94b36146f7 (patch) | |
tree | c3c29a104a6ccbd359411063d627759f97514501 | |
parent | fc8fb46b8ef05899dff8ea0c70efb8fd9b07ccdf (diff) |
copy rpi3 u-boot to the installed disk
Even though this can't be the SD card at the moment, it is possible to
boot off USB if an OTP bit has been set.
-rw-r--r-- | distrib/arm64/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md index 7df6a9527d8..24b40ac6517 100644 --- a/distrib/arm64/ramdisk/install.md +++ b/distrib/arm64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.2 2017/02/18 02:01:53 jsg Exp $ +# $OpenBSD: install.md,v 1.3 2017/03/08 09:33:03 jsg Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -50,6 +50,7 @@ md_installboot() { _mdec=/usr/mdec/$_plat cp $_mdec/{bootcode.bin,start.elf,fixup.dat,*.dtb} /mnt/mnt/ + cp $_mdec/u-boot.bin /mnt/mnt/ cat > /mnt/mnt/config.txt<<-__EOT arm_control=0x200 enable_uart=1 |