Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make only app image for DFU. I made a command as below refering to github.com/.../pc-nrfutil.
nrfutil pkg generate --hw-version 51 --sd-req 0x87 --application-version 4 --application nrf51422_xxac.hex --key-file priv.pem app_dfu_package.zip
Is it right?
Q1. How can I define "--application-version"? I don't understand why it is 4 now.
Q2. Do I need to define "--bootloader-version" and "--bl-settings-version" as below? nrfutil settings generate --family NRF51 --application app.hex --application-version 3 --bootloader-version 2 --bl-settings-version 1 sett If yes, how can I define?
Q3. If Q2 is yes, regarding "nrfutil settings generate" When do I have to execute? nrfutil pkg generate --> nrfutil settings generate? or nrfutil settings generate --> nrfutil pkg generate?
I need your help.