Cannot do FOTA on thingy52_nrf52832dk

I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth works on my development board (nrf52dk_nrf52832), but when I tried to add FOTA functionality to the Thingy:52, it shows a build error. Can anyone please help me with this?

Parents Reply
  • Edvin said:

    There you go.

    By the way, I can't see from your screenshots where in the build log this is coming from, so it may be that some of these needs to be added to your bootloader's .conf file. Perhaps you can upload the entire build log.

    Ok, so looking at the entire build log I can now see that the error is printed when it builds the mcuboot bootloader, so you need to add:

    CONFIG_MULTITHREADING=y in the file:

    child_image/mcuboot.conf

    (you need to create this file)

    Best regards,

    Edvin

Children
No Data
Related