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

nRF9160 in Production

I want to design the chip (nRF9160) on our board.
1- What kind of external debug / flash (SWD) can I use to flash the modem firmware and my app?

2- Is there any suitable method to update the firmware via serial port from nRF9160 in production mode?

3- Is bootloader available for nRF9160?

I look forward to your feedback and support

Parents
  • Thank you very much for your feedback.

    In my use case I want to use the nRF9160 only as a modem (LTE/GPS). I have done some research in your site and the following are clear to me:
    A- To flash and debug the nRF9160 externally I need these adapters J-LINK . Hardware connection looks like the picture

    B- to communicate with the modem with AT command, I will use UART0 like here interfacing with UART0 

    C- flash the bootloader using J-LINK

    My question 

    1- Which serial interface can I use to update the modem firmware through MCUBoot and mcumgr (without adapters J-LINK)? The same interface UART0 like this 

    or anther interface UART1

    2-  it is possible to send At-Command with the same serial interface and update firmware (for example UART0)

    Best regards 

    Saleem

  • Hi!

    Got from a colleague that it's theoretically possible to use the same UART for AT-commands and serial firmware updates we would recommend against it. 

    Best regards,
    Carl Richard

  • Hi Richard, 

    Thank you for your quick reply.

    I want to update the modem firmware in production (end of line), and I think it will go through uart (I will also test once the board nRF9160 is there).
    My last questions:
    1- Is there At-Command, to put the nRF9160 in flash mode, so I can update the modem firmware. Or do I have to trigger/reset via GPIO (hardware).

    2- Can I use the GPS receiver while the modem (LTE) is connected to the provider network. (GPS receiver and modem at the same time).

    Thanks for your support

Reply
  • Hi Richard, 

    Thank you for your quick reply.

    I want to update the modem firmware in production (end of line), and I think it will go through uart (I will also test once the board nRF9160 is there).
    My last questions:
    1- Is there At-Command, to put the nRF9160 in flash mode, so I can update the modem firmware. Or do I have to trigger/reset via GPIO (hardware).

    2- Can I use the GPS receiver while the modem (LTE) is connected to the provider network. (GPS receiver and modem at the same time).

    Thanks for your support

Children
Related