This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU: REMOTE DFU OPERATION FAILED

During DFU with the nrf Connect app I get the error REMOTE DFU OPERATION FAILED. Here is the log file: http://pastebin.com/y7hFNSBq

  • Using NRF5 SDK12 / NRF51 DK
  • I have created the zip with nrfutil using the same key as I used when compiling the bootloader_secure example.
  • bootloader is compiled in debug mode and I created the zip with debug mode parameter.

What could be wrong here?

Parents
  • The last response received from the DFU Control Point was: 60-04-05 (Response Code - Procedure Opcode - Error code), i.e. and Execute procedure caused an error with error code 05. Error code 5 corresponds to

    The data object did not match the firmware and hardware requirements, the signature was missing, or parsing the command failed.
    

    The pre-compiled bootloader hex file and the test images should work out of the box. Do you get the same error if you compile the bootloader with the default public key, flash it to your nRF51 DK and then try to perform DFU with the dfu_test_app_hrm_s130.zip test image?

Reply
  • The last response received from the DFU Control Point was: 60-04-05 (Response Code - Procedure Opcode - Error code), i.e. and Execute procedure caused an error with error code 05. Error code 5 corresponds to

    The data object did not match the firmware and hardware requirements, the signature was missing, or parsing the command failed.
    

    The pre-compiled bootloader hex file and the test images should work out of the box. Do you get the same error if you compile the bootloader with the default public key, flash it to your nRF51 DK and then try to perform DFU with the dfu_test_app_hrm_s130.zip test image?

Children
No Data
Related