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

52832 DFU get .ZIP question?

python 2.7 scripts tool nrfutil : the order nrfutil pkg generate DFU.zip --application s132_pca10040.bin --application-version 0xFFFFFFFF --sd-req 0x81 --hw-version 52  ;ZIP DFU no success????

Parents
  • Hi.

    You have to use a .hex file as input, not .bin file. Try:

    nrfutil pkg generate DFU.zip --application s132_pca10040.hex --application-version 0xFFFFFFFF --sd-req 0x81 --hw-version 52

    Best regards,

    Andreas

  • please look it;NRF_LOG text:

    [DM]: Request to allocation connection instance
    [DM]:[00]: Connection Instance Allocated.
    [DM]: Searching for device 0x76 0xF4 0x82 0x7B 0xCA 0x5E.
    [DM]:[DI 0x00]: Device type 0xFF.
    [DM]: Device Addr 0x00 0x00 0x00 0x00 0x00 0x00.
    [DM]:[DI 0x01]: Devic[[DM]: >> dm_init.
    [DM]: Initializing Application Instance 0x00000000.
    [DM]: Initializing Connection Instance 0x00000000.
    [DM]: Initializing Peer Instance 0x00000000.
    [DM]: Initializing Peer Instance 0x00000001.
    [DM]: Initializing Peer Instance 0x00000002.
    [DMn0e4en0d00l00vFFFFFFF000]e[FFFFFF:000F]FFFFFFl00xFDFFFFF[h000FiFFFF0Md000F0xFFFF00076FxxFFFF p:Start.i[DM]: Request to allocation connection instance
    [DM]:[00]: Connection Instance Allocated.
    [DM]: Searching for device 0x76 0xF4 0x82 0x7B 0xCA 0x5E.
    [DM]:[DI 0x00]: Device type 0xFF.
    [DM]: Device Addr 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF.
    [DM]:[DI 0x01]: Devic

    do you know the question?

Reply
  • please look it;NRF_LOG text:

    [DM]: Request to allocation connection instance
    [DM]:[00]: Connection Instance Allocated.
    [DM]: Searching for device 0x76 0xF4 0x82 0x7B 0xCA 0x5E.
    [DM]:[DI 0x00]: Device type 0xFF.
    [DM]: Device Addr 0x00 0x00 0x00 0x00 0x00 0x00.
    [DM]:[DI 0x01]: Devic[[DM]: >> dm_init.
    [DM]: Initializing Application Instance 0x00000000.
    [DM]: Initializing Connection Instance 0x00000000.
    [DM]: Initializing Peer Instance 0x00000000.
    [DM]: Initializing Peer Instance 0x00000001.
    [DM]: Initializing Peer Instance 0x00000002.
    [DMn0e4en0d00l00vFFFFFFF000]e[FFFFFF:000F]FFFFFFl00xFDFFFFF[h000FiFFFF0Md000F0xFFFF00076FxxFFFF p:Start.i[DM]: Request to allocation connection instance
    [DM]:[00]: Connection Instance Allocated.
    [DM]: Searching for device 0x76 0xF4 0x82 0x7B 0xCA 0x5E.
    [DM]:[DI 0x00]: Device type 0xFF.
    [DM]: Device Addr 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF.
    [DM]:[DI 0x01]: Devic

    do you know the question?

Children
Related