<?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>Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109800/unable-to-run-the-sidewalk-samples-in-2-6-0</link><description>Hello, I am trying to get the latest hello or dut samples to work for sidewalk in the 2.6.0 release but I am running into an issue with a panic when booting. I have had sidewalk working on the past releases(2.5.2) but I am unable to get these latest 2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Apr 2024 12:47:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109800/unable-to-run-the-sidewalk-samples-in-2-6-0" /><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/479995?ContentTypeID=1</link><pubDate>Mon, 22 Apr 2024 12:47:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7971093a-e83d-4186-9e02-5951fc39632f</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you try erasing the whole board by using the command&lt;span&gt;&lt;span style="color:rgba(0, 0, 255, 1);"&gt; nrfjprog --qspieraseall&lt;/span&gt; (erase all flash of the external memory device with the help of the QSPI peripheral)&lt;/span&gt; and try flashing the application using the west command?&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/develop/west/build-flash-debug.html#flashing-west-flash"&gt;See this section.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The error you are seeing might be due to the secondary slot for DFU placed on the external flash. So the bootloader checks if there is a new image to swap and cannot access it for some reason.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/479530?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 17:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5478ae2d-5bf7-4b72-96f0-bdbf40a988ef</guid><dc:creator>vawkes</dc:creator><description>&lt;p&gt;Doesn&amp;#39;t seem to be anything in the migration guide that helps. I am also not trying to migrate to anything. I am installing a clean copy of the 2.6.0 toolchain and trying to run the samples but cannot get past the bootloader. Unless there is something incompatible with the sidewalk certificate I have been using on the new version I am not sure why it wouldn&amp;#39;t work. The certs are still stored in the same location on the device and shouldn&amp;#39;t impact the bootloader.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/478045?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 11:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:664c2735-336c-48d1-a7f5-536e63c228c6</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tested the sample under NCSv 2.6.0, but I recently noticed that there have been some changes introduced into the sample with the new version. See &lt;a href="https://nrfconnect.github.io/sdk-sidewalk/migration_guide.html#migration-guide"&gt;the migration guide for NCSv2.6.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/477646?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 16:13:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53a9ab68-8e42-476a-8059-021dc46c1536</guid><dc:creator>vawkes</dc:creator><description>&lt;p&gt;So this happens before I am able to even run the application to hit any break points but I have made sure they are all removed. It seems like something is wrong in the bootloader. I am unable to see anything print out over the RTT logs.&lt;br /&gt;&lt;br /&gt;The entire log of trying to run the application:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;JLinkGDBServerCL: SEGGER J-Link GDB Server V7.94e Command Line Version
JLinkGDBServerCL: 
JLinkGDBServerCL: JLinkARM.dll V7.94e (DLL compiled Jan 15 2024 15:18:46)
JLinkGDBServerCL: 
JLinkGDBServerCL: -----GDB Server start settings-----
JLinkGDBServerCL: GDBInit file:                  none
JLinkGDBServerCL: GDB Server Listening port:     64558
JLinkGDBServerCL: SWO raw output listening port: 2332
JLinkGDBServerCL: Terminal I/O port:             2333
JLinkGDBServerCL: Accept remote connection:      localhost only
JLinkGDBServerCL: Generate logfile:              off
JLinkGDBServerCL: Verify download:               off
JLinkGDBServerCL: Init regs on start:            off
JLinkGDBServerCL: Silent mode:                   on
JLinkGDBServerCL: Single run mode:               on
JLinkGDBServerCL: Target connection timeout:     0 ms
JLinkGDBServerCL: ------J-Link related settings------
JLinkGDBServerCL: J-Link Host interface:         USB
JLinkGDBServerCL: J-Link script:                 none
JLinkGDBServerCL: J-Link settings file:          none
JLinkGDBServerCL: ------Target related settings------
JLinkGDBServerCL: Target device:                 nRF52840_xxAA
JLinkGDBServerCL: Target device parameters:      none
JLinkGDBServerCL: Target interface:              SWD
JLinkGDBServerCL: Target interface speed:        12000kHz
JLinkGDBServerCL: Target endian:                 little
JLinkGDBServerCL: 
=thread-group-added,id=&amp;quot;i1&amp;quot;
=cmd-param-changed,param=&amp;quot;pagination&amp;quot;,value=&amp;quot;off&amp;quot;
context_boot_go (state=state@entry=0x2000147c &amp;lt;boot_data&amp;gt;, rsp=rsp@entry=0x20004794 &amp;lt;sdc_mempool+2972&amp;gt;) at C:/ncs/v2.6.0/bootloader/mcuboot/boot/bootutil/src/loader.c:2324
2324	                FIH_PANIC;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;It&amp;#39;s happening at line 2324 at loader.c:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;        for (slot = 0; slot &amp;lt; BOOT_NUM_SLOTS; slot++) {
            fa_id = flash_area_id_from_multi_image_slot(image_index, slot);
            rc = flash_area_open(fa_id, &amp;amp;BOOT_IMG_AREA(state, slot));
            assert(rc == 0);

            if (rc != 0) {
                BOOT_LOG_ERR(&amp;quot;Failed to open flash area ID %d (image %d slot %d): %d, &amp;quot;
                             &amp;quot;cannot continue&amp;quot;, fa_id, image_index, (int8_t)slot, rc);
                FIH_PANIC;
            }&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Let me know if I should try any thing else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/477470?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2024 07:43:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e3615c7-5fb4-4269-bd02-ccd86e841bef</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry for the late response. Is this happening when you try to build the sample inside the latest version, or is this happening when you try to debug the application by setting the breakpoint? The &lt;code dir="ltr"&gt;SIGTRAP&lt;/code&gt; signal is typically associated with a condition that a debugger has used to set a breakpoint. This means that the execution of your programme was interrupted by a breakpoint.&lt;/p&gt;
&lt;p&gt;Is there any other message from the log? Could you share the whole log here? Use the insert tab to do it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the Sidewalk samples in 2.6.0</title><link>https://devzone.nordicsemi.com/thread/476913?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 13:38:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0ac467f-5160-4522-86c1-a1bfce5d44f5</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am letting you know that this case has been assigned to me. Due to Easter vacation here in Norway, there was a large inflow of cases last week, which is causing some delay in responses. I will get back to you soon.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>