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

Nordic Thingy:91 MCUBoot not working

Hello,

I had recently gotten a Nordic Thingy: 91 and I was following this tutorial to help me get started.

https://www.youtube.com/watch?v=xQ7hDzRULJQ

When it came to updating the firmware, I was running into some issues with MCUBoot.

I had done the following process:

1) I turned off my Nordic Thingy:91

2) I plugged my Nordic Thingy:91 into my computer with a USB

3) I opened the Programmer in the Mac OS nRF Connect application

4) I made sure MCUBoot was enabled in the programmer

5) I held down SW3 (the big black button) and while holding it down, I flipped the switch on the Nordic Thingy:91 to ON

6) I then went to Select Device and selected the Nordic Thingy:91 in the programmer,

7) From there I clicked Update Modem, selected the firmware, and clicked write

After doing this, I get the following result:

For context as well: When I hold down the button and turn on the device, I notice the LED does not turn off. I am assuming that means the device had entered Serial Recovery Mode.

Do you know what I may be doing wrong or why this is not working?

Parents Reply Children
  • Hello,

    1) This is the firmware version that it's running: mfw_nrf9160_1.1.1 (based on what nrfcloud.com says)

    2) I have been attempted to update the firmware but I can not seem to do so due to this MCUBoot issue (if you look at the image you can see I am attempted to flash the updated firmware to it)

    3) nRF connect version is v3.6.0 and the programmer version is 1.4.7

    4) Mac OS version is 10.14.6

    Also, I noticed I made a typo in my original ticket, this sentence should say this:

    "For context as well: When I hold down the button and turn on the device, I notice the LED does not turn ON. I am assuming that means the device had entered Serial Recovery Mode."

    Thank you for taking your time to help me with this issue btw!

    Edit: The application version is also thingy91_1.4.0_production_final as well (based on what nrfcloud.com says)

  • Did you update the application firmware?
    Could you try to update the application firmware on the nRF52840, and the nRF9160?
    If that also does not work, you can try to use mcumgr on the command line. See instructions here: Thingy91 DFU from command line

  • I tried updating it with one of the application firmware .hex images that are included in the thingy91_fw_2020-09-23_b6ad40d0 (specifically thingy91_fw_2020-09-23_b6ad40d0⁩/⁨images_dfu_hex⁩/thingy91_nbiot_dfu_2020-09-23_b6ad40d0.hex), but this didn't seem to flash either. This gave me the same error that I encountered with the modem firmware.

    Also, command-line does not seem to work either. When I used command-line, it stayed at 0% completed and didn't seem to do anything at all. 

  • What file did you use when trying to use the command line? .bin or .hex?

    Have you tried to update the nRF52840? Could you see if that works?

  • I tried using a .hex file called thingy91_nbiot_dfu_2020-09-23_b6ad40d0.hex

    When updating the nRF52840, it seems to let me flash this through the command line. The file I used for this was thingy91_nrf52_usb_uart_bridge_dfu_2020-09-23_b6ad40d0.hex 

    (It also lets me flash with nrf Connect Programmer but halfway through the flashing, the Programmer App screen goes white and doesn't let me view any of the GUIs for some reason) 

Related