-
I went though steps point here Everything went well. We create bootloader settings hex file base on our application hex file I'm a little confusing now. Should I always create bootloader settings hex file after changing my app, because it's also probably changing? and flash bootloader.hex + bootloader_settings.hex (merged together) before flashing our app.zip package
-
Could you order my mind about using butonless DFU. I want to flash firmware from nrftoolbox(or own app base on dfu library). What should I need to change in compare with previous way with using button for enter in dfu mode. I mean should/can I use the same order:
-
Create my secure key.pem
-
add its public version (generated by nrfutil) into secure dfu bootloader
-
create settings bootloader base on hex file built by experimental_ble_app_buttonless_dfu example?
-
merge it with main bootloader hex and flash to the board
-
generate zip from experimental_ble_app_buttonless_dfu (with my private key) and flash it via nrftoolbox_dfu?
-
What's the simplest way to integrate this feature (buttonless enter into dfu mode) into my app base on ble_uart example.
2.1. Can I have to feature for entering into dfu mode (with button and buttonless) just in case?
Sorry if some of my questions are too stupid, I just a newbie in this area..