I'm trying to follow the instructions to perform an OTA DFU for the Thingy 52.
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/dfu_generating.html
I'm using tag 2.2.0 of the Thingy firmware from https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
I generated the public key and compiled the bootloader using the Makefile in project/bootloader_secure/pca20020/armgcc.
I then flashed the softdevice:
nrfjprog --program ../../../sdk_components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex -f nrf52 --chiperase
Then flashed the bootloader:
nrfjprog --program _build/nrf52832_xxaa_s132.hex -f nrf52 --sectorerase
However, at this point I can't see the Thingy in a scan using nRF Connect on Mobile. It doesn't seem to be advertising and the LED is off.
I've also tried flashing the Thingy application as well, but get the same result.
I'm able to flash just the softdevice+application and that works properly. I'm using a nRF52833 DK and connecting a ribbon cable from its Debug Out port to the Thingy. The problem seems to come from using the bootloader. Is there something I'm missing?

