why the net is locked and “”west flash --recover ” don‘t work

3324.log.log

error log

Parents Reply Children
  • Q1: Can you please attach the .log file from the recovery / program process?

    Q2: Can you try this process?

    1. recover network core (nrfjprog --recover --coprocessor CP_NETWORK)

    2. recover application core (nrfjprog --recover)

    3. power cycle the board (unplug board, wait 5 seconds, plug in board again)

    4. program network core (nrfjprog --program <netcore_application.hex> --verify --coprocessor CP_NETWORK)

    5. program application core (nrfjprog --program <appcore_application.hex> --verify)

     

    Q3: Could you please update to newer segger driver? Can be downloaded from here (v7.60b at this time):

    https://www.segger.com/downloads/jlink/

     

    Q4: Can you try to program the device on another computer?

     

    Kind regards,

    Håkon

Related