This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to update Firmware on nRf9160

I'm having trouble connecting with LTE, so I decided to update the FW and see if that helps, but I am having trouble even getting started with this.

This is on Windows Home 10

I downloaded the zip file and extracted it

Went through the README.rst

Extracted the second zip

and ran the command on the command prompt to get this error

I'm a bit stuck and any help would be appreciated

Parents
  • Hi Octvargas,

    The v1.0.0 of the modem firmware was just released as well as NCS v1.0.0!

    • Please get NCS v1.0.0 with:

    cd ncs/nrf
    git checkout master
    git pull
    git checkout v1.0.0
    west update

    • There is a new way to do modem DFU with version v1.0.0 of the mfw:

    - Update to the latest 'nrfjprog'. (download link)

    Download mfw v1.0.0

    - Update to nRF Connect for Desktop to v3.0.0

    - Make sure you have the latest version of the "Programmer" app:

    - Open the "Programmer" app 

    - Select device

    - Select "Update Modem"

    - Find the .zip folder 'mfw_nrf9160_1.0.0.zip' and select it:

    - Hit the "Write" button

    Now the Modem DFU procedure should start and you should get the newest modem firmware.


    You can confirm this by running the at_client sample in combination with "LTE Link Monitor" and sending the AT command: 

    AT+CGMR


    Note that there is also released a new SES IDE version (v4.18) with several updates.

    Please find the newest version from the download link in the "Getting Started Assistant" app:


    Best Regards,

    Martin L.

  • could you please upload pre-compiled at_client firmware for testing.  I get the following error when I try to compile the sample and upload it.

    bsdlib irrecoverable error: 3
    ASSERTION FAIL [0] @ ../src/main.c:23
    ***** Kernel Panic! *****
    Current thread ID = 0x20020240
    Faulting instruction address = 0x1cda8
    

  • - Please make sure you have the latest mfw version on the kit first.

    - Then you could erase all from the application flash to make sure you don't have garbage data.

    - Then flash the at_client sample

    (adding the precompiled at_client sample 3884.merged.hex)

    You can use the "Programmer app" in nRF Connect for Desktop to flash the application.

Reply
  • - Please make sure you have the latest mfw version on the kit first.

    - Then you could erase all from the application flash to make sure you don't have garbage data.

    - Then flash the at_client sample

    (adding the precompiled at_client sample 3884.merged.hex)

    You can use the "Programmer app" in nRF Connect for Desktop to flash the application.

Children
No Data
Related