<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ROS2 on  i.MX93 SOM EVK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2251105#M242479</link>
    <description>&lt;P&gt;Can i get an update on this please?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 09:39:25 GMT</pubDate>
    <dc:creator>anandhu-sudha</dc:creator>
    <dc:date>2025-11-28T09:39:25Z</dc:date>
    <item>
      <title>ROS2 on  i.MX93 SOM EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2171957#M240799</link>
      <description>&lt;P&gt;Has anyone tried using the &lt;STRONG&gt;ROS2&lt;/STRONG&gt; on &lt;STRONG&gt;i.MX93&lt;/STRONG&gt; in the &lt;STRONG&gt;M33&lt;/STRONG&gt; cortex with &lt;STRONG&gt;FreeRTOS&lt;/STRONG&gt;? I am trying to integrate the microros in the freeRTOS provided in the &lt;STRONG&gt;SDK&lt;/STRONG&gt; for the imx93. How to add the required files to the sdk project, or any other alternative way to run &lt;STRONG&gt;micro-ros&lt;/STRONG&gt; as well as SDK examples. Anything remotely close to the answers are also welcome, that might open a new perspective.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 10:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2171957#M240799</guid>
      <dc:creator>anandhu-sudha</dc:creator>
      <dc:date>2025-09-18T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: ROS2 on  i.MX93 SOM EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2172525#M240817</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you refer to below article, porting Micro-ROS on Frdm-MCXN947.&amp;nbsp; &amp;nbsp; The MCXN947 is an M33 core.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MCX-Microcontrollers-Knowledge/Porting-Micro-ROS-on-Frdm-MCXN947/ta-p/2005648" target="_blank"&gt;Porting Micro-ROS on Frdm-MCXN947 - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 06:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2172525#M240817</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-09-19T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ROS2 on  i.MX93 SOM EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2176664#M240980</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/2671"&gt;@Daniel&lt;/a&gt;&amp;nbsp;for the reply ,&lt;/P&gt;&lt;P&gt;Missed quite a few details on the query posted at first, that i will mention now:&lt;BR /&gt;&lt;SPAN&gt;Hardware Environment：&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; I.MX93 EVB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Software Environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Ubuntu 22.04&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; IDE：VSCode with MCUXpresso IDE&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; SDK：SDK Builder | MCUXpresso SDK Builder (nxp.com)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Requirement: to use the microros in the m33 core of the IMX93 EVB and use RPmsg instead of UART communication to the processor.&lt;/P&gt;&lt;P&gt;By following the steps mentioned in the "&lt;SPAN&gt;Porting Micro-ROS on Frdm-MCXN947&lt;/SPAN&gt;" , i was able to create the static library "libmicroros.a" and the header files. how can i integrate this in the firmware ? how to combine this with the freeRTOS example codes provided in the SDK example.&lt;BR /&gt;since we cannot use direct mcuxpresso ide for the imx93, using&amp;nbsp; the extension on the VSCode, in this how can i link the generated static libraries as well as the header files for this one. Does VSCode provides this linking section anywhere?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only in the cmakelist.txt has the details regarding the libraries, but &lt;STRONG&gt;how can i link the static library and the header files&lt;/STRONG&gt; that i have generated by following the link you have provided.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;cmakelist &amp;amp; main files are attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 13:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2176664#M240980</guid>
      <dc:creator>anandhu-sudha</dc:creator>
      <dc:date>2025-09-26T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: ROS2 on  i.MX93 SOM EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2251105#M242479</link>
      <description>&lt;P&gt;Can i get an update on this please?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 09:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ROS2-on-i-MX93-SOM-EVK/m-p/2251105#M242479</guid>
      <dc:creator>anandhu-sudha</dc:creator>
      <dc:date>2025-11-28T09:39:25Z</dc:date>
    </item>
  </channel>
</rss>

