<?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 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125240/nrf5340-2-6-to-2-9-migration-issues</link><description>We have developed device that used 2.6 and when moving to 2.9 everything broke apart and I cant get it to boot and I cant get any output from device. Be it from USB or SWD pins (as its custom board). 
 It worked a week ago but one day it just broke, note</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Oct 2025 10:46:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125240/nrf5340-2-6-to-2-9-migration-issues" /><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552987?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 10:46:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48875b50-ea3f-4e57-9ffa-c9e23ae742dd</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;managed to solve issue. mostly it was because configs were in child_image and not in sysbuild folder.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552866?ContentTypeID=1</link><pubDate>Thu, 30 Oct 2025 09:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a4408e3-1af8-4fab-95c2-dd68c31af461</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;Same line.&lt;/p&gt;
&lt;p&gt;EDIT: This is from current. Will try with older version.&lt;br /&gt;EDIT2: Ran the command on older working code that boots up and everything works and got the same response.&lt;/p&gt;
&lt;p&gt;EDIT3: Please note that older version does not use external flash!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;ﲖ nrfjprog --memrd 0x10000000 --n 0x100 -f nrf53&lt;br /&gt;[ #################### ] 0.000s | Reading external memory, 0x0100 bytes @ 0x00000000 - Done&lt;br /&gt;0x10000000: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000010: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000020: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000030: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000040: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000050: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000060: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000070: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000080: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x10000090: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000A0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000B0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000C0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000D0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000E0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;br /&gt;0x100000F0: FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF |................|&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552855?ContentTypeID=1</link><pubDate>Thu, 30 Oct 2025 08:02:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97af0204-bc9c-4773-8731-1d42f851fa87</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Need more details and debug information to be able speculate on what the issue could be.&amp;nbsp;&amp;nbsp;When you tried the other boards, did you confirm that the program got stuck at the same line?&amp;nbsp;And were&amp;nbsp;you able to interface with the onboard flash when using&amp;nbsp;in the previous version of your project? And are you able to read from the external flash by using the debugger? For example with nrfjprog : nrfjprog --memrd 0x10000000 --n 0x100 -f nrf53.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552845?ContentTypeID=1</link><pubDate>Thu, 30 Oct 2025 07:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb760d39-5b4b-4d4d-afc4-9288e00ea76f</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;any idea how to resolve this ? Ive tried it on 6 different boards and its not the flash issue, that is hardware issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552752?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 12:29:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d78db5b-63c7-4b64-98f2-a20fcda9d59f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It&amp;#39;s failing here because&amp;nbsp;it failed to open the external flash area:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-mcuboot/blob/v2.1.0-ncs3-2/boot/bootutil/src/loader.c#L2694"&gt;https://github.com/nrfconnect/sdk-mcuboot/blob/v2.1.0-ncs3-2/boot/bootutil/src/loader.c#L2694&lt;/a&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552749?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 12:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15b74516-4bfc-4d30-ba86-eb44ba8c6652</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;The flash on custom board is MX25r6435.&lt;br /&gt;&lt;br /&gt;JLinkGDBServerCL: SEGGER J-Link GDB Server V7.88j Command Line Version&lt;br /&gt;JLinkGDBServerCL: &lt;br /&gt;JLinkGDBServerCL: JLinkARM.dll V7.88j (DLL compiled Jun 28 2023 13:39:15)&lt;br /&gt;JLinkGDBServerCL: &lt;br /&gt;JLinkGDBServerCL: -----GDB Server start settings-----&lt;br /&gt;JLinkGDBServerCL: GDBInit file: none&lt;br /&gt;JLinkGDBServerCL: GDB Server Listening port: 50555&lt;br /&gt;JLinkGDBServerCL: SWO raw output listening port: 2332&lt;br /&gt;JLinkGDBServerCL: Terminal I/O port: 2333&lt;br /&gt;JLinkGDBServerCL: Accept remote connection: localhost only&lt;br /&gt;JLinkGDBServerCL: Generate logfile: off&lt;br /&gt;JLinkGDBServerCL: Verify download: off&lt;br /&gt;JLinkGDBServerCL: Init regs on start: off&lt;br /&gt;JLinkGDBServerCL: Silent mode: on&lt;br /&gt;JLinkGDBServerCL: Single run mode: on&lt;br /&gt;JLinkGDBServerCL: Target connection timeout: 0 ms&lt;br /&gt;JLinkGDBServerCL: ------J-Link related settings------&lt;br /&gt;JLinkGDBServerCL: J-Link Host interface: USB&lt;br /&gt;JLinkGDBServerCL: J-Link script: none&lt;br /&gt;JLinkGDBServerCL: J-Link settings file: none&lt;br /&gt;JLinkGDBServerCL: ------Target related settings------&lt;br /&gt;JLinkGDBServerCL: Target device: nrf5340_xxaa_app&lt;br /&gt;JLinkGDBServerCL: Target device parameters: none&lt;br /&gt;JLinkGDBServerCL: Target interface: SWD&lt;br /&gt;JLinkGDBServerCL: Target interface speed: 4000kHz&lt;br /&gt;JLinkGDBServerCL: Target endian: little&lt;br /&gt;JLinkGDBServerCL: &lt;br /&gt;=thread-group-added,id=&amp;quot;i1&amp;quot;&lt;br /&gt;=cmd-param-changed,param=&amp;quot;pagination&amp;quot;,value=&amp;quot;off&amp;quot;&lt;br /&gt;context_boot_go (state=state@entry=0x20003624 &amp;lt;boot_data&amp;gt;, rsp=rsp@entry=0x2004815c &amp;lt;z_main_stack+36124&amp;gt;) at C:/ncs/v2.9.0/bootloader/mcuboot/boot/bootutil/src/loader.c:2694&lt;br /&gt;2694 FIH_PANIC;&lt;br /&gt;[New Remote target]&lt;br /&gt;[New Thread 2645248]&lt;br /&gt;[New Thread -1]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552735?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 10:57:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e56c4ad5-6877-45c8-acec-117477d8d6a1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I suggest you try to debug your application in VS code and see if the program hangs in the bootloader or application. Does your custom board have the exact same QSPI FLASH IC as the DK? MCUBoot will not boot the application if communication with the external flash fails (current configuration has the secondary mcuboot slot in placed in this flash).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552729?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 10:16:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfdeacbf-e2af-49eb-a1a9-47336c67df21</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;Thank you,I will keep in mind the migration documentation,&amp;nbsp;&lt;br /&gt;it compiles but device wont turn on, no usb, cant see whats happening on it. :(&lt;br /&gt;Its on custom board&amp;nbsp; that is programed using SWD pins (I need to emphasize that it worked for months before this, situation).&amp;nbsp;&lt;br /&gt;Ive added&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_USB_CDC_ACM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SERIAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;prior it was enough to just&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;BUILD_ASSERT&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;DT_NODE_HAS_COMPAT&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;DT_CHOSEN&lt;/span&gt;&lt;span&gt;(zephyr_console), zephyr_cdc_acm_uart), &lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;Console device is not ACM CDC UART device&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;);&lt;br /&gt;&lt;/span&gt;an have it defined in overlay. As I have a simplified version of current device that is on 2.6 and USB, &amp;quot;just works&amp;quot;. I can printk to it.&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552708?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 08:22:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f32e0f22-7141-4893-8246-043c4b2cc096</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I&amp;#39;ve update some of the configurations to sysbuild, please review the changes. I also recommend reading the migration document here&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html&lt;/a&gt;&amp;nbsp;and this devacademy course&amp;nbsp;&lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-sysbuild/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-sysbuild/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/new_5F00_folder.zip"&gt;devzone.nordicsemi.com/.../new_5F00_folder.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552700?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 07:19:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87528b93-f755-4724-a062-40fb5defe82c</guid><dc:creator>IvanR</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2308.New-folder.zip"&gt;devzone.nordicsemi.com/.../2308.New-folder.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 2.6 to 2.9 migration issues</title><link>https://devzone.nordicsemi.com/thread/552619?ContentTypeID=1</link><pubDate>Tue, 28 Oct 2025 10:53:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f26356f-72e1-4f9d-91ef-111a4e639f29</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you able to share a minimal version of your project that will allow me to review the configuration reproduce this booting issue on a nRF5340 DK board? If not, please provide as much relevant information as you can. For example, the complete build output showing the build errors and the project configuration file (prj.conf, sysbuild.conf, etc).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>