<?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>Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116029/building-standalone-solution-with-sysbuild</link><description>I have a custom board with a nrf52832 chip on it and I am currently trying to build my own application for it. 
 I have successfully managed to compile and flash it using the nrf Connect SDK for VS Code with the default build, but when I try to compile</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Nov 2024 15:03:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116029/building-standalone-solution-with-sysbuild" /><item><title>RE: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/509287?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 15:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09126137-d2af-4754-a8f8-82e58cebc2d4</guid><dc:creator>sabnnamm</dc:creator><description>&lt;p&gt;&lt;span&gt;What an excellent explaination it is!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://jennymod.vip/"&gt;Jenny Mod&lt;/a&gt; | &lt;a style="color:#ffffff;" href="https://spotube.pro/"&gt;Download Spotube&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/509151?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 15:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:452e14d0-ba77-46c4-9ade-93c3c96b2f24</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Happy to know it works. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/509146?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 15:03:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50e23cd9-92ce-4316-bea6-0d26f27e11f3</guid><dc:creator>Piplup</dc:creator><description>&lt;p&gt;It works, thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/509031?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 04:50:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:585b10f8-cff1-452d-985c-5ea19c3802a3</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Move&amp;nbsp;&lt;a title="sysbuild.conf" href="https://github.com/antoinejulien/Zephyr/blob/main/sysbuild.conf"&gt;sysbuild.conf&lt;/a&gt;&amp;nbsp;and &lt;a title="sysbuild" href="https://github.com/antoinejulien/Zephyr/tree/main/sysbuild"&gt;sysbuild&lt;/a&gt;&amp;nbsp;to under&amp;nbsp;&lt;a title="app" href="https://github.com/antoinejulien/Zephyr/tree/main/app"&gt;app&lt;/a&gt;&amp;nbsp;folder. See the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/build/sysbuild/index.html"&gt;Sysbuild Kconfig file&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/build/sysbuild/index.html"&gt;Zephyr application Kconfig fragment and devicetree overlay&lt;/a&gt; docs.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;br /&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: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/509015?ContentTypeID=1</link><pubDate>Mon, 04 Nov 2024 20:24:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:772aca29-3f14-485f-a686-132bfc5de306</guid><dc:creator>Piplup</dc:creator><description>&lt;p&gt;I have successfully managed to build through command line using the &amp;quot;Star Topology&amp;quot; and west. (using NCS 2.7.0 also)&lt;/p&gt;
&lt;p&gt;I am now trying to add a MCUboot and a serial DFU.&lt;/p&gt;
&lt;p&gt;I added a sysbuild.conf file with SB_CONFIG_BOOTLOADER_MCUBOOT=y, but when I run the build command, it does not work unless I specify -DSB_CONFIG_BOOTLOADER_MCUBOOT=y.&lt;/p&gt;
&lt;p&gt;If I understood the documentation, if you add a sysbuild.conf file at the root of your app, it should pick it up automatically.&lt;/p&gt;
&lt;p&gt;I added a link to source code : &lt;a href="https://github.com/antoinejulien/Zephyr.git"&gt;source code&lt;/a&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: Building Standalone Solution with Sysbuild</title><link>https://devzone.nordicsemi.com/thread/508983?ContentTypeID=1</link><pubDate>Mon, 04 Nov 2024 15:03:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:591aa628-627b-41dd-8098-84a8e7aa19e4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which NCS &amp;amp; ToolChain version are you using?&lt;/p&gt;
&lt;p&gt;Can you provide the completed build log or your simple project?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>