How to flash binary into nRF5340 DK external flash using nrfjprog command line tools.

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?

Parents Reply
  • Hey Dejan,

    I had also tried the below screenshot command, For internal flash command seems working when I will change address to external flash(XIP region address) then it will give us error.



    Can you please tell me weather it is possible to program external flash using this nRF command line tools if yes then kindly provide me some command by that I can check erase/program/verify of external flash.

    Thanks,

    Kaushik Parsana

Children
Related