Generating an unsigned debug package

nRF Util

tags
nRF Util

Enter the following command to generate an unsigned debug package without version information from the application file app.hex:

nrfutil nrf5sdk-tools pkg generate --debug-mode --application app.hex app_dfu_package.zip

Note

  • The --debug-mode option is used to generate a debug package that allows skipping the version check.