serail dfu without flow control for nrfutil 6.1.3

hi support team,

customer have one question about nrf dfu with serial:" how to disable flow control for 2 wire uart".

previously we have one ticket :"https://devzone.nordicsemi.com/f/nordic-q-a/28077/sdk-13-0-0-secure-serial-dfu-without-flow-control" that works fine for previous nrfutil version, and now i found that  there is no such file named "nordicsemi\dfu\dfu_transport_serial.py" in python3.9;

and how can i close the flow control?

Thanks in advance!

Regards,

William.

Parents Reply
  • Hi Hung,

    Thanks.

    i have see into the code and find out that it is using default flow control as below:

    so does it mean that i need to add parameter to nrfutil command? i can see -fc 

    so the command for the nrfutil should be as "nrfutil dfu serial -fc 0 -pkg uart_nrf_dfu_ext.zip -p COM187 -b 115200", is it correct?

    or maybe i was wrong, the default flow control is 0?

    nrfutil dfu serial -fc 0 -pkg uart_nrf_dfu_ext.zip -p COM187 -b 115200     equals to 

    nrfutil dfu serial  -pkg uart_nrf_dfu_ext.zip -p COM187 -b 115200

    Regards,
    William.

Children
Related