Hi!
We would like to be able to send two separate dfu-packages independently, one hex/pack containing our main application and one hex/pack containing data to be read by the application. Is this possible?
Naturally, loading the two hex images through nrf connect and jtag works but when we try through the secure bootloader (uart) the flash looks a bit messy. What would be the correct settings for generating the package containing the data hex-file?
This is what I do:
1. Load softdevice and bl through jtag
2. Generate and load the application package (with --key-file, --sd-req --application-version and --hw-version) (So far everything works, the application boots etc)
3. Put app in dfu mode
4. Generate and load data package (with --key-file, --sd-req --application-version and --hw-version)
Now the flash in nrfConnect looks different compared to when loading the hex-images through nrf connect, perhaps the second package has overwritten some parts of the original application. How should I generate a package with the second hex file going straight into flash?
Thanks!