<?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>Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76940/board-dts-file-modification-nrf-connect-sdk-v1-6-0-rc2</link><description>Hello. 
 I need to add an output gpio to the dts file, I modified the board.dts file, inserting these lines in the leds section 
 
 res: res_ { 
 gpios = &amp;lt;&amp;amp; gpio0 17 GPIO_ACTIVE_LOW&amp;gt;; 
 label = &amp;quot;reset epaper&amp;quot;; 
 }; 
 
 but when I try to compile the application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Jul 2021 11:29:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76940/board-dts-file-modification-nrf-connect-sdk-v1-6-0-rc2" /><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/322652?ContentTypeID=1</link><pubDate>Fri, 30 Jul 2021 11:29:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82fe2104-f19c-446d-90c9-feb13360a3f9</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;HI Heidi,&lt;/p&gt;
&lt;p&gt;OK ,i have made the overlay file for all gpio input and output that i use and is OK.&lt;/p&gt;
&lt;p&gt;Thanks for your support.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Fausto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/322623?ContentTypeID=1</link><pubDate>Fri, 30 Jul 2021 09:55:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2af4766c-89fa-433d-b40d-241eaa17d8d1</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, after looking more closely into this, every node in tree that represents a device is required to have the &amp;quot;compatible&amp;quot; property.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is an example defining the node with the &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings/gpio/gpio-leds.html#dtbinding-gpio-leds"&gt;gpio-leds&lt;/a&gt;&amp;quot; binding.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	eres_node {
		compatible = &amp;quot;gpio-leds&amp;quot;;
		ereset: reset_ {
			gpios = &amp;lt;&amp;amp;gpio0 17 GPIO_ACTIVE_LOW&amp;gt;;
			label = &amp;quot;reset epaper&amp;quot;; 
			status = &amp;quot;okay&amp;quot;;
		};
	};
	aliases {
		ereset = &amp;amp;ereset;
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can obviously change this property, just make sure that you include all the required properties when you do. See the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/devicetree/bindings.html#bindings-index"&gt;Bindings index&lt;/a&gt;&amp;nbsp;for a full list of available devicetree bindings in Zephyr.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/321848?ContentTypeID=1</link><pubDate>Mon, 26 Jul 2021 13:39:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fda6a90b-4142-4cfc-8e03-1cf31f248d75</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;when compile i get the error&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#error &amp;quot;Unsupported board: ereset devicetree alias is not defined&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Fausto&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/321846?ContentTypeID=1</link><pubDate>Mon, 26 Jul 2021 13:35:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:179eca9b-fae3-4423-8900-0ed68a10e7e6</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, was there a question in there?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is the code not working? If so, what error are you getting?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/320743?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 14:11:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5c5062c-801c-4216-b318-539529782dab</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;I created the file&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;nrf52dk_nrf52832.overlay&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;inside I put the following code:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;/ {&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;ereset: reset_ {&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;&amp;nbsp;gpios = &amp;lt;&amp;amp; gpio0 17 GPIO_ACTIVE_LOW&amp;gt;;&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;&amp;nbsp; label = &amp;quot;reset epaper&amp;quot;;&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;};&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;};&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;the file is in the same directory as the Kconfig and CMakeList.txt files&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Now how do I access the pin defined ereset, without using the alias as I did before.&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;with the following code:&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#define ERESET_NODE DT_ALIAS (ereset)&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#if DT_NODE_HAS_STATUS (ERESET_NODE, okay)&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#define ERESET DT_GPIO_LABEL (ERESET_NODE, gpios)&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#define ERESET_PIN DT_GPIO_PIN (ERESET_NODE, gpios)&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#define ERESET_FLAGS DT_GPIO_FLAGS (ERESET_NODE, gpios)&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#else&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;/ * A build error here means your board isn&amp;#39;t set up to blink an LED.&lt;/span&gt;&lt;/span&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;* /&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#error &amp;quot;Unsupported board: ereset devicetree alias is not defined&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;const struct device *deReset;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;void Init_gpio ()&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;{&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;deReset = device_get_binding (ERESET);&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;ret = gpio_pin_configure (deReset, ERESET_PIN, GPIO_OUTPUT_ACTIVE | ERESET_FLAGS);&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Thanks in avance&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Fausto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/319771?ContentTypeID=1</link><pubDate>Tue, 13 Jul 2021 11:21:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d49869d8-4f41-4051-b38d-c4e34410a4e3</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Put the overlay file in the same place as the Kconfig and CMakeLists.txt file and name it the same name as the board name you are building for and it will be included in the build (&amp;lt;board_name&amp;gt;.overlay).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/319517?ContentTypeID=1</link><pubDate>Mon, 12 Jul 2021 06:26:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26d05ad5-8545-4b28-833c-b012fd594c4e</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;where I put the overlay file? and how configure SES for use these file?&lt;/p&gt;
&lt;p&gt;My file is SmartBug.overlay.&lt;/p&gt;
&lt;p&gt;Thanks in avance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/318764?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 11:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09309270-b15a-4122-aba3-8e7eb0b93bee</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi, this overlay file added the node you wanted into the device tree.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	res: res_ {
		gpios = &amp;lt;&amp;amp;gpio0 17 GPIO_ACTIVE_LOW&amp;gt;;
		label = &amp;quot;reset epaper&amp;quot;;
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/318128?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 09:14:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccd54630-e1bc-4e4c-b2e5-56ad66b1e024</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;i&amp;#39;m using the nRF52_DK board,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/318127?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 09:12:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6682b3f0-97c0-4161-9a5f-1e63b3179735</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t find one on the fly but give me the board you are trying to modify and I&amp;#39;ll see if I can give you an example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/318101?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 07:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52b761f2-6dba-4569-b475-2a91b7d80fce</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;where can i find an overlay example to change the function of a gpio?&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/318005?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 13:39:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e90181e-bc00-4374-9a11-960bc90b0dc1</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Depending on what you are wanting to achieve, you might want to add an overlay file in your application with this extra information, instead of modifying the device-tree of the board directly.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You should be getting some errors in the log in SES as well as the error window. Could you show me what kind of errors you&amp;#39;re getting?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Board.dts file modification (nRF Connect SDK v1.6.0-rc2)</title><link>https://devzone.nordicsemi.com/thread/317884?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 08:21:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:453f102a-41b1-4e12-b5dc-afe4203a0ae9</guid><dc:creator>Fb62</dc:creator><description>&lt;p&gt;I get this error:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1625041259961v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>