##写入 EFI 启动文件,该步骤在 SD 卡上操作
dd if=NANOPI-R5S_EFI.img of=/dev/sdb seek=64 bs=512 conv=sync
dd if=NANOPI-R5S_EFI.itb of=/dev/sdb seek=16384 bs=512 conv=sync
##dd if=OPNsense-25.1-arm-aarch64-R5S_MBR.img of=/dev/sdb conv=sync seek=32768 status=progress (执行后仍无法仅通过 SD 卡进入系统)
##写入 img 镜像文件,该步骤在 M.2 设备上操作(也尝试过在 U 盘上操作,结果是也没成功)
dd if=OPNsense-25.1-arm-aarch64-R5S_MBR.img of=/dev/sdd bs=1M status=progress
添加评论