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

Nordic 52840 BLE OTA DFU in Liniux by Nrfutil

Hi,

I have a question ,According to the official tutorial,I succeeded BLE OTA DFU in windows system by nrfutil ,however, when I use the nrutil tool to update the firmware on the liniux system, I don't succeed. Do I want to know the difference between the two systems?

In windows system my last command is "nrfutil dfu ble -ic NRF52 -f -pkg C:\Users\Administrator\Desktop\feida_dfu_package.zip -p COM5 -a C1646DCFDA58";

In liniux system my last command is "nrfutil dfu ble -ic NRF52 -f -pkg /root/download/feida_dfu_package.zip -p ttyACM1 -a C1646DCFDA58"

then everything else is the same.

Thanks!

Related