DFU update error

There are receivers and repeaters with nRF52832 mounted on the board.

When updating with DFU from iPad, a version check error occurs in the customer's environment.

The repeater can be updated normally in the customer's environment, but the receiver gets a version check error.

The DFU file is created by creating a batch file of commands on a Windows PC.

The contents of the batch file are as follows.

nrfutil pkg generate --hw-version 52 --application-version 1 --application Ping_Pong_ISP4520-JP_SEND.hex --sd-req 0x9D --key-file ./private.key DFU_RECV8_1.00_3in1.zip

The name of the hex file remains the same even if the source is changed, so the DFU file name in the batch file is edited and executed to create the DFU file.

The apps used for the update are nRFToolbox and nRF Connect, and both result in a version check error.

What do you think could be the cause?

Related