I am running SES and have changed the Thingy project. How do I create a DFU ZIP file?
I am running SES and have changed the Thingy project. How do I create a DFU ZIP file?
I have created DFU ZIP files before, for my own custom projects. Here was a previous Windows batch line I used:
..\nrfutil pkg generate --hw-version 52 --application-version 1 --application hex\ble_app_buttonless_dfu_pca10040_s132.hex --sd-req 0xAF --key-file keys\private.key hex\TestProject.zip
Of course to do this for Thingy I would need to know the existing keys!
I have created DFU ZIP files before, for my own custom projects. Here was a previous Windows batch line I used:
..\nrfutil pkg generate --hw-version 52 --application-version 1 --application hex\ble_app_buttonless_dfu_pca10040_s132.hex --sd-req 0xAF --key-file keys\private.key hex\TestProject.zip
Of course to do this for Thingy I would need to know the existing keys!