Hi all,
I am using nrf52840 with zephyr
The below link puts device in bootloader mode but with pressing button
I want to do it without pressing button
Regards
Tushar
Hi all,
I am using nrf52840 with zephyr
The below link puts device in bootloader mode but with pressing button
I want to do it without pressing button
Regards
Tushar
Hi Tushar,
The tutorial you liked to demonstrates the serial recovery DFU. The feature is intended to work even if (for some reason) the application is not functioning properly. In other cases, you typically let the application handle the transport by including MCUMGR support in the application. This can be used with serial, Bluetooth, or other transports (and you do not need any button press to enter DFU mode). You can see the details in Add DFU support to your application. Is this what you are looking for?
Einar
Hi Einar Thorsrud,
i have tried serial dfu with the above link you've sent but it shows like this
38.14 KiB / 38.75 KiB [====================================================================================================>-] 98.44% 32 B/s
it is gets freezed i have tried many times but every it gets stops at 97 or 98
Regards
Tushar
Hi Tushar,
That is odd. Did you disable the mass storage device on the DK?
Hi Tushar,
That is odd. Did you disable the mass storage device on the DK?