<?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>nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap</link><description>Using nrf5340 with nrf7002 on a custom board, and trying to get a stable wifi operation (including in situations where the wifi AP availability will vary, as this is a mobile device...) 
 Having experienced problems with the wifi driver ending up &amp;#39;stuck</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Feb 2025 14:08:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap" /><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/524834?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 14:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed2eb37d-8111-4650-b862-606509b74bdb</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;Good to hear that you’ve identified the cause of the issue and made progress.&lt;/p&gt;
&lt;p&gt;I also noticed that you generated and answered the Wi-Fi firmware in external flash question yourself. This feedback will be shared with our documentation team for further improvement.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/524566?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 11:29:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:845e2abe-eb67-4389-989c-ca44df16509c</guid><dc:creator>BrianW</dc:creator><description>&lt;p&gt;For the KCONFIG errors, I have managed to fix those (it doesn&amp;#39;t like it in 2.9 if you disable all net logs (CONFIG_NET_LOG=n) as well as have log level settings. I have to disable all the logs anyway as otherwise the image is too big with 2.9 (increase of around 5kB just due to this)&lt;/p&gt;
&lt;p&gt;The fatal build error was due to downloading NCS 2.9 from the giuthub directly as a zip, as the build now depends on finding the .git index file.... fixed by reinstalling 2.9 using west....&lt;/p&gt;
&lt;p&gt;I will have to get the wifi firmware to be in a seperate XIP flash partition, as otherwise the 2.9 build is too large for mcuboot to accept for DFU... I will open a seperate ticket for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/524536?ContentTypeID=1</link><pubDate>Tue, 25 Feb 2025 09:49:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa5d77cd-b06b-4124-b07e-b4ecbe370c46</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
[quote user="BrianW"]What is the correct way in 2.9 to set the log level for these modules? (neccessary to get the image to fit in the flash)[/quote]
&lt;p&gt;You can check the configuration dependency and conflict from page&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/kconfig/index.html"&gt;Kconfig search&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I think the better approach is to use the nRF Kconfig GUI for configuration, as it helps avoid conflicts and naturally follows dependencies.&lt;/p&gt;
&lt;p&gt;After finishing the setup, you can save the modified debug configuration as an overlay file and reuse it for future builds.&lt;/p&gt;
&lt;p&gt;You can check the final configuration used during the build in the build folder&amp;nbsp;&lt;code&gt;.config&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2025_2D00_02_2D00_25-095746.png" /&gt;&lt;/p&gt;
[quote user="BrianW"][By the way, I built wifi_sta for ncs 2.8 (for another ticket) : this most basic wifi sample that literally just connects to a wifi access point and nothing else, uses 550kB out of the 1Mb available. This is not great...][/quote]
&lt;p&gt;Assuming you expect a small memory footprint with such a &amp;quot;simple&amp;quot; sample, but that&amp;#39;s not the case. STA mode is not that simple—running the full Wi-Fi stack and driver to support it requires around 500KB. You can find more details on the following page.&lt;/p&gt;
&lt;p&gt;Considering the application protocol running on top of the IP protocol, you may need an additional 100-200KB for &amp;quot;simple&amp;quot; samples like UDP, TCP, HTTPS, MQTT, CoAP simple transmission. Scan mode consumes much less memory, around 150KB.&lt;/p&gt;
&lt;p&gt;Unfortunately, this is just how the Wi-Fi stack works. Keep in mind that Wi-Fi is typically running on PCs or mobile devices with significantly more memory resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/protocols/wifi/station_mode/mem_requirements_sta.html"&gt;Memory requirements for Wi-Fi applications in Station mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/protocols/wifi/scan_mode/mem_requirements_scan.html"&gt;Memory requirements for Wi-Fi applications in Scan mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/524421?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 17:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28a79aba-5f0a-4439-a636-9d4b7da01ff1</guid><dc:creator>BrianW</dc:creator><description>&lt;p&gt;Hi Charlie&lt;/p&gt;
&lt;p&gt;So, tried to move to 2.9&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap/523328"]NCS 2.9.0 actually has limited changes compared to NCS 2.8.0[/quote]
&lt;p&gt;So, installed 2.9.0, updated the toolchain with the toolchain manager, and gave it a try:&lt;/p&gt;
&lt;p&gt;1/ I got a bunch of prj.conf warnings like this one:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;warning: The choice symbol NET_ARP_LOG_LEVEL_ERR (defined at&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;subsys/net/Kconfig.template.log_config.net:21) was selected (set =y), but no symbol ended up as the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;choice selection. See &lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NET_ARP_LOG_LEVEL_ERR"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;and/or look up NET_ARP_LOG_LEVEL_ERR in the menuconfig/guiconfig interface. The Application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;the manual might be helpful too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For all of these lines in my prj.conf&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_CORE_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_PKT_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_IF_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_TC_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_UTILS_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_CONTEXT_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_CONN_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_ROUTE_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_SOCKETS_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_HTTP_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_DHCPV4_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_IPV4_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_TCP_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_UDP_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_ARP_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_L2_WIFI_MGMT_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_NET_MGMT_EVENT_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_DNS_RESOLVER_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_MQTT_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_TLS_CREDENTIALS_LOG_LEVEL_ERR=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;What is the correct way in 2.9 to set the log level for these modules? (neccessary to get the image to fit in the flash)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;[By the way, I built wifi_sta for ncs 2.8 (for another ticket) : this most basic wifi sample that literally just connects to a wifi access point and nothing else, uses 550kB out of the 1Mb available. This is not great...]&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;2/ fatal build error:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Configuring done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Generating done&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;-- Build files have been written to: C:/work/dev/if-device-nrf53/cc1-med/build&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;larr;[92m-- west build: building application&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;larr;[0mninja: error: &amp;#39;/index&amp;#39;, needed by &amp;#39;zephyr/include/generated/ncs_commit.h&amp;#39;, missing and no known rule to make it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;FATAL ERROR: command exited with status 1: &amp;#39;C:\ncs\toolchains\b620d30767\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;C:\work\dev\if-device-nrf53\cc1-med\build&amp;#39;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Any idea what this is and how to fix it?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;And this is before I even TRY to use sysbuild....&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/524024?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 08:58:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:288d0ac5-cd47-474a-8145-90042b20d101</guid><dc:creator>BrianW</dc:creator><description>&lt;p&gt;Well, I now need to attempt the move to sysbuild anyway, as I need to push the wifi firmware patches out to external XIP flash to get the application to fit in the on-chip flash slot for mcuboot to be able to do DFU with it! Ran into this lovely issue (existing since v1.3.0) due to that:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NCSDK-20567: When building an application for MCUboot, the build system does not check whether the compiled application is too big for being an update image&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: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523666?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 10:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86e3aaf8-3452-4224-90ff-f7efd70868ab</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;Your understanding is correct. &amp;quot;parent-child&amp;quot; with &amp;quot;--no-sysbuild&amp;quot; are still can be used in NCS 2.9.0 for most samples, but we have stopped maintainace.&lt;/p&gt;
&lt;p&gt;This is the reason we encourage developer to use sysbuild from NCS 2.8.0 and avoid potenional strugglling in the further when then encounter issue with parent-child, and there will be no support avaliable.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523587?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 17:21:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:776ca45f-8901-4395-b178-ec8a19cbf890</guid><dc:creator>BrianW</dc:creator><description>&lt;p&gt;and of course the cmake build scripts in 2.8 are pretty direct about it:&lt;/p&gt;
&lt;p&gt;-&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;--------------------------------------------------------------------&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- WARNING: Child and parent image functionality is deprecated ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- and should be replaced with sysbuild. Child and parent image ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- support remains only to allow existing customer applications ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- to build and allow porting to sysbuild, it is no longer ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- receiving updates or new features and it will not be possible ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- to build using child/parent image at all in nRF Connect SDK ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; --- version 2.9 onwards. ---&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt; ---------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523579?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 16:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:119234ab-8d52-4c90-acc1-ee799678fdcd</guid><dc:creator>BrianW</dc:creator><description>[quote userid="93921" url="~/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap/523560"]You can still use NCS 2.8 and 2.9 with parent-child images by adding&amp;nbsp;&lt;span&gt;--no-sysbuild since sysbuild is default option, but it may be removed in the future release.&lt;/span&gt;[/quote]
&lt;p&gt;Ok, good. This text in 2.7 made me assume parent-child would be removed in 2.9&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap/523560"]The deprecated methods are scheduled for removal after the next release. [/quote]
&lt;p&gt;(since 2.9 would be the one after 2.8 being the next)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523560?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 15:06:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d76433f-8f81-4df6-85a9-1ca8353aac76</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/releases_and_maturity/releases/release-notes-2.7.0.html"&gt;nRF Connect SDK v2.7.0 Release Notes&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;This release introduces significant, potentially breaking, changes to the SDK:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;The&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/zephyr/hardware/porting/board_porting.html"&gt;previous method to define a board (hardware model)&lt;/a&gt;&amp;nbsp;is deprecated and being replaced by&amp;nbsp;&lt;a title="(in Zephyr Project v3.7.99)" href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/hardware/porting/board_porting.html#board-porting-guide"&gt;&lt;span&gt;a new method (hardware model v2)&lt;/span&gt;&lt;/a&gt;.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;The previous method to define&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/app_dev/config_and_build/multi_image.html#ug-multi-image"&gt;&lt;span&gt;multi-image builds (parent-child images)&lt;/span&gt;&lt;/a&gt;&amp;nbsp;is deprecated and being replaced by&amp;nbsp;&lt;a title="(in Zephyr Project v3.7.99)" href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/build/sysbuild/index.html#sysbuild"&gt;Sysbuild (System build)&lt;/a&gt;.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;All samples and applications in the SDK have been migrated. Consult respective documentation as additional or changed parameters might be needed to build them successfully. Applications that are outside of the SDK and use custom-defined boards should not be affected by these changes. However, modifications might still be required as per the migration procedure described in&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.7.html"&gt;Migration guide for nRF Connect SDK v2.7.0&lt;/a&gt;. nRF Connect for VS Code users migrating to the latest version of the SDK might be affected.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;All samples and applications in the SDK are built with sysbuild by default. Applications that are outside the SDK are not built with sysbuild by default.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;The deprecated methods are scheduled for removal after the next release. We recommend transitioning to the alternatives as soon as possible. Consult migration guides for&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_hwmv2.html"&gt;Migrating to the current hardware model&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html"&gt;Migrating from multi-image builds to sysbuild&lt;/a&gt;. Exercise caution when migrating production environments to the latest SDK.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can still use NCS 2.8 and 2.9 with parent-child images by adding&amp;nbsp;&lt;span&gt;--no-sysbuild since sysbuild is default option, but it may be removed in the future release.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523423?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 08:46:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3d7ebdd-b93f-49dc-8630-5b10c6aa31af</guid><dc:creator>BrianW</dc:creator><description>[quote userid="93921" url="~/f/nordic-q-a/118924/nrf5340-nrf7002-wifi-stack-in-case-of-problems-connecting-to-ap/523328"]Sorry to hear you&amp;#39;re struggling. NCS 2.9.0 actually has limited changes compared to NCS 2.8.0, which you can check in the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/releases_and_maturity/releases/release-notes-2.9.0.html"&gt;nRF Connect SDK v2.9.0 Release Notes&lt;/a&gt;.[/quote]
&lt;p&gt;The change that I cannot afford to debug right now is to move to sysbuild, as I could not get my application to build reliably when moving 2.6 -&amp;gt; 2.8 and had to revert to the child_image setup (the 2.8 migration took over 2 weeks just to get a stable system again without sysbuild).&lt;/p&gt;
&lt;p&gt;The release notes are silent on this point - can I build my application in 2.9 using the child_image system?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523328?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 14:58:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f65eea-26f4-4292-a5f9-26ad16be5320</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;Sorry to hear you&amp;#39;re struggling. NCS 2.9.0 actually has limited changes compared to NCS 2.8.0, which you can check in the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/releases_and_maturity/releases/release-notes-2.9.0.html"&gt;nRF Connect SDK v2.9.0 Release Notes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll check with our Wi-Fi development team to see if they can provide a patch for your current NCS 2.8 solution.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523094?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 15:56:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54c41703-7067-4f3f-8753-7edc2fab0587</guid><dc:creator>BrianW</dc:creator><description>&lt;p&gt;Hi Charlie&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really unhappy about this. I just did the update from NCS 2.6 to 2.8 to &amp;#39;fix&amp;#39; all the wifi issues (see&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/116831/nrf5340-nrf7002-connecting-to-wifi-ends-up-in-blocked-state-consuming-60ma-current/513045"&gt;RE: nrf5340/nrf7002 Connecting to wifi : ends up in blocked state consuming 60mA current?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;) and now your only attempt at solution is again &amp;quot;upgrade to latest version&amp;quot;? And the zephyr patches you reference in that other discussion are all ancient (end 2023/start 2024)!&lt;/p&gt;
&lt;p&gt;Given that the update from 2.6 to 2.8 cost me around 3 week of an unbuildable project and major KConfig issues to get everything to work again (despite identical&amp;nbsp;app code between the 2.6 and 2.8 builds), and that I still didn&amp;#39;t manage to get the horror show that is sysbuild to work, I am VERY relucant to try moving to 2.9. (which I understand REQUIRES use of sysbuild).&lt;/p&gt;
&lt;p&gt;Can you suggest any workarounds or other config thngs that can get a stable wifi connection on NCS2.8 please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340/nrf7002 wifi stack in case of problems connecting to AP?</title><link>https://devzone.nordicsemi.com/thread/523072?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2025 14:17:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3ae7540-ffe4-4566-9b3d-6769fddc053e</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;Thanks for checking with us about the issues. I similar discussion is undergoing. Please refer to the mentioned fixes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117533/nrf7002---rpu-is-unresponsive-for-10-sec/521689"&gt;(+) nrf7002 - RPU is unresponsive for 10 sec - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/117533/nrf7002---rpu-is-unresponsive-for-10-sec/521689"&gt;&amp;nbsp;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>