Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there an image compression option for DFU?

I try to DFU operation.

SDK15.3.0 / GCC / nrf52840

My application image size is 123,484bytes (nrf52module.bin)

I run command ,

nrfutil.exe pkg generate --hw-version 52 --sd-req 0xB6 --application nrf52module.bin --application-version 1 --key-file priv.pem app_dfu_package.zip

app_dfu_package.zip  size is 124,115bytes (may be not compressed)

I download 'nrfutil.exe' from https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v5.2.0

Is there an image compression option for DFU?

Related