Under the old `nrfjprog`, it was possible to check whether the modem firmware matched a particular release by running `nrfjprog --verify mfw.zip` (see Identifying modem version with J-Link (and pynrfjprog) )
This is no longer possible with `nrfutil`, the `--firmware` argument is required, and providing `--firmware` always results in the firmware being re-flashed.
nrfutil 91 modem-firmware-upgrade --verify ~/mfw_nrf91x1_2.0.3.zip error: unexpected argument '/home/jordan/mfw_nrf91x1_2.0.3.zip' found Usage: nrfutil-91 modem-firmware-upgrade [OPTIONS] --firmware <PATH> For more information, try '--help'
Having the option to check whether the modem firmware is already correct is quite useful, since the flashing process is not a quick operation (over 30 seconds in my testing).