<?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>Move console, bt-mon, etc to RTT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116113/move-console-bt-mon-etc-to-rtt</link><description>I need to move everything off of UART0 so I can use it for my touchscreen 
 On a previous post I was told I could move everything to RTT in the overlay, but when I try to do that with the snippet below: 
 zephyr,console = &amp;amp;rtt; zephyr,uart-mcumgr = &amp;amp;rtt;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Nov 2024 17:19:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116113/move-console-bt-mon-etc-to-rtt" /><item><title>RE: Move console, bt-mon, etc to RTT</title><link>https://devzone.nordicsemi.com/thread/509723?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 17:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e8ea375-a9a7-4243-8f47-d17dc78c1741</guid><dc:creator>MontanaEE</dc:creator><description>&lt;p&gt;That worked thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Move console, bt-mon, etc to RTT</title><link>https://devzone.nordicsemi.com/thread/509430?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 11:44:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c37c2024-bb92-4ad2-be53-74377ecde166</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You will need to define this as a root node (that is a node that starts with &amp;quot;/ { some_definitions = some_state; };&amp;quot;) :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,console = &amp;amp;rtt0;
	};

	rtt0: rtt_chan0 {
		compatible = &amp;quot;segger,rtt-uart&amp;quot;;
		status = &amp;quot;okay&amp;quot;;
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Remember to delete the build folder and regenerate the project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Move console, bt-mon, etc to RTT</title><link>https://devzone.nordicsemi.com/thread/509290?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 15:13:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:100eb044-687e-45f3-8132-693d6108c7d5</guid><dc:creator>MontanaEE</dc:creator><description>&lt;p&gt;This is what I have in the overlay.&amp;nbsp; See attached image.&amp;nbsp; You can see what errors I am getting as well.&lt;/p&gt;
&lt;p&gt;Stephen&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1730905940175v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Move console, bt-mon, etc to RTT</title><link>https://devzone.nordicsemi.com/thread/509206?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 09:46:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2368b4c3-f6ab-469a-bcbc-eef88db636e7</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you defined &amp;quot;rtt&amp;quot; similar to what is done here?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr//blob/v3.7.99-ncs1-rc1/samples/subsys/logging/logger/segger_uart_rtt.overlay"&gt;https://github.com/nrfconnect/sdk-zephyr//blob/v3.7.99-ncs1-rc1/samples/subsys/logging/logger/segger_uart_rtt.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>