<?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: I.MX8M plus AI Robot platform in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1302124#M176382</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60872"&gt;@smarter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure, and please use the below setup command:&lt;/P&gt;&lt;P&gt;DISTRO=imx-robot-xwayland MACHINE=imx8mp-ddr4-ipc source setup-imx-robot.sh -r foxy -b imx8mp-ddr4-ipc-robot-foxy&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jul 2021 02:00:47 GMT</pubDate>
    <dc:creator>xiaodong_zhang</dc:creator>
    <dc:date>2021-07-05T02:00:47Z</dc:date>
    <item>
      <title>I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1276900#M174056</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/30869"&gt;@xiaodong_zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Xiaodong&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is KingLiu , we have already got one AI Robot EVK ,and compiled the Yocto BSP 5.4.70.2.30 source code successully . Right now I decide to use the command "bitbake imx-robot-sdk -c populate_sdk&amp;nbsp;"&amp;nbsp; to generate the development SDK to our customer , but I encounter some issue . Please chech the attachment for the detail information about the log file . Please help to give some suggestion. Many thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 09:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1276900#M174056</guid>
      <dc:creator>Arrow_AE_KingLiu</dc:creator>
      <dc:date>2021-05-14T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1277259#M174095</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/96361"&gt;@Arrow_AE_KingLiu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Which ROS version, kinetic or melodic, you choose? I think it's known issue which python2 conflict with python3. Please add python3-nose%.bbappend in sources/meta-robot-platform/imx/meta-robot/recipes-devtools/python, it's context as the following:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;do_install_append () {&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;rm -f ${D}${bindir}/nosetests&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;BTW, imx-robot-sdk image is not created for cross-compile in x86 server, but for building ROS component on i.MX8M board. You can try "bitbake imx-robot-system -c populate_sdk" without gmssl-bin to create sdk used in x86 server.&lt;/P&gt;
