<?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: imx7  Linux tests in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx7-Linux-tests/m-p/708912#M110171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please look at the following threads how to build i.MX test package.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95387"&gt;Building imx-tests on ubuntu hardfloat rootfs for imx6d/q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/364920"&gt;[imx-tests] Compile mxc_vpu_test&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Note: If this post answers your question, please click the Correct Answer &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 06:48:07 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2017-09-20T06:48:07Z</dc:date>
    <item>
      <title>imx7  Linux tests</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx7-Linux-tests/m-p/708911#M110170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"linux/mxcfb.h" and other related headers in the sysroot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;by adding the following lines in conf/local.conf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;while compiling the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;IMAGE_INSTALL_append += "\&lt;BR /&gt; kernel-dev \&lt;BR /&gt; kernel-devsrc \&lt;BR /&gt;"&lt;BR /&gt; &lt;BR /&gt;EXTRA_IMAGE_FEATURES += "\&lt;BR /&gt; dev-pkgs \&lt;BR /&gt;"&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which adds the headers in kernel source directory&amp;nbsp;/opt/fsl-imx-x114.1.15-2.1.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/src/kernel/include/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the cross-compiler still isn't able to find them,&lt;/P&gt;&lt;P&gt;as they are not in ../sysroot/../usr/include/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"-I/.." flag while compiling the pragram didn't help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is,&lt;/P&gt;&lt;P&gt;compile the imx-test programs in a standalone environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The readme.txt inside the imx-test source directory instructs as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;2. Build Steps&lt;BR /&gt;==============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To build all the tests and bootloaders, run make as shown:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make PLATFORM=MXC27530EVB LINUXPATH=/home/marsha/LINUX2.6/linux \&lt;BR /&gt;KBUILD_OUTPUT=/home/marsha/LINUX2.6/kbuild/mxc27530evb \&lt;BR /&gt;CROSS_COMPILE=/opt/montavista/mobilinux/devkit/arm/v6_vfp_le/bin/arm_v6_vfp_le-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you have to specify 4 things: PLATFORM, LINUXPATH, KBUILD_OUTPUT, and CROSS_COMPILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build results will end up in the platform directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To build a single test add the test dir name to the above like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make PLATFORM=MXC27530EVB LINUXPATH=/home/marsha/LINUX2.6/linux \&lt;BR /&gt;KBUILD_OUTPUT=/home/marsha/LINUX2.6/kbuild/mxc27530evb \&lt;BR /&gt;CROSS_COMPILE=/opt/montavista/mobilinux/devkit/arm/v6_vfp_le/bin/arm_v6_vfp_le- \&lt;BR /&gt;mxc_mu_test&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried building it as per these instructions,&lt;/P&gt;&lt;P&gt;But it still isn't able to find the headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help asap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 08:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx7-Linux-tests/m-p/708911#M110170</guid>
      <dc:creator>arsadhusainmomi</dc:creator>
      <dc:date>2017-09-16T08:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx7  Linux tests</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx7-Linux-tests/m-p/708912#M110171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please look at the following threads how to build i.MX test package.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95387"&gt;Building imx-tests on ubuntu hardfloat rootfs for imx6d/q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/364920"&gt;[imx-tests] Compile mxc_vpu_test&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Note: If this post answers your question, please click the Correct Answer &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 06:48:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx7-Linux-tests/m-p/708912#M110171</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-09-20T06:48:07Z</dc:date>
    </item>
  </channel>
</rss>

