<?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>example test problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72163/example-test-problem</link><description>hi support team, 
 i was testing this this example &amp;quot; http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/samples/nrf5340/netboot/README.html#nc-bootloader &amp;quot; 
 i have recovered flash using below command 
 
 after west flash in step 4, still there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Mar 2021 15:40:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72163/example-test-problem" /><item><title>RE: example test problem</title><link>https://devzone.nordicsemi.com/thread/298163?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 15:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03339912-05f4-4362-b8b1-fb1438eae5c0</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I was able to complete the 4 steps in&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/samples/nrf5340/netboot/README.html#nc-bootloader"&gt;doc/&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;1.5.0&lt;/strong&gt;&lt;/span&gt;/nrf/samples/nrf5340/netboot/README.html#nc-bootloader&lt;/a&gt;&lt;span&gt;&amp;nbsp;using NCS v1.5.0, an nRF5340 DK (v0.11.0) and the board selection nrf5340dk_nrf5340_cpuapp. I got the following output:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;I: Turned off network core
I: Done updating network core
I: Bootloader chainload address offset: 0xc000
I: Jumping to the first image slot
*** Booting Zephyr OS build v2.4.99-ncs1  ***
Starting Nordic UART service example&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The JLink and nrfjprog versions are the following:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ nrfjprog -v
nrfjprog version: 10.12.1
JLinkARM.dll version: 6.96  &lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In step 2 I used the following commands below. There has been &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/known_issues.html#build-system"&gt;some issues regarding path length due to Windows limitations&lt;/a&gt;, therefore I used the name &amp;quot;bld&amp;quot; for the build folder&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd &amp;lt;ncs location&amp;gt;nrf/samples/bluetooth/peripheral_uart
west build -b nrf5340dk_nrf5340_cpuapp -d bld -f -- -DCONFIG_BOOTLOADER_MCUBOOT=y -Dmcuboot_CONFIG_PCD=y&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you encounter issues could you try the command below, to see if approtect is enabled on the network core&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --memrd 0x01FF8000 --coprocessor CP_NETWORK&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It should read the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf5340%2Fchapters%2Fuicr.network%2Fdoc%2Fuicr.network.html&amp;amp;cp=3_0_0_5_3_1_0_0&amp;amp;anchor=register.APPROTECT"&gt;network core approtect register&lt;/a&gt;, and it should return&amp;nbsp;50FA50FA (unprotected).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: example test problem</title><link>https://devzone.nordicsemi.com/thread/296905?ContentTypeID=1</link><pubDate>Mon, 01 Mar 2021 14:34:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d0964ed-20dd-4198-ae14-6679f4dcea45</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;It seems like readback protection is enabled automatically when programming the network and app core, therefore you won&amp;#39;t be able to execute step 4--&amp;gt;program to the secondary slot of the application core.&lt;/p&gt;
&lt;p&gt;I confirmed this was the case by checking the content of the nRF53 Memory (using the nRF Connect fD. Programmer app) after executing step 3:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2350.pastedimage1614609215581v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I will investigate why this is and how to work around it. I&amp;#39;ll get back to you&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>