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

Using nrf connect programmer fails to program the 52810

Hi,

I can use the nrf connect programmer to burn after merging the softdevice and the application.

but i can not use the nrf connect programmer to burn after merging the bootloader softdevice and the application. and I can successfully burn after the bootloader softdevice and application with nrfjprog.

do you know why i can not burn it with nrf connect programmer?

attach file is log

Blaze_2020-07-09T10_05_44.746Z-log.txt

Parents
  • Hi,

    I am working on your case and will reply later. 

    The support staff is reduced during the summer holidays, and you may experience delayed answers.

    -Amanda H. 

  • hi,

    sorry for late reply.

    i am using all commands as follows:

    1.nrfutil settings generate --family NRF52810 --application ble_app_buttonless_dfu_pca10040e_s112.hex --application-version 0 --bootloader-version 0 --bl-settings-version 1 bootloader_settings.hex

    2.mergehex.exe --merge secure_bootloader_ble_s112_pca10040e.hex  bootloader_settings.hex --output production_final1.hex

    3.mergehex.exe --merge s112_nrf52_6.1.1_softdevice.hex ble_app_buttonless_dfu_pca10040e_s112.hex  production_final1.hex --output nrf52810_RL_FW_V1.0.1.hex

    note that I am using sdk15.3

    I used this command to program:nrfjprog -f NRF52 --program nrf52810_RL_FW_V1.0.1.hex --chiperase --verify nrf52810_RL_FW_V1.0.1.hex --reset

    it was ok.but it was not ok by using nrf connect programmer 

Reply
  • hi,

    sorry for late reply.

    i am using all commands as follows:

    1.nrfutil settings generate --family NRF52810 --application ble_app_buttonless_dfu_pca10040e_s112.hex --application-version 0 --bootloader-version 0 --bl-settings-version 1 bootloader_settings.hex

    2.mergehex.exe --merge secure_bootloader_ble_s112_pca10040e.hex  bootloader_settings.hex --output production_final1.hex

    3.mergehex.exe --merge s112_nrf52_6.1.1_softdevice.hex ble_app_buttonless_dfu_pca10040e_s112.hex  production_final1.hex --output nrf52810_RL_FW_V1.0.1.hex

    note that I am using sdk15.3

    I used this command to program:nrfjprog -f NRF52 --program nrf52810_RL_FW_V1.0.1.hex --chiperase --verify nrf52810_RL_FW_V1.0.1.hex --reset

    it was ok.but it was not ok by using nrf connect programmer 

Children
Related