Hi,
I used the old nrfjprog like this:
nrfjprog --eraseall --dfu --programs s130_softdevice_whatever.hex --program my_firmware.hex
Which worked fine. I've now updated to the new version with different options. What is the equivalent command? This works, but doesn't flash the softdevice:
nrfjprog --program my_firmware.hex --chiperase
Also I noticed in the new mBed code there are some bootloader hex files. What exactly does the bootloader do? Do I need it? (I never used it before and it worked fine.)