<?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>v2.7.0 thingy53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112762/v2-7-0-thingy53</link><description>I&amp;#39;m going from v2.6.1 to v2.7.0; I&amp;#39;m using a thingy53. I&amp;#39;m getting a voltage error prior to boot. 
 [00:00:00.002,929] &amp;lt;err&amp;gt; voltage: setup: -134 *** Booting nRF Connect SDK v2.7.0-5cb85570ca43 *** *** Using Zephyr OS v3.6.99-100befc70c74 *** 
 and my</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Jul 2024 09:00:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112762/v2-7-0-thingy53" /><item><title>RE: v2.7.0 thingy53</title><link>https://devzone.nordicsemi.com/thread/492639?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 09:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:813e9d74-0b92-4de5-a39a-2bb666ff095f</guid><dc:creator>runsiv</dc:creator><description>[quote user="tldr"]&lt;p&gt;There was no mention of the ipc_radio changes in migration/release notes; without it my 2.6.1 code that worked no longer worked without the change.&amp;nbsp;&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/ipc_radio/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/ipc_radio/README.html&lt;/a&gt;&amp;nbsp; I don&amp;#39;t see anything else to read up on about this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;It is mentioned in the migration note&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.7.html#samples_and_applications_using_short-range_radio"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.7.html#samples_and_applications_using_short-range_radio&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
[quote user="tldr"]&lt;p&gt;the new_name project builds as expected.&amp;nbsp; The output is not in zephyr\zephyr.elf it now is within&amp;nbsp;&lt;span&gt;c:\ncs\v2.7.0\nrf\samples\new_name\build\new_name\zephyr\zephyr.elf&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This is strange.&lt;/p&gt;[/quote]
&lt;p&gt;I agree. I have tried to reproduce what you are seeing however I can&amp;#39;t replicate it with using either sysbuild or the old build system. . Do you build with or without sysbuild?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are using sysbuild the .elf should be inside buildname/b0n/zephyr&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Shot in the dark. Which version of the nRF Connect extension for VScode are you using? Do you see the same behaviour if use switch to pre-release?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: v2.7.0 thingy53</title><link>https://devzone.nordicsemi.com/thread/492438?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 12:00:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61a6d4c9-25c5-4131-a0e7-b17264617e9c</guid><dc:creator>tldr</dc:creator><description>&lt;p&gt;There was no mention of the ipc_radio changes in migration/release notes; without it my 2.6.1 code that worked no longer worked without the change.&amp;nbsp;&amp;nbsp;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/ipc_radio/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/ipc_radio/README.html&lt;/a&gt;&amp;nbsp; I don&amp;#39;t see anything else to read up on about this.&lt;/p&gt;
&lt;p&gt;The build produced a zephyr.elf in the expected location in 2.6.x;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I build now it does not show up there, it shows up in build/project_name/zephyr/zephyr.elf.&amp;nbsp; &lt;br /&gt;I have&amp;nbsp;the project inside c:\ncs\v2.7.0\nrf\samples\project_name.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t see where project_name was coming aside from the folder name so I copied the project to another folder in samples.&lt;br /&gt;&lt;br /&gt;Strangely, the newly copied project now named new_name; references the old project even when doing a --pristine.&amp;nbsp; I deleted the build folder manually and it no longer referenced the old project (pristine is not enough apparently).&lt;br /&gt;&lt;br /&gt;the new_name project builds as expected.&amp;nbsp; The output is not in zephyr\zephyr.elf it now is within&amp;nbsp;&lt;span&gt;c:\ncs\v2.7.0\nrf\samples\new_name\build\new_name\zephyr\zephyr.elf&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This is strange.&lt;br /&gt;&lt;br /&gt;Additionally, in case this is helpful, the name I have defined in CMakeLists.txt is not used...at least not for this output location.&amp;nbsp; Maybe these settings are affecting the build, IDK but the elf file is not where it typically is.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;project&lt;/span&gt;&lt;span&gt;(another_name)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;zephyr_compile_definitions(&lt;/span&gt;&lt;span&gt;PROJECT_NAME&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;${PROJECT_NAME}&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: v2.7.0 thingy53</title><link>https://devzone.nordicsemi.com/thread/492428?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 11:36:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16cfa06f-ee17-4ff5-8281-ac95e574e543</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi David&lt;/p&gt;
[quote user=""]&lt;p&gt;I&amp;#39;m not sure if its the ipc_radio is needed; it by itself did not fix it,&amp;nbsp; it was a combination of the two&amp;nbsp;and now bluetooth is working.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;With NCS 2.7 all samples and applications fore multi image SoC was migrated to use IPC radio fw as the default image for the network core.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this a readymade sample or a custom application?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but there is no elf in zephyr?&lt;/p&gt;[/quote]
&lt;p&gt;It should be. I checked a few samples that I have compiled today and I have them. There is also no mention of any changes to zephyr.elf in the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html"&gt;sysbuild migration&amp;nbsp;guide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>