5.7.1.1.2 DFU Update Request (DFUU…)

Format: DFUU, <hex32>,<hex8>,<hex32>

The DFUU command is initiated to request the new firmware image update. This command accepts three parameters:
  • First parameter – The total image size, it must be 16-bytes aligned
  • Second parameter – Encryption status of the image
  • Third parameter – Flash image ID
The following table provides details for flash image ID setting. The RNBD451 device responds with maximum fragmented image size.

The RNBD451 responds back with the maximum allowed fragmented image size. The user can pass an image fragment whose size is either less than or equal to the received number.

Example:DFUU, 00046400,01,9B000001

// DFU update request, the total image size is 0x46400, the image is encrypted and the flash image ID is 9B000001 for RNBD451

Response:DFUU, 0200

// Accept update, the allow max fragmented image size is 0x200