To flash the board, first boot into recovery by stopping the U-Boot countdown, then enter => run recovery. Once in recovery, enter root as the username (no password), and set your network:

ip link set eth3 up
ip addr add 10.0.0.69/24 dev eth3
ip route add default via 10.0.0.1 dev eth3

(change IPs and interfaces to reflect your network of course)

Once you can ping an external host, run:

curl -kO https://opnsense.mono.si/experimental/OPNsense-[timestamp]-arm-aarch64-GATEWAY.img.gz | gunzip | dd of=/dev/mmcblk0 bs=1M

Once it's done flashing: $ reboot

Full readme and build process here

Name Size Modified
..
cdx.ko 258 KB 2026-03-13 23:30
OPNsense-202603152000-arm-aarch64-GATEWAY.img.gz 1.88 GB 2026-03-15 19:46
OPNsense-202603160015-arm-aarch64-GATEWAY.img.gz 1.89 GB 2026-03-15 23:40
OPNsense-202603170212-arm-aarch64-GATEWAY.img.gz 1.69 GB 2026-03-17 01:27
README.md 671 Bytes 2026-03-03 13:41