nRF9151 custom board – GNSS sample fails with “Failed to activate GNSS functional mode”

Hi Nordic Team,

I have developed a custom board using the nRF9151 controller.
I am testing the GNSS sample from nRF Connect SDK v3.0.0.
When I flash and run the firmware, I see the following output in RTT Viewer:

Hardware Details:

  • SoC: nRF9151

  • Board: Custom design (based on nRF9151 DK reference)

Software Details:

  • nRF Connect SDK: v3.0.0

  • Toolchain: nRF Connect for VS Code

  • Sample Used: nrf/samples/nrf9160/gnss

  • Build target: nrf9151dk_nrf9151

    How can I solve this issue?


Best regards

Arun

Parents
  • Hi,

    I have tested unmodified sample on nrf9151-dk and I could not replicate reported error.

    Which version of the modem firmware do you use on your custom board?

    Sample Used: nrf/samples/nrf9160/gnss

    The GNSS sample is located in nrf\samples\cellular\gnss in NCS v3.0.0.

    Build target: nrf9151dk_nrf9151

    You can try to build the sample for nrf9151dk/nrf9151/ns as specified in GNSS sample documentation.

    I have developed a custom board using the nRF9151 controller.

     Does the error come when building for nrf9151-dk or for custom board?

    Best regards,
    Dejan

  • Hi Dejan,

    Sorry for the confusion — I’m actually using the nrf/samples/cellular/gnss example from NCS v3.0.0, not nrf/samples/nrf9160/gnss.
    The build target I used is nrf9151dk_nrf9151 ns.

    There were no errors during build or compilation, and I uploaded the firmware to my custom board using the nRF9151 DK as a programmer.

    After uploading, when I open RTT Viewer, I see the following error:

    Could you please advise on what might be causing this issue?

    Best regards,
    Arun

Reply
  • Hi Dejan,

    Sorry for the confusion — I’m actually using the nrf/samples/cellular/gnss example from NCS v3.0.0, not nrf/samples/nrf9160/gnss.
    The build target I used is nrf9151dk_nrf9151 ns.

    There were no errors during build or compilation, and I uploaded the firmware to my custom board using the nRF9151 DK as a programmer.

    After uploading, when I open RTT Viewer, I see the following error:

    Could you please advise on what might be causing this issue?

    Best regards,
    Arun

Children
Related