<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nrf9160 can&amp;#39;t jump (Secure Boot: prepare to jump to Non-Secure image)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50371/nrf9160-can-t-jump-secure-boot-prepare-to-jump-to-non-secure-image</link><description>Hello, 
 
 I have a custom nrf9160 device which requires 
 device stops at: 
 &amp;#39;Secure Boot: prepare to jump to Non-Secure image&amp;#39; 
 if I use this the following prj.conf: 
 CONFIG_BSD_LIBRARY=y CONFIG_BSD_LIBRARY_TRACE_ENABLED=y CONFIG_GPIO=n CONFIG_STDOUT_CONSOLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Aug 2019 15:03:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50371/nrf9160-can-t-jump-secure-boot-prepare-to-jump-to-non-secure-image" /><item><title>RE: nrf9160 can't jump (Secure Boot: prepare to jump to Non-Secure image)</title><link>https://devzone.nordicsemi.com/thread/202886?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2019 15:03:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77a0a5b7-7c67-41ab-bbd6-2cae3ebbf7ba</guid><dc:creator>SuperAbe</dc:creator><description>&lt;p&gt;I fixed it here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/50475/nrf-connect-j-link-no-detection"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/50475/nrf-connect-j-link-no-detection&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note: if your nrf9160 won&amp;#39;t jump to secure boot and does not return errors seemingly for no reason. Most likely you are trying to access something in the fimware that was not uploaded.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This error will occur if you don&amp;#39;t have &lt;strong&gt;secure_boot&lt;/strong&gt; or you don&amp;#39;t have &lt;strong&gt;&lt;a href="https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs"&gt;latest modem firmware&amp;nbsp;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;May all your code run predictably and economically. Namaste.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 can't jump (Secure Boot: prepare to jump to Non-Secure image)</title><link>https://devzone.nordicsemi.com/thread/201448?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 08:38:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18f7c12e-a597-4e84-8c72-3703f0d86f0b</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Check that you are using the latest ncs version by running:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ncs/nrf
git checkout master
git pull
git checkout v1.0.0
west update&lt;/pre&gt;&lt;/p&gt;
[quote user="SuperAbe"]I don&amp;#39;t know what my modem firmware version is but I assume that I need to run new firmware. How do I do that?[/quote]
&lt;p&gt;Can you take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49045/nrf9160-nrf9160_mdm_dfu-install-error/194995#194995"&gt;this answer.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The latest modem firmware on nordicsemi.com does not have the nrf9160_mdm_dfu.zip folder, but you can download that here: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-5e5b054a32ad4b659c2c21f7a6564800/nrf9160_5F00_mdm_5F00_dfu.zip"&gt;devzone.nordicsemi.com/.../nrf9160_5F00_mdm_5F00_dfu.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So just follow from step 3 in the link above and run &lt;strong&gt;nrf9160_mdm_dfu --update&lt;/strong&gt; from the folder with the latest modem (mfwnrf9160100.zip).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 can't jump (Secure Boot: prepare to jump to Non-Secure image)</title><link>https://devzone.nordicsemi.com/thread/201336?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2019 16:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf879dbb-3b73-4337-977b-b3bffe442b03</guid><dc:creator>SuperAbe</dc:creator><description>&lt;p&gt;Thank you for the quick reply.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have experience with IPC yet so I will study more.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know what my modem firmware version is but I assume that I need to run new firmware. How do I do that?&lt;/p&gt;
&lt;p&gt;I am using J-Link educational with a custom PCB. My device will not show up on nrf connect but I have been using Segger Embedded Studio so far so it didn&amp;#39;t matter to me.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 can't jump (Secure Boot: prepare to jump to Non-Secure image)</title><link>https://devzone.nordicsemi.com/thread/201264?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2019 13:17:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d25b1a78-0a27-41ae-aa14-589d8d5de8eb</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I assume that by adding CONFIGs to prj.conf that I am creating conflicts between UART instances but I dont know if that is the case.[/quote]
&lt;p&gt;&amp;nbsp;This should not be a problem, &lt;strong&gt;prj.conf&lt;/strong&gt; is suppose to overwrite the other configurations.&lt;/p&gt;
[quote user=""]Really the core of my issue is that I don&amp;#39;t know how nrf9160 communicates with its built in modem. Does is require UART? will adding UART 2 create conflict with SPI 2?[/quote]
&lt;p&gt;&amp;nbsp;nRF9160 and the modem communicates with eachother by using the&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf9160%2Fipc.html&amp;amp;cp=2_0_0_5_5"&gt; interprocessor commuication (IPC&lt;/a&gt;) peripheral.&lt;/p&gt;
&lt;p&gt;Which tag are you working on, do you have the latest modem firmware?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>