I haven't updated my copies of the nRF tools, or mBed's nRF51 code for some time. I just did and now it seems my old method of flashing no longer works. I was doing something like:
nrfjprog --erase-all --programs s130_..._.hex --program my_firmware.hex --dfu
Now there is no --programs, or --dfu. And also I noticed there is are some bootloader hex files in the source tree.
- What are the bootloader hex files? Do I need them? Why didn't I need them before?
- How can I program the softdevice and my app firmware in one command as before?
This works:
nrfjprog --family NRF51 --program my_firmware.hex --chiperase
But it doesn't put the softdevice on there...