diff options
author | 2017-03-08 09:33:03 +0000 | |
---|---|---|
committer | 2017-03-08 09:33:03 +0000 | |
commit | eb0b3c9cda961983c7b862d159661e5ba1720720 (patch) | |
tree | d2be9792741daca5698753d8dacc16856a597c9a | |
parent | Enable ix(4). Requested by deraadt@ (diff) | |
download | wireguard-openbsd-eb0b3c9cda961983c7b862d159661e5ba1720720.tar.xz wireguard-openbsd-eb0b3c9cda961983c7b862d159661e5ba1720720.zip |
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 |