Hi Nordic,
I am using the nrf52832 with the Development kit and the 14.2 SDK.
I have followed the steps in https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fsdk_app_serial_dfu_bootloader.html to generate the .zip file and flashing the bootloader with the s132 in the Development hit.
I see the RTT debug indicating that there is no valid app, that's ok, i have not flashed any app yet. I can also see the LED 3 light up.
But when i try : nrfutil dfu serial -pkg app_dfu_package.zip -b 115200 -p /dev/ttyACM1
I always get :
2020-05-25 19:23:51,881 No trigger interface found for device with serial number: XXX ... NordicSemiException: No ping response after opening COM por
And in the RTT debug i see no output, like it's not even trying to connect.
My nrfutil version is 5.2.0
Am i missing something obvious? Any help would be appreciated.