<?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>i.MX ProcessorsのトピックRe: i.MX 6 BSP Porting Guide</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382347#M55150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help me! i first creat yocto. I don know? why do I get errors when I do my documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 17:53:47 GMT</pubDate>
    <dc:creator>eugenevolkov</dc:creator>
    <dc:date>2015-03-12T17:53:47Z</dc:date>
    <item>
      <title>i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382346#M55149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;In i.MX 6 BSP Porting Guide 1.2.1 Preparing the Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a script, as suggested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;export ARCH=arm&lt;/P&gt;&lt;P&gt;export CROSS_COMPILE=/opt/poky/1.7.1/sysroots/x86_64-pokysdk-linux/usr/bin/cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi-&lt;/P&gt;&lt;P&gt;make distclean;&lt;/P&gt;&lt;P&gt;make mx6vega_config&lt;/P&gt;&lt;P&gt;make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when the script error occurs - /cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi-gcc:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, in my folder I can not find&amp;nbsp; /cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 15:53:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382346#M55149</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-03-12T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382347#M55150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help me! i first creat yocto. I don know? why do I get errors when I do my documentation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 17:53:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382347#M55150</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-03-12T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382348#M55151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you trying to build (application, drivers)? Are you using Freescale dev board and which flavour of kernel and distribution you are using?&lt;/P&gt;&lt;P&gt;Second, you need a cross-compiler toolchain with gcc, libraries, headers to build for imx6. You can download it as Freescale suggested or from linaro website. They have references for Cortex-A9 which is imx6&lt;/P&gt;&lt;P&gt;export path to your toolchain binaries, for example: export PATH=$PATH:/usr/local/toolchain/arm-linux-gnueabi/bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case, describe in more details what are you planning to build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Konstantyn Prokopenko.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 18:55:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382348#M55151</guid>
      <dc:creator>konstantynproko</dc:creator>
      <dc:date>2015-03-12T18:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382349#M55152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;but when the script error occurs - /cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi-gcc:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No such file or directory&lt;/BLOCKQUOTE&gt;&lt;P&gt;Did you notice the '/' in front of the path? I assume that this is why you see the error.&lt;/P&gt;&lt;BLOCKQUOTE&gt;Indeed, in my folder I can not find&amp;nbsp; /cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi-&lt;/BLOCKQUOTE&gt;&lt;P&gt;This sentence answers the question on your own. Whe you can't find the path to the compiler direction, how should the shell find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you hav installed the arm-poky-linux compiler into some folder (eg. /opt/poky/...), add the path to your bin directory, located into the compiler folder, to your PATH environment variable (export PATH=/opt/poky/...:$PATH) and let the CROSS_COMPILE variable point to the same place, including 'arm-poky-linux-gnueabi-' which is a prefix for the compiler you are using to compile the kernel or whatever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 05:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382349#M55152</guid>
      <dc:creator>fnairz</dc:creator>
      <dc:date>2015-03-13T05:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382350#M55153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;export CROSS_COMPILE=/opt/poky/1.7.1/sysroots/x86_64-pokysdk-linux/usr/bin/cortexa9hf-vfp-neon-poky-linuxgnueabi/arm-poky-linux-gnueabi- Instead of this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the below path is available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export CROSS_COMPILE=/opt/poky/1.7.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 11:27:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382350#M55153</guid>
      <dc:creator>Embedding</dc:creator>
      <dc:date>2015-03-13T11:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382351#M55154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thank you for your posts!&lt;/P&gt;&lt;P&gt;I'm trying to compile the Linux for custom board.&lt;/P&gt;&lt;P&gt;To do this, I follow recommendations "i.MX 6 BSP Porting Guide"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Make sure you hav installed the arm-poky-linux compiler into some folder (eg. / Opt / poky / ...),"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I install it? I am new to Linux, so I refer to "Freescale_Yocto_Project_User's_Guide."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Yocto Training - &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="94849" data-objecttype="102" href="https://community.nxp.com/docs/DOC-94849"&gt;https://community.freescale.com/docs/DOC-94849&lt;/A&gt;&lt;SPAN&gt;, proposed to install "&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;meta-toolchain"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It's something that I need to install?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 11:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382351#M55154</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-03-13T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382352#M55155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. In folder "opt/poky/1.7.1/sysroots/x86_64-pokysdk-linux/usr/bin" there are no directories.&lt;/P&gt;&lt;P&gt;In this folder i install "Pre-Built &lt;CODE class="filename" style="font-size: medium; font-family: Courier, monospace;"&gt;buildtools&lt;/CODE&gt; Tarball"(&lt;A href="http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html" title="http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html"&gt;Yocto Project Reference Manual&lt;/A&gt;).&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382352#M55155</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-03-13T12:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382353#M55156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I solved the problem. I installed &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;meta-toolchain&lt;/SPAN&gt; &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-content-finding="Community" data-objectid="94849" data-objecttype="102" href="https://community.nxp.com/docs/DOC-94849" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #6a737b; text-decoration: underline;"&gt;https://community.freescale.com/docs/DOC-94849.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Сhanged in the script path, and after that I was compiled U-Boot.:smileyhappy: &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 14:25:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382353#M55156</guid>
      <dc:creator>eugenevolkov</dc:creator>
      <dc:date>2015-03-13T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 6 BSP Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382354#M55157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your solution,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:01:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-6-BSP-Porting-Guide/m-p/382354#M55157</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-03-17T17:01:22Z</dc:date>
    </item>
  </channel>
</rss>

