[DFU] How to create dfu using a standalone command

Hi,

i am developing under NCS 3.2.1.

I would like to if there exist a stand-alone command for creating DFU (nrfutil sub-command or similar) instead of https://github.com/nrfconnect/sdk-nrf/blob/v3.2.1/scripts/bootloader/generate_zip.py.

Thank you,

Alessandro

Parents Reply
  • SteveHx said:
    but nrfutil list shows me zero commands installed.

    Correct. nrfutil is a tool manager that lets you install multiple tools with it.

    Do "nrfutil search" to list alternatives and then "nrfutil install ..." for what you need.

    If Im correct and you need nRF5 SDK DFU, you can do 

    nrfutil install nrf5sdk-tools

    and then use "nrfutil nrf5sdk-tools ..." as described in  nrf5sdk-tools: Generating DFU packages.

    If you need more help with nRF5 SDK DFU, could you open a new ticket for it?
    This is because this ticket is originally about nRF Connect SDK DFU, so let's try to not confuse future readers of this ticket.

Children
Related