Hello
I am using buttons less DFU,
S132_nrf52_6.1.1 softtdevice
using Android + nrf connecct, I can update the device with DFU
using IPhone 6, I can not update, DFU always failes
please advice
Hello
I am using buttons less DFU,
S132_nrf52_6.1.1 softtdevice
using Android + nrf connecct, I can update the device with DFU
using IPhone 6, I can not update, DFU always failes
please advice
Which iOS version are you running on the iPhone 6? Which nRF5 SDK version are you using on the nRF side?
Please post the log from nRF Connect on the iOS device and the debug log output from the nRF device. Note: You will have to use the debug version of the bootloader to get the log output.
Also a short description of how the DFU fails? When does it fail, immediately, halfway or at the end? Are you performing a application, SD+BL update or SD+BL+APP update?
Best regards
Bjørn
nRF5 SDK version: nRF5_SDK_15.2.0
iOS version: 12.4.1
update package: SD+BL+APP
it fails immediately.
I have used the boot-loader debug version, I do not see any log, where and how should I get it?
OK, managed to print debug:
<info> app: Inside main
<debug> app: In nrf_bootloader_init
<debug> nrf_dfu_settings: Calling nrf_dfu_settings_init()...
<deb<info> app: Inside main
<debug> app: In
HI Deadpoolcode,
Judging from the log output it seems that the NRF is encountering a non-zero return code from one of the functions inside nrf_dfu_settings_init(). Can you run the bootloader in a debug session and see if you can identify the function that returns the non-zero return code? Set breakpoints in i app_error_handler() and/or app_error_handler() and then look at the call stack.
Best regards
Bjørn