<?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>OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84383/openthread-mcuboot-broken-with-nrf-connect-sdk-1-8-on-nrf5340</link><description>OpenThread and MCUBoot don&amp;#39;t play well together anymore of the nRF5340 with the release 1.8 of the nRF Connect SDK. Flashing : 
 
 results in the bootloop with I assume is caused by a Flash overflow somewhere which goes through silently. nRF52840DK appears</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Feb 2022 13:49:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84383/openthread-mcuboot-broken-with-nrf-connect-sdk-1-8-on-nrf5340" /><item><title>RE: OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/thread/352912?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 13:49:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fdd11cf-2064-47e1-b7f5-96f6f40aac54</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;On my side, I got it working using the external flash.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/thread/352910?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 13:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a063b759-c1b5-4ad2-a560-7c92518868ce</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Speaking to our OpenThread team, they said that the reason it isn&amp;#39;t working in NCSv1.8.0 is that it isn&amp;#39;t tested. Partly because there is no room in flash for an extra application, and partly because it is lacking the transport method for the new application at this point in time. Do you have any plans on overcoming this?&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/thread/351868?ContentTypeID=1</link><pubDate>Tue, 08 Feb 2022 14:55:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:119041c5-c77c-402d-80aa-4ce6c3f3a24c</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;For the ADC support, the issue was simply the device tree overlay which disabled the adc controller.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/thread/351656?ContentTypeID=1</link><pubDate>Tue, 08 Feb 2022 01:23:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f546d8d2-b6af-4a69-a7b8-0317e551a40d</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;On a related topic, the matter lock sample doesn&amp;#39;t play well with the ADC driver, regardless of the board:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -p always -b nrf5340dk_nrf5340_cpuapp nrf/samples/matter/lock -- -DCONFIG_ADC=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;fails with:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/opt/nrfconnect-sdk/zephyr/drivers/adc/adc_shell.c:41:2: error: #error No known devicetree compatible match for ADC shell
   41 | #error No known devicetree compatible match for ADC shell&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The other matter samples are compiling just fine with it, including the light bulb which looks very similar. I tried to break/repair one sample vs the other in order to find the breaking change without any success so far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OpenThread + MCUBoot broken with nRF Connect SDK 1.8 on nRF5340 ?</title><link>https://devzone.nordicsemi.com/thread/351641?ContentTypeID=1</link><pubDate>Mon, 07 Feb 2022 20:50:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3245c748-11bc-40cd-8a01-be4bd9836909</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply.&lt;/p&gt;
&lt;p&gt;I see that this is the case, and I am able to reproduce this on my nRF5340DK. I saw that if I add the option&amp;nbsp;CONFIG_NRF53_UPGRADE_NETWORK_CORE=n makes the issue disappear, but I am not sure exactly why. I will have to forward this to our Openthread team. I will get back to you when I know more.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>