Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-08-08 Thread via GitHub
raiden00pl commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2275109404 > I tried break-point debugging with Ozone, but I only can get it working with the nsh example. The different memory layout with the combination of miniboot_s and modem_ns seems t

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-08-06 Thread via GitHub
maxikrie commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2271582245 @raiden00pl Thank you again for your amazing work, this helped me to get started quite easily. Very satisfying to be able to just open a socket()! I have a few follow-up questions:

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-08-06 Thread via GitHub
acassis commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2271575131 @maxikrie I think at Modem Support here: https://nuttx.apache.org/docs/latest/platforms/arm/nrf91/index.html -- This is an automated message from the Apache Git Service. To respond

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-08-06 Thread via GitHub
maxikrie commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2271559795 @acassis I got it working with a 1nce (https://1nce.com/) SIM card, which I was using with an Arduino board. I can also try with iBASIS SIM card, which comes with the nrf9160-dk and

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
raiden00pl commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252774797 You have to register your SIM card on https://nrfcloud.com/ and activate it. After chip reset, modem is in power off state, so you have to enable modem and if necessary con

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
maxikrie commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252739150 @raiden00pl do you potentially also have instructions on how to test the modem? I see that wget is configured, but I am not sure if there is additional steps required in hardware an

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
maxikrie commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252541415 Thanks, @raiden00pl, the additional documentation in https://github.com/apache/nuttx/pull/12778#issue-2431829826 helped! -- This is an automated message from the Apache Git Servi

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
maxikrie closed issue #12768: nrf9160/nrf9160-dk:modem_ns crash on start URL: https://github.com/apache/nuttx/issues/12768 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
maxikrie commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252420248 Thanks for looking into this! Can you provide me a brief tutorial on the relation between the miniboot_s and modem_ns configuration? I am not familiar with the secure bootloader.

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
raiden00pl commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252387207 It looks like I broke modem example with dd611b9c5ba8aca0d6d6901fb7ac51d0fce35e84 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-26 Thread via GitHub
raiden00pl commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2252321610 The modem firmware must be called from trusted zone non-secure environment - this is a Nordic requirement. So nrf9160-dk:modem_ns works only as non-secure firmware and can't be ru

Re: [I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-25 Thread via GitHub
acassis commented on issue #12768: URL: https://github.com/apache/nuttx/issues/12768#issuecomment-2251156652 @raiden00pl please take a look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[I] nrf9160/nrf9160-dk:modem_ns crash on start [nuttx]

2024-07-25 Thread via GitHub
maxikrie opened a new issue, #12768: URL: https://github.com/apache/nuttx/issues/12768 Hello, I am trying to run the nrf9160-dk:modem_ns example, however it seems to crash very early in the startup routine. Specifically, it crashes in nrf91_clockconfig.c:75 when accessing a register.