<?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>Simple AT doesn&amp;#39;t seem to boot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43350/simple-at-doesn-t-seem-to-boot</link><description>Hi!, 
 I&amp;#39;m trying to use simple_at program from https://github.com/Rallare/fw-nrfconnect-nrf2/tree/nrf9160_samples/samples/nrf9160/simple_at . 
 I erase all, then program secure_boot, then simple_at and reset, but it stops when showing &amp;quot; ***** Booting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Feb 2019 09:38:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43350/simple-at-doesn-t-seem-to-boot" /><item><title>RE: Simple AT doesn't seem to boot</title><link>https://devzone.nordicsemi.com/thread/170077?ContentTypeID=1</link><pubDate>Fri, 08 Feb 2019 09:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fb54273-dc4d-45cf-90aa-44a26246863a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Juan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Recent changes to the master branch has introduced breaking changes for using with Segger, where the board named for non-secure applications has changed to &amp;quot;nrf9160_pca10090ns&amp;quot;. We are working on finding a solution for this issue.&lt;/p&gt;
&lt;p&gt;At this time, you should use the command line in order to successfully compile.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a quick method to use the command line for programming.&lt;/p&gt;
&lt;p&gt;Linux/MacOS:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=&amp;quot;/path/to/gcc-arm-none-eabi-Qx-2018/&amp;quot;
source /path/to/ncs/zephyr/zephyr-env.sh
cd /path/to/ncs/nrf/samples/nrf9160/myproject/
mkdir build &amp;amp;&amp;amp; cd build
cmake .. -DBOARD=nrf9160_pca10090ns -GNinja
ninja flash
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Windows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;set ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
set GNUARMEMB_TOOLCHAIN_PATH=&amp;quot;c:\path\to\gcc-arm-none-eabi-Qx-2018&amp;quot;
c:\path\to\ncs\zephyr\zephyr-env.cmd
cd c:\path\to\ncs\nrf\samples\nrf9160\my_project\
mkdir build &amp;amp;&amp;amp; cd build
cmake .. -DBOARD=nrf9160_pca10090ns -GNinja
ninja flash
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try this and see if that works better?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple AT doesn't seem to boot</title><link>https://devzone.nordicsemi.com/thread/169604?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 21:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bee09e08-7d97-4b59-9a7e-20c4b2246630</guid><dc:creator>gonzalezjl</dc:creator><description>&lt;p&gt;I cloned the latest repos today and noticed similar problems. &amp;nbsp;However, I can&amp;#39;t get it to work. &amp;nbsp;I noticed that the areas being programmed by the sample applications do not line up with the non-secure flash memory regions:&lt;/p&gt;
&lt;p&gt;asset_tracker with latest cloned repo:&lt;/p&gt;
&lt;pre&gt;Downloading ?zephyr.elf? to J-Link
Programming 140.2 KB of addresses 00000000 ? 00023103
Programming 2.9 KB of addresses 00023104 ? 00023caf
J-Link: Flash download: Bank 0 @ 0x00000000: 1 range affected (86016 bytes)
J-Link: Flash download: Total time needed: 2.598s (Prepare: 0.026s, Compare: 0.042s, Erase: 1.832s, Program: 0.688s, Verify: 0.001s, Restore: 0.007s)
Download successful&lt;br /&gt;&lt;br /&gt;Is there a missing configuration?&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple AT doesn't seem to boot</title><link>https://devzone.nordicsemi.com/thread/169574?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 15:06:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7c9d8ad-0919-42b9-a697-99d70c478f93</guid><dc:creator>Diego Garc&amp;#237;a</dc:creator><description>&lt;p&gt;Update.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve changed&amp;nbsp;printk in simple_at to printf and now it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple AT doesn't seem to boot</title><link>https://devzone.nordicsemi.com/thread/169451?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 09:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd00dd4-05a7-4fed-9a4b-42121357106b</guid><dc:creator>Diego Garc&amp;#237;a</dc:creator><description>&lt;p&gt;Some tests I&amp;#39;ve done:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Erase memory&lt;/li&gt;
&lt;li&gt;Flash secureboot&lt;/li&gt;
&lt;li&gt;Flash functional firmware from the sdk (for example, asset tracker from sdk)&lt;/li&gt;
&lt;li&gt;Flash simple_at firmware&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Result==&amp;gt;it continues showing the output prints of the previous firmware.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Erase memory&lt;/li&gt;
&lt;li&gt;Flash secure-boot&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Result==&amp;gt;it continuously reboots&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Erase memory&lt;/li&gt;
&lt;li&gt;Flash secureboot&lt;/li&gt;
&lt;li&gt;Flash simple_at firmware&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Result==&amp;gt;it continuously reboots&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>