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

NRFUtil BLE DFU segmentation fault on OSX 10.15 / Python 3.7.1 / NRFUtil 6.0.0 / pc_ble_driver_py 0.14.0 / connectivity FW ?

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?

Related