-# $OpenBSD: install.md,v 1.39 2023/03/29 00:16:14 kn Exp $
+# $OpenBSD: install.md,v 1.40 2023/03/29 00:25:47 kn Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
done)
;;
pine64)
- dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/${_disk}c \
+ dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/r${_disk}c \
bs=1024 seek=8 status=none
;;
rpi)
-# $OpenBSD: install.md,v 1.54 2023/03/29 00:16:14 kn Exp $
+# $OpenBSD: install.md,v 1.55 2023/03/29 00:25:47 kn Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
;;
cubox|wandboard)
cp $_mdec/*.dtb /mnt/mnt/
- dd if=$_mdec/SPL of=/dev/${_disk}c bs=1024 seek=1 \
+ dd if=$_mdec/SPL of=/dev/r${_disk}c bs=1024 seek=1 \
status=none
- dd if=$_mdec/u-boot.img of=/dev/${_disk}c bs=1024 seek=69 \
+ dd if=$_mdec/u-boot.img of=/dev/r${_disk}c bs=1024 seek=69 \
status=none
;;
nitrogen)
;;
cubie)
cp $_mdec/*.dtb /mnt/mnt/
- dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/${_disk}c \
+ dd if=$_mdec/u-boot-sunxi-with-spl.bin of=/dev/r${_disk}c \
bs=1024 seek=8 status=none
;;
esac