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-modeoption is used to generate a debug package that allows skipping the version check.