Hello,
I'm trying to add DFU updates to a target board connected to a power profiler as a part of our CI process.
I have a nRF52-DK programmed with connectivity firmware by nRF Connect for Desktop and I'm trying to use it via nrfutil to upload new firmware for power profiling and verifying that bootloader works. Here's my result:
(nrfutilenv) Otso-MacBook-Pro:src otsojousimaa$ nrfutil dfu ble -ic NRF52 -snr 682868184 -pkg targets/ruuvitag_b/armgcc/ruuvitag_b_armgcc_ruuvifw_default_v3.28.8_dfu_app.zip -f -n "Ruuvi" Segmentation fault: 11 (nrfutilenv) Otso-MacBook-Pro:src otsojousimaa$ python --version Python 3.7.1
Any idea on how to debug / fix / workaround this issue?