On Mon, 14 Jul 2025, Ramiro Aceves wrote:
netbsd-raspa4# dd if=arm64-uefi-fw.img of=/dev/rsd0d bs=1m dd: /dev/rsd0d: Device not configured [...] c: 244277248 0 unused 0 0 # (Cyl. 0 - 119275) disklabel: boot block size 0 disklabel: super block size 0 netbsd-raspa4#
On ARM, the whole-disk device is `rsd0c' (as seen in the disklabel output). It's `rsd0d' only on x86 systems, I believe. I just use `/dev/rXXX'. It'll be whole-disk device everywhere (whether `c' or `d'), I think. -RVP