<?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>Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123268/problem-with-remote-shell-over-ipc</link><description>Dear All, 
 I&amp;#39;m using NRF54H20 taht have two cores: App and network. Network has uart and I have a shell on it. Now I want to add network core to shell to switch between cores using command &amp;quot;shell ipc&amp;quot;. 
 I add line 
 
 to dts of both cores. 
 additionally</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Jul 2025 02:05:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123268/problem-with-remote-shell-over-ipc" /><item><title>RE: Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/thread/543845?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2025 02:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bc3c72a-84f7-47c0-9d96-d0ff99b5df94</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The Radio Test sample for short-range PHY testing uses the ipc shell between app and net cores and should help fill in the gap:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/peripheral/radio_test/README.html#radio-test"&gt;Radio test (short-range)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;see also:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/shell/shell_ipc.html"&gt;IPC service shell transport&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/thread/543779?ContentTypeID=1</link><pubDate>Mon, 28 Jul 2025 14:36:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4973d7c-4c0b-4122-b6e7-239b4a57a009</guid><dc:creator>psiemek</dc:creator><description>&lt;p&gt;I think I have ipc working but it is not linked to shell backends. Seems like logs from radio core getting to shell_ipc endpoint but shell instance on app core do not print it out (looks on logs above:&amp;nbsp;&amp;lt;inf&amp;gt; shell_ipc: RX ring buffer full. Dropping 30 bytes) and when I&amp;#39;m executing a &amp;quot;shell backends&amp;quot; command I see:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Also-IoT:~$ shell backends
Active shell backends:
   0. :Also-IoT-net:~$  (shell_ipc)
   1. :Also-IoT:~$  (shell_uart)
   
  &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;which means that backend on app core side also working. I&amp;#39;m not sure what I&amp;#39;m missing. How to link ipc channel to app core. I think shell backend on radio is linked&amp;nbsp; (looks on logs above:&amp;nbsp;&amp;lt;inf&amp;gt; shell_ipc: RX ring buffer full. Dropping 30 bytes).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do not have a possibility to execute &amp;quot;shell ipc&amp;quot; (it allows to switch between cores on shell level)&amp;nbsp; command as it not appear yet. It will appear when link between cores will be completely defined end allows to exchange a data.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/thread/543653?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 22:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95e022cd-4995-4c00-9bb7-d6d87ea13ec4</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Sorry as I should have kept digging...I found the following which does support the nRF54H20 and demonstrates remote shell IPC service:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/ipc/ipc_service/README.html"&gt;IPC service&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that in the section for building and configuration the H20 it does expect this to be between the two domains.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/thread/543648?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 21:19:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:022500c8-8acc-4f3b-8143-b03546f3dd13</guid><dc:creator>psiemek</dc:creator><description>&lt;p&gt;Yes. Based on this example I achieved such situation :-) Now I&amp;#39;m looking what I missed. From my perspective network core sending some logs and I see it on app core as a full RX ring buffer. I don&amp;#39;t know why App core do not read it and write on his shell console and why I do not have this &amp;quot;shell ipc&amp;quot; command. How to link &amp;amp;ipc0 with shell on app core side ? My dts on app side has such ipc structure:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ipc0: &amp;amp;cpuapp_cpurad_ipc {
	status = &amp;quot;okay&amp;quot;;
	mbox-names = &amp;quot;rx&amp;quot;, &amp;quot;tx&amp;quot;;
	tx-region = &amp;lt;&amp;amp;cpuapp_cpurad_ipc_shm&amp;gt;;
	rx-region = &amp;lt;&amp;amp;cpurad_cpuapp_ipc_shm&amp;gt;;
	tx-blocks = &amp;lt;32&amp;gt;;
	rx-blocks = &amp;lt;32&amp;gt;;

	bt_hci_ipc0: bt_hci_ipc0 {
		compatible = &amp;quot;zephyr,bt-hci-ipc&amp;quot;;
		status = &amp;quot;okay&amp;quot;;
	};
};
&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I also tried to use &amp;amp;cpuapp_cpurad_ipc as a subset of ipc0 but same result.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One thing:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_IPC_SERVICE_BACKEND_RPMSG=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Do not exist in SDK 0.17 (latest) so no chance to make it in a same way as in remote shell example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with remote shell over IPC</title><link>https://devzone.nordicsemi.com/thread/543645?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 20:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df7b8248-3534-4587-9a55-b2e2836f2bcf</guid><dc:creator>Jennifer Gibbs</dc:creator><description>&lt;p&gt;Hello, have you seen the nrf/samples/nrf5340/remote_shell&amp;nbsp;sample application for the nRF5340? While written for the nRF5340, it details the overlays, kconfig, and prj.conf you will need to imitate in your setup in the nRF54H20. Please take a look, the files I think will be of most interest are exactly as I listed here, I believe they&amp;#39;ll provide the &amp;#39;Aha!&amp;#39; moment you&amp;#39;re looking for. Let me know if this doesn&amp;#39;t work out for you though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>