<?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>Custom board and multiple revisions - how to</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99653/custom-board-and-multiple-revisions---how-to</link><description>Hi, 
 I have followed the steps on how to create a custom board for the nRF5340 according to the documentation here -&amp;gt; https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html 
 Basically, I have copied the DevKit board folder and modified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 May 2023 14:30:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99653/custom-board-and-multiple-revisions---how-to" /><item><title>RE: Custom board and multiple revisions - how to</title><link>https://devzone.nordicsemi.com/thread/427278?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 14:30:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6cbcf7b-4ed5-488a-a63f-b45d5b59898d</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Apologies for the late response. cpuapp_ns, cpuapp, cpunet_ns and cpunet are all considered as seperate boards, and would each need their own revision.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom board and multiple revisions - how to</title><link>https://devzone.nordicsemi.com/thread/425493?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 06:37:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f5f6ed2-fb3c-4e57-ae55-fdfe4a84261e</guid><dc:creator>Geir Strand</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind,&lt;br /&gt;&lt;br /&gt;I guess I wan&amp;#39;t clear enough in with my question.&amp;nbsp;&lt;br /&gt;I have a custom board, and we&amp;#39;re making a revision of it.&amp;nbsp;&lt;br /&gt;Zephyr board definitions support that one can make multiple revisions of the board. However, there is only one .overlay file per revision.&amp;nbsp;&lt;br /&gt;With nRF5340 there is actually 2 CPUs in the nrf5340dk_nrf5340 board definition folder. Will the 4 different CPU definitions (cpuapp_ns, cpuapp, cpunet_ns and cpunet) be treated as individual definitions with its own revision, or will Zephyr treat the folder as a revision?&amp;nbsp;&lt;br /&gt;Reason for asking is that my custom board has totally new pin definition, and it affects both the net core and app core.&amp;nbsp;&lt;br /&gt;So, can I make 2/4 .overlays in the board definition folder, and zephyr will pick up changes to both net and app core pinning?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom board and multiple revisions - how to</title><link>https://devzone.nordicsemi.com/thread/425400?ContentTypeID=1</link><pubDate>Fri, 12 May 2023 15:09:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dc462b9-e170-4dee-b968-7b0e4c3943be</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The application core and the network core are considered as separate boards in the devicetree, each with their own devicetree, config and overlay files. If the image for the network core is built as a child_image of the application core image, you can add config fragments and overlay files for the network core image in a &amp;quot;child_image&amp;quot; folder in the project. These files should be named the same as the sample or project that the network core image is built from, for example &amp;quot;hci_rpmsg.overlay&amp;quot;.&lt;/p&gt;
&lt;p&gt;This section of the documentation explains how to set up your project folders for image-specific variables in multi-image builds: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/app_dev/multi_image/index.html#image-specific-variables"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/app_dev/multi_image/index.html#image-specific-variables&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if anything is unclear or if you run into any issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>