&lt;P&gt;diff --git a/imx/meta-robot/recipes-core/images/imx-robot-system.bb b/imx/meta-robot/recipes-core/images/imx-robot-system.bb&lt;BR /&gt;index 1991ab10..68f9ad31&lt;BR /&gt;--- a/imx/meta-robot/recipes-core/images/imx-robot-system.bb&lt;BR /&gt;+++ b/imx/meta-robot/recipes-core/images/imx-robot-system.bb&lt;BR /&gt;@@ -35,7 +35,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \&lt;BR /&gt;${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'weston-xwayland xterm', '', d)} \&lt;BR /&gt;${ISP_PKGS} \&lt;BR /&gt;"&lt;BR /&gt;-IMAGE_INSTALL += " clblast openblas libeigen opencv gmssl-bin"&lt;BR /&gt;+IMAGE_INSTALL += " clblast openblas libeigen opencv"&lt;BR /&gt;&lt;BR /&gt;IMAGE_INSTALL += " \&lt;BR /&gt;${ML_PKGS} \&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 06:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1277259#M174095</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2021-05-17T06:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1278602#M174231</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/30869"&gt;@xiaodong_zhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;Xiaodong&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;for&amp;nbsp;your&amp;nbsp;suggestion, following your comment , I have fixed the issue .&amp;nbsp; I choice the ROS melodic verison with this command&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DISTRO=imx&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;robot&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;wayland MACHINE=imx8mp&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;ddr4&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;ipc source setup&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;imx&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;robot.sh &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;r&lt;/SPAN&gt; &lt;SPAN&gt;melodic &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;b imx8mp&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;ddr4&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;ipc&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;robot&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;melodic&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 03:58:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1278602#M174231</guid>
      <dc:creator>Arrow_AE_KingLiu</dc:creator>
      <dc:date>2021-05-19T03:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1302040#M176370</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/30869" target="_blank"&gt;@xiaodong_zhang&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;Xiaodong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I use&amp;nbsp;ROS version foxy in this package?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 07:52:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1302040#M176370</guid>
      <dc:creator>smarter</dc:creator>
      <dc:date>2021-07-03T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1302124#M176382</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60872"&gt;@smarter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure, and please use the below setup command:&lt;/P&gt;&lt;P&gt;DISTRO=imx-robot-xwayland MACHINE=imx8mp-ddr4-ipc source setup-imx-robot.sh -r foxy -b imx8mp-ddr4-ipc-robot-foxy&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 02:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1302124#M176382</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2021-07-05T02:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303700#M176513</link>
      <description>&lt;P&gt;Sure，it work and&amp;nbsp; compile sdk too.&lt;/P&gt;&lt;P&gt;but use sdk compile ros app ,there are other problems.log like this:&lt;/P&gt;&lt;P&gt;By not providing "Findament_cmake_libraries.cmake" in CMAKE_MODULE_PATH&lt;BR /&gt;this project has asked CMake to find a package configuration file provided&lt;BR /&gt;by "ament_cmake_libraries", but CMake did not find one.&lt;/P&gt;&lt;P&gt;Could not find a package configuration file provided by&lt;BR /&gt;"ament_cmake_libraries" with any of the following names:&lt;/P&gt;&lt;P&gt;ament_cmake_librariesConfig.cmake&lt;BR /&gt;ament_cmake_libraries-config.cmake&lt;/P&gt;&lt;P&gt;Add the installation prefix of "ament_cmake_libraries" to CMAKE_PREFIX_PATH&lt;BR /&gt;or set "ament_cmake_libraries_DIR" to a directory containing one of the&lt;BR /&gt;above files. If "ament_cmake_libraries" provides a separate development&lt;BR /&gt;package or SDK, be sure it has been installed.&lt;/P&gt;&lt;P&gt;can you give me some hint? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 07:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303700#M176513</guid>
      <dc:creator>smarter</dc:creator>
      <dc:date>2021-07-07T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303719#M176516</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60872"&gt;@smarter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you tell me your company name?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 07:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303719#M176516</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2021-07-07T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303754#M176518</link>
      <description>&lt;P&gt;&lt;SPAN&gt;上海寰果信息科技有限公司&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 08:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303754#M176518</guid>
      <dc:creator>smarter</dc:creator>
      <dc:date>2021-07-07T08:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303809#M176520</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60872"&gt;@smarter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mentioned in &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%B9%B3%E5%8F%B0-i-MX-Robot-Platform/ta-p/1198619" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%B9%B3%E5%8F%B0-i-MX-Robot-Platform/ta-p/1198619&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;U&gt;imx-robot-sdk image is just for building ROS package on i.MX board, not&amp;nbsp; for cross-compile. You can try "bitbake imx-robot-system -c populate_sdk" to create cross-compile sdk without gmssl-bin.&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;If you want to build new ROS2 application, you need refer to recipe file in Yocto, for example laser-geometry_2.2.0-3.bb.Or burn imx-robot-sdk image into i.MX board and install colcon relative packages. And follow the below guide to build ROS2 package.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;A href="https://docs.ros.org/en/foxy/Tutorials/Creating-Your-First-ROS2-Package.html" target="_blank"&gt;https://docs.ros.org/en/foxy/Tutorials/Creating-Your-First-ROS2-Package.html&lt;/A&gt; &lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 08:54:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1303809#M176520</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2021-07-07T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1322274#M178283</link>
      <description>&lt;P&gt;How can I make use of this device? Is there a board I can use right away?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 02:32:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1322274#M178283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-12T02:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1322325#M178294</link>
      <description>&lt;P&gt;U can&amp;nbsp;purchase&amp;nbsp;the&amp;nbsp;AI&amp;nbsp;Robot&amp;nbsp;EVK&amp;nbsp;from&amp;nbsp;NXP&amp;nbsp;sales&amp;nbsp;man&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 03:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1322325#M178294</guid>
      <dc:creator>Arrow_AE_KingLiu</dc:creator>
      <dc:date>2021-08-12T03:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1430871#M188379</link>
      <description>&lt;P&gt;Hi, I am trying to clone this repo&amp;nbsp;&lt;A href="https://gitee.com/zxd2021-imx/meta-robot-platform" target="_blank"&gt;https://gitee.com/zxd2021-imx/meta-robot-platform&lt;/A&gt;&amp;nbsp;as is mentioned in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%B9%B3%E5%8F%B0-i-MX-Robot-Platform/ta-p/1198619" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%B9%B3%E5%8F%B0-i-MX-Robot-Platform/ta-p/1198619&lt;/A&gt;&amp;nbsp;to create a robotics image for imx8m, but i am no longer able to access it. Has the repo been removed?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 00:31:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1430871#M188379</guid>
      <dc:creator>swenryan</dc:creator>
      <dc:date>2022-03-19T00:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1430968#M188400</link>
      <description>&lt;P&gt;Please try it again. I set the repo as private a couple weeks ago.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 00:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1430968#M188400</guid>
      <dc:creator>xiaodong_zhang</dc:creator>
      <dc:date>2022-03-21T00:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1552398#M197456</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/30869"&gt;@xiaodong_zhang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;From your sharing about &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-%E6%9C%BA%E5%99%A8%E4%BA%BA%E5%B9%B3%E5%8F%B0-i-MX-Robot-Platform/ta-p/1198619" target="_self"&gt;iMX Robot Platform&lt;/A&gt;, I got following error with BSP 5.10.72-2.2.0 :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ DISTRO=imx-robot-xwayland MACHINE=imx8mpevk source setup-imx-robot.sh -r kinetic -b imx8mpevk-robot-kinetic&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;$ bitbake imx-robot-agv&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ERROR: Multiple versions of flatbuffers are due to be built (/workdir/imx-yocto-bsp-5_10_72-2_2_0-robotics/sources/meta-robot-platform/imx/meta-ros/meta-ros1-kinetic/generated-recipes/flatbuffers/flatbuffers_1.1.0.bb /workdir/imx-yocto-bsp-5_10_72-2_2_0-robotics/sources/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb). Only one version of a given PN should be built in any given build. You likely need to set PREFERRED_VERSION_flatbuffers to select the correct version or don't depend on multiple versions.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Meanwhile it bitbakes well for BSP 5.10.52-2.1.0.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 04:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1552398#M197456</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2022-11-11T04:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX8M plus AI Robot platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1552400#M197457</link>
      <description>&lt;P&gt;Hi again &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/30869"&gt;@xiaodong_zhang&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Adding&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PREFERRED_VERSION_flatbuffers= "1.12.0"&lt;/LI-CODE&gt;&lt;P&gt;into &lt;EM&gt;sources/meta-robot-platform/imx/meta-ros/meta-ros1-kinetic/conf/ros-distro/include/kinetic/ros-distro-preferred-versions.inc&lt;/EM&gt; seems to resolve the issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 04:22:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX8M-plus-AI-Robot-platform/m-p/1552400#M197457</guid>
      <dc:creator>khang_letruong</dc:creator>
      <dc:date>2022-11-11T04:22:10Z</dc:date>
    </item>
  </channel>
</rss>

