how to use USB DFU and CDC ACM at the same time.

 Performing DFU on USB DFU device + Composite Device with CDC ACM using dfu-util tool on Windows Fails 

I found a similar thread, but it did not solve the problem.
When CDC-ACM is enabled in Device Tree, the dfu-util application cannot find the USB port.
The Bootloader started directly in nRF SDK5, is there same way to solve this in NCS?

Parents
  • Hello,

    It is not completely clear to me what you are actually trying to do. dfu-util is a 3rd party tool that is not written, maintained, nor supported by us. Is this the tool you intend to use? Or did you mean "nrfutil"?

    If you are using NCS, then perhaps you want to look into the tool "mcumgr", which is the dedicated tool to communicate with the bootloader, either via USB or UART. 

    Best regards,

    Edvin

Reply
  • Hello,

    It is not completely clear to me what you are actually trying to do. dfu-util is a 3rd party tool that is not written, maintained, nor supported by us. Is this the tool you intend to use? Or did you mean "nrfutil"?

    If you are using NCS, then perhaps you want to look into the tool "mcumgr", which is the dedicated tool to communicate with the bootloader, either via USB or UART. 

    Best regards,

    Edvin

Children
Related