I use the "nrf51-ble-dfu-symmetric-signing" example from GitHub. The application download over dfu works fine on the PCA10028 board.
But how can I install this bootloader over dfu with the nRF Toolbox?
The hmac_init_pkt_gen.py script creates a zip file without manifest.json. The binary will be huge because the uicr section will be adressed by the linker and fills up the space between with 0xff. Do I need a json file for the bootloader update?
Removing the readback protection and the start address makes the binary much smaller but the download fails with "REMOTE DFU INVALID STATE (2)"
Any ideas?
Thanks Michael