<?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 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43180/nrf9160-dk-stopped-responding-to-at-commands</link><description>I have 2 nRF9160 DK&amp;#39;s. I&amp;#39;ve been using 1 for most of my testing and the second one was still in the box. I loaded the secure boot and the AT_CLIENT demo project. Opened up the nRF Link Monitor tool. Hit the reset button and Zephyr stuff flies on the screen</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jun 2019 18:51:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43180/nrf9160-dk-stopped-responding-to-at-commands" /><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/190613?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 18:51:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f207013e-258a-444b-8ca5-51c11cee6234</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;strong&gt;Quick summary for everyone:&lt;/strong&gt; remember to use the nrf9160_pca10090 board for the SPM example &amp;amp; nrf9160_pca10090ns for the application code. As Ruth mentioned, when you compile the application code (e.g. AT client), the SPM example will also be built. You can then flash the merged hex file by setting the Project &amp;#39;zephyr/merged.hex&amp;#39; &amp;amp; then using Ctrl + T &amp;amp; L to download. The asset tracker code also includes the at_client functionality on it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for the latest modem FW, it can be downloaded &lt;a href="https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs"&gt;here&lt;/a&gt;. In addition, &lt;a href="https://www.youtube.com/watch?v=m5V4Vo_Xemk&amp;amp;t=3s"&gt;this video&lt;/a&gt; may be helpful, along with &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/intro.html?cp=2_1"&gt;this documentation&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189975?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 16:45:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7aa578d3-e298-4216-be51-374454ad8134</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;Actually I figured out a few more things today.&amp;nbsp; And I&amp;#39;m sure someone smarter than I will come in and correct my description/terminology.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;The new AT Client and 0.4.0 stuff is meant to combine both the SPM and the application together in 1 hex download.&amp;nbsp; So when you compile it &amp;quot;wrong&amp;quot;, you get the application set to install at address 0.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;But if you go get the latest radio code, 0.7.0, flash that.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Then go get the latest GIT repos.&amp;nbsp; And get the latest Segar stuff and use all of that it all works.&amp;nbsp; They seemed to have changed the AT client from running in main to responding to interrupts or running in it&amp;#39;s own thread.&amp;nbsp; So if you don&amp;#39;t run the SPM first it&amp;#39;s not setting up the processor right and all you get is the new AT clinet printing &amp;quot;host started&amp;quot;.&lt;br /&gt;&lt;br /&gt;I documented this info here as well: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/44816/nrf9160dk-can-not-find-the-cellular-network"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/44816/nrf9160dk-can-not-find-the-cellular-network&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But if you check out the 0.4.0 versions.&amp;nbsp; Personally I have:&lt;br /&gt;fw-nrfconnect-nrf: v0.4.0&lt;br /&gt;fw-nrfconnect-zephyr:&amp;nbsp; v1.14.99-ncs1&lt;br /&gt;fw-nrfconnect-mcuboot: v1.3.99-ncs1&lt;br /&gt;nrfxlib: v0.4.0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So far I have tested asset tracker and the at client, but so far so good.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Things that caused me issues:&lt;/p&gt;
&lt;p&gt;1. make sure you go in and delete the CMakeCache.txt files.&amp;nbsp; I know it&amp;#39;s an option in the &amp;quot;open project&amp;quot; but do it before you open the project, sometimes it made a difference.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Make sure you open the project and pick the board directory as nrf9160_pca10090 and the board name to be nrf9160_pca10090ns.&amp;nbsp; Notice the NS vs non.&amp;nbsp; See: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/gs_programming.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/gs_programming.html&lt;/a&gt;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;3. Make sure you update the radio firmware.&amp;nbsp; 0.7.0 works with this.&amp;nbsp; 0.6.8 seems to only work with the older git tagged repos that ebran posted.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. When flashing your board flash the merged.hex file. Just this one file, it will write both the SPM and the application together.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can update to the latest of everything and it appears to be working.&lt;/p&gt;
&lt;p&gt;Your directories might be different than mine, but if you work out of a c:\git\nRF directory.&amp;nbsp; You can:&lt;/p&gt;
&lt;p&gt;cd C:\git\nRF\mfwnrf916007015alpha&lt;br /&gt;nrf9160_mdm_dfu --update&lt;br /&gt;&lt;br /&gt;cd C:\git\nRF\ncs\zephyr&lt;br /&gt;git reset --hard&lt;br /&gt;git checkout&lt;br /&gt;cd C:\git\nRF\ncs\mcuboot&lt;br /&gt;git reset --hard&lt;br /&gt;git checkout&lt;br /&gt;cd C:\git\nRF\ncs\nrf&lt;br /&gt;git reset --hard&lt;br /&gt;git checkout&lt;br /&gt;cd C:\git\nRF\ncs\nrfxlib&lt;br /&gt;git reset --hard&lt;br /&gt;git checkout&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;pip3 install -r C:\git\nRF\ncs\zephyr\scripts\requirements.txt&lt;br /&gt;pip3 install -r C:\git\nRF\ncs\nrf\scripts\requirements.txt&lt;br /&gt;pip3 install -r C:\git\nRF\ncs\mcuboot\scripts\requirements.txt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189970?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 16:23:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e51437e-c919-44d2-8ed9-19cb2fe5f80c</guid><dc:creator>buono</dc:creator><description>&lt;p&gt;Wow, that worked! Thanks so much for your help. Strange that the new AT client overlaps with the SPM app if they are both required in order to work.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189871?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 12:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e969ba11-bf16-4be1-b6ac-7c6600adb1b8</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;I believe the solution is the &amp;quot;ns&amp;quot;.&amp;nbsp; If you open a project with the board directory as nrf9160_pca10090 but the board name as nrf9160_pca10090ns (and the build directory but that doesn&amp;#39;t matter). &amp;nbsp;&amp;nbsp; The trick is the NS.&lt;/p&gt;
&lt;p&gt;Without the NS:&lt;/p&gt;
&lt;p&gt;To build and flash a multi-image project:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;ol class="loweralpha simple"&gt;
&lt;li&gt;Select your project in the Project Explorer.&lt;/li&gt;
&lt;li&gt;From the menu, select &lt;strong&gt;Build -&amp;gt; Build Solution&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;When the multi-image build completes, you can flash the sample to a connected board. To do this, select &lt;strong&gt;Target -&amp;gt; Download File -&amp;gt; Download Intel Hex File&lt;/strong&gt;. Navigate to the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;zephyr&lt;/span&gt;&lt;/code&gt; folder in your build directory and choose &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;merged.hex&lt;/span&gt;&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;I don&amp;#39;t get a merged.hex file.&amp;nbsp; I get a zephyr.hex.&amp;nbsp; And when I flash that, it&amp;#39;s not the SPM and AT Client.&amp;nbsp; Just the AT Client.&amp;nbsp; And it doesn&amp;#39;t respond to AT commands.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With the NS you get a merged.hex file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If I try to follow the directions exactly and compile the asset tracker:&lt;/p&gt;
&lt;p&gt;If I build for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;nrf9160_pca10090&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;4&amp;gt; In file included from C:/git/nRF/ncs/zephyr/include/toolchain.h:21:0,&lt;br /&gt;4&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from zephyr/misc/generated/configs.c:7:&lt;br /&gt;4&amp;gt; C:/git/nRF/ncs/zephyr/include/toolchain/gcc.h:325:51: error: expected expression before &amp;#39;)&amp;#39; token&lt;br /&gt;4&amp;gt; zephyr/misc/generated/configs.c:22:1: note: in expansion of macro &amp;#39;GEN_ABSOLUTE_SYM&amp;#39;&lt;br /&gt;4&amp;gt; C:/git/nRF/ncs/zephyr/include/toolchain/gcc.h:325:51: error: expected expression before &amp;#39;)&amp;#39; token&lt;br /&gt;4&amp;gt; zephyr/misc/generated/configs.c:29:1: note: in expansion of macro &amp;#39;GEN_ABSOLUTE_SYM&amp;#39;&lt;br /&gt;Build failed&lt;/p&gt;
&lt;p&gt;But if I build for &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;nrf9160_pca10090ns&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s fine.&amp;nbsp; And I get a merged.hex file&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What&amp;#39;s the NS stand for?&amp;nbsp; I was assuming Not Secure.&amp;nbsp; But I also assumed that not secure was if you didn&amp;#39;t want the SPM or secure boot.&amp;nbsp; Maybe it&amp;#39;s Nowloading Securepartitionmanager.&amp;nbsp; &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189763?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 06:57:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94253ff5-d1f4-498b-bd56-d1f29c6d06bf</guid><dc:creator>Ruth Fuchss</dc:creator><description>&lt;p&gt;For 0.4.0, the nRF9160 samples include the SPM in a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/zephyr/application/index.html#building-and-configuring-multiple-images"&gt;multi-image build&lt;/a&gt;. So instead of programming the two HEX files separately, you should program the merged.hex file - follow the instructions for a multi-image project &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/gs_programming.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189744?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 05:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4a0033a-dc9e-448e-b8ab-259123101123</guid><dc:creator>buono</dc:creator><description>&lt;p&gt;LOL, ok thanks! I&amp;#39;ll try this out tomorrow.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189735?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 00:31:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:788af8e0-15d3-48f6-8f4d-3a1161cb2195</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;yes there should be.&amp;nbsp; And for some reason the 0.4.0 version of the AT Client writes itself to address 0 instead of 40000 (or whatever, I&amp;#39;m pulling that from memory).&amp;nbsp; If you take the secure boot I posted above, or take the SPM from 0.4.0 and load that.&amp;nbsp; And then take AT Client from 0.3.0 (which I can post here), it writes itself to address 40000.&amp;nbsp; so if you flash both it will give you the bunch of stuff from the SPM and then the AT client and that works.&amp;nbsp; If you load the old radio firmware 0.6.8 on there, the whole thing works (at least for me).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But if you load the new 0.4.0 AT Client it overwrites the SPM and all you get is the AT Client, which I don&amp;#39;t think works anyway.&amp;nbsp; At least I haven&amp;#39;t figured out how it works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/at_5F00_client_5F00_snarkyPrintf.hex"&gt;devzone.nordicsemi.com/.../at_5F00_client_5F00_snarkyPrintf.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;WARNING, I get a bit strange when I&amp;#39;ve been working on things like this and to make sure I was really flashing the code I was compiling I added a snarky/rude line.&amp;nbsp; I don&amp;#39;t feel this way, or am angry, but if you see this line you know 100% for sure it&amp;#39;s not Nordic&amp;#39;s stock code.&amp;nbsp; I was thinking, what could I write that they would never put in code.&amp;nbsp; And so it exists.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189732?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 00:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b79eba6-405e-4dc4-9767-ef500097b0a6</guid><dc:creator>buono</dc:creator><description>&lt;p&gt;Thanks for the reply! I tried using the nRF Connect GUI first, but it said the HEX files have overlapping data. I tired using the command line with the command you gave above, but&amp;nbsp; still dont think its working.&amp;nbsp; When I reset the DK the output in the terminal window is&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;***** Booting Zephyr OS v1.14.99-ncs1 *****&lt;/pre&gt;
&lt;pre class="ctrl-char CR"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char LF"&gt;&lt;/pre&gt;
&lt;pre&gt;The AT host sample started&lt;/pre&gt;
&lt;pre class="ctrl-char CR"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char LF"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char CR"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char LF"&gt;&lt;/pre&gt;
&lt;p&gt;Shouldn&amp;#39;t there be a bunch of other lines related to the SPM first before the AT host starts? (Still getting the AT timeout error if I send one after the output above)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189729?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 23:30:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ddef34a-4c09-4387-b49c-c9c6383abdc2</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;I believe that, yes you have to load 2 different hex files.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;nrfjprog.exe --program at_client.hex --sectorerase -r -f nrf91 --verify&lt;/p&gt;
&lt;p&gt;nrfjprog.exe --program Secure_Partition_Manager.hex --sectorerase -r -f nrf91 --verify&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can also use the programmer too in the nRF Connect GUI that lets you load multiple hex files.&amp;nbsp; You can have your bootloader loaded and then just run out of the IDE as well.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;That all being said, I&amp;#39;m still having trouble with the new 0.4.0 version of the AT client, was going to make a new thread about that. But this is what I did with the 0.3.0 version.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189728?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 23:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffcdbebe-4aaa-4873-a54e-8605062012d2</guid><dc:creator>buono</dc:creator><description>&lt;p&gt;I&amp;#39;m having the exact same issue. I&amp;#39;m trying to follow your suggestions, but I&amp;#39;m a bit confused. Are you saying you need to load 2 hex files? The SPM first and then the AT_client? Is there a special way of doing this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189631?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 12:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5da11f97-60f1-4572-8a94-c9cbe2a0891f</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;Totally missed that.&amp;nbsp; Thanks!&amp;nbsp; I think loading the SecureBoot/SecurePartitionMananger might help Pratik to get his at_client to run and respond. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189626?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 12:10:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3843662b-75cd-473c-a90f-5ac0e08ecdbe</guid><dc:creator>Ruth Fuchss</dc:creator><description>&lt;p&gt;The Secure Boot sample has been renamed to Secure Partition Manager: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/samples/nrf9160/spm/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/samples/nrf9160/spm/README.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The change is mentioned in the release notes for 0.4.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/189614?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 11:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0baa51fd-efe0-4ce7-be59-35a9a74fdf81</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;I didn&amp;#39;t notice that till you said it, but yes.&amp;nbsp; SecureBoot is gone.&amp;nbsp; I&amp;#39;m not sure why.&amp;nbsp; You could roll back to 0.3.0 and get it.&amp;nbsp; Or I had it and included it here.&amp;nbsp; if you load that on your board that had the at client&lt;/p&gt;
&lt;p&gt;nrfjprog.exe --program Secure_Boot.hex --sectorerase -r -f nrf91 --verify&lt;/p&gt;
&lt;p&gt;Reset and see if it runs.&amp;nbsp; Or even make sure the compiled hex file AT_Client.hex (that you made) is loaded with the same tool.&amp;nbsp; See if that helps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would also like to know what happened to the secureboot project and what we should use now?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0028.Secure_5F00_Boot.hex"&gt;devzone.nordicsemi.com/.../0028.Secure_5F00_Boot.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/187757?ContentTypeID=1</link><pubDate>Sun, 19 May 2019 22:07:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53efa772-2948-4148-8e09-23cd380c79cb</guid><dc:creator>Pratik</dc:creator><description>&lt;p&gt;I have similar problem. But in SDK v0.4.0 secure_boot is not available ? Ads it is gone there must be some replacement/other config for replacing it in new version. Can you please clarify it ? Do i need to use old SDK for AT client ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With new SDK there are 2 Board options for nrf9160 which are nrf9160_pca10090 &amp;amp;&amp;nbsp;&lt;span&gt;nrf9160_pca10090ns.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if i select&amp;nbsp;nrf9160_pca10090 then i get build error for at_client example &amp;amp; with&amp;nbsp;nrf9160_pca10090ns i can build and run, but there is no response for at commands &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;can you please help me out..?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/168880?ContentTypeID=1</link><pubDate>Thu, 31 Jan 2019 13:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:143c23e4-b781-41cd-9a2b-3fb9e9dec2d1</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;Multiple resets didn&amp;#39;t seem to help.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;But blowing out the memory with nrfprog.exe and the programing the secure boot and at client with nrfprog.exe DID work.&amp;nbsp; It seems to be working fine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why would that work and using the nRFConnect Programming GUI, erasing all and then programming both of those with that tool (multiple times) not work?&amp;nbsp; On the nRFConnect Link Monitor, both show the same behavior in the terminal window.&amp;nbsp; Except programming the same HEX files with the GUI produced AT Timed Out and then programming with the command line tool seemed to fix it.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s weird.&amp;nbsp; Glad it&amp;#39;s working but I&amp;#39;m a little worried about functionality in the future, if something weird happens as I develop code what is my bug and what is whatever happened here.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/168837?ContentTypeID=1</link><pubDate>Thu, 31 Jan 2019 10:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d639badf-60a6-46d9-823b-207d6c4857f5</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Have you tried to reset the board multiple times by pressing the RESET button. Erase the flash via nrfjprog --eraseall -f nrf91, then program the secure_boot example via Segger Embedded Studio &amp;amp; finally program the at_client example. Then, open up the Link Monitor application from nRF Connect for Desktop &amp;amp; connect to the board. Then, press the reset button. If the AT commands time out, try to press the reset button again. For some reason, this&amp;nbsp;sometimes works!&lt;/p&gt;
&lt;p&gt;Also, once you see the text &amp;quot;The AT host sample started&amp;quot;, wait a few seconds &amp;amp; then try pressing the AT+CFUN? button. That should then make the at client example work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK stopped responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/168772?ContentTypeID=1</link><pubDate>Wed, 30 Jan 2019 22:09:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ab92d6f-3a0c-4da1-8764-96638011de50</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;Basically I have 2 dev kits.&amp;nbsp; The asset tracker application works on both of them.&amp;nbsp; But the at_client software only works on 1 of them.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;The 1 where the at_client doesn&amp;#39;t work I was trying to use the IDE to debug, trying to step through.&amp;nbsp; But I ended up just using the programmer and erasing the whole memory and cloning the second dev kit and the at_client still doesn&amp;#39;t work. AT commands just time out.&amp;nbsp; But it works perfectly on the second dev kit.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>