Hello
I am working on to flash my firmware binary into external flash by using nrfjprog commandline tools.
I have used below command to program and verify the external flash programming.
1) nrfjprog --family NRF53 --program zephyr.hex --qspichiperase --log abc.log
2) nrfjprog --family NRF53 --verify zephyr.hex --log abc.log
But it gives below error, can anyone tell me what command should I have to use to program the external flash?