<?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: Building Android BSP with RPMsg enabled for iMX8 Nano in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1133762#M160975</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;anurag16doshi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can try .The process is similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Zhiming&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 06:46:37 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2020-09-02T06:46:37Z</dc:date>
    <item>
      <title>Building Android BSP with RPMsg enabled for iMX8 Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1133667#M160970</link>
      <description>&lt;P&gt;I am working with the iMX8 Nano Evaluation board and am looking at enabling the RPMsg service in the Android OS available in the Linux kernel modules. I have searched and found an article(&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Using-Cortex-M4-SDK-to-communicate-with-Cortex-A7-Android-BSP-on/ta-p/1110437" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Using-Cortex-M4-SDK-to-communicate-with-Cortex-A7-Android-BSP-on/ta-p/1110437&lt;/A&gt;) Can I follow a similar procedure?&lt;/P&gt;&lt;P&gt;If not, will yocto help in building this?&lt;/P&gt;&lt;P&gt;Can someone provide me with easy approach to start yocto for the board?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 05:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1133667#M160970</guid>
      <dc:creator>anurag16doshi</dc:creator>
      <dc:date>2020-09-02T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Building Android BSP with RPMsg enabled for iMX8 Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1133762#M160975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;anurag16doshi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can try .The process is similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Zhiming&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 06:46:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1133762#M160975</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2020-09-02T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Building Android BSP with RPMsg enabled for iMX8 Nano</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1134956#M161045</link>
      <description>&lt;P&gt;Hey Zhiming,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While working using he above method I get the attached error.&lt;/P&gt;&lt;P&gt;The steps I followed:&lt;/P&gt;&lt;P&gt;1. I edited the BoardConfig.mk located in the corresponding directory and added the following lines&lt;/P&gt;&lt;P&gt;#RPMsg Config&lt;/P&gt;&lt;P&gt;BOARD_VENDOR_KERNEL_MODULES += \&lt;/P&gt;&lt;P&gt;$(KERNEL_OUT)/drivers/rpmsg/imx_rpmsg_tty.ko&lt;/P&gt;&lt;P&gt;2. I used the following commands to build kernel and bootimage.&lt;/P&gt;&lt;P&gt;$ source build/envsetup.sh&lt;BR /&gt;$ lunch evk_8mn-userdebug&lt;BR /&gt;$ ./imx-make.sh kernel -c -j4&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;source build/envsetup.sh&lt;BR /&gt;$ lunch evk_8mm-userdebug&lt;BR /&gt;$ ./imx-make.sh bootimage -j4&lt;/P&gt;&lt;P&gt;3. I used the command as described in the image below and encounter this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with this error and how to solve it would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 06:52:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-Android-BSP-with-RPMsg-enabled-for-iMX8-Nano/m-p/1134956#M161045</guid>
      <dc:creator>anurag16doshi</dc:creator>
      <dc:date>2020-09-03T06:52:56Z</dc:date>
    </item>
  </channel>
</rss>

