<?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: lftp cross compile</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1564759#M198367</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I add IMAGE_INSTALL_append = " lftp" to /conf/local.conf file and build yocto.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;lftp is worked well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 00:04:55 GMT</pubDate>
    <dc:creator>dskim2</dc:creator>
    <dc:date>2022-12-06T00:04:55Z</dc:date>
    <item>
      <title>lftp cross compile</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559183#M197947</link>
      <description>&lt;P&gt;I have an imx8m plus demo board, but there is no lfpt on the demo board.&lt;/P&gt;&lt;P&gt;so I'm trying to get it.&lt;BR /&gt;Can someone tell me how can I get lfpt for imx8mp plus or how to compile the lfpt source?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 07:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559183#M197947</guid>
      <dc:creator>dskim2</dc:creator>
      <dc:date>2022-11-24T07:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: lftp cross compile</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559340#M197959</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209213"&gt;@dskim2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There are a number of ways to get this application on your board. Judging by your question are you using the Linux image that came with the demo board? Also, what are your plans for the board, i.e general evaluation or a base for a bigger project? That will decide the amount of work you may need to do to get the lftp server on it..&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 10:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559340#M197959</guid>
      <dc:creator>edwardtyrrell</dc:creator>
      <dc:date>2022-11-24T10:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: lftp cross compile</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559610#M197975</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using the Linux image that came with the demo board and&amp;nbsp;using the demo board to check functionality before carrying out a project.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 23:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1559610#M197975</guid>
      <dc:creator>dskim2</dc:creator>
      <dc:date>2022-11-24T23:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: lftp cross compile</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1560025#M198030</link>
      <description>&lt;P&gt;Understood. Well there's two ways to attack this and both aren't simple.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Using the image that comes with the board, find an appropriate cross-compiler then download the lftp source code and cross compile it and put it on your board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;lftp is available as part of the Yocto project&amp;nbsp;&lt;A href="https://layers.openembedded.org/layerindex/recipe/191917/" target="_self"&gt;https://layers.openembedded.org/layerindex/recipe/191917/&lt;/A&gt;&amp;nbsp;and there is a link inside that to the actual code repo. You'd need to match the lftp version to suit your board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cross compiler can be found in a few places, I use Yocto and that offers the extraction of an SDK which contains the compilers and lots of other dependencies matched to the image I'm working on. The challenge might be matching one to your board if you need to compile against source and libraries etc.&lt;/P&gt;&lt;P&gt;Once you have both is a matter of cross compiling lftp and getting on your board....&lt;/P&gt;&lt;P&gt;* If you are actually just trying to get some files on the board for eval purposes (thinking ftp was the way to go) you could use scp (like ssh but sends a file) or mount a USB stick with your files on it.&lt;/P&gt;&lt;P&gt;2) This option is to build a complete image yourself from scratch and put that on your board. Chances are you will have to do this eventually anyway. If you choose the Yocto build system you can simply include lftp in your local.conf and build the image; Yocto does the rest, pulls in all the source files, builds everything you need to run a board compatible image (you may have to include the .bb file in the link above).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the image is built pop it on a SD card or use UUU for downloading onto the actual board. Going down this route you have full control of the build and you can also extract the SDK for future out-of-tree builds if required. Set it up before leaving the office and let it build over night.&lt;/P&gt;&lt;P&gt;Document how to do it all:&amp;nbsp; &amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_self"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps..&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 15:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1560025#M198030</guid>
      <dc:creator>edwardtyrrell</dc:creator>
      <dc:date>2022-11-25T15:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: lftp cross compile</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1564759#M198367</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I add IMAGE_INSTALL_append = " lftp" to /conf/local.conf file and build yocto.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;lftp is worked well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 00:04:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lftp-cross-compile/m-p/1564759#M198367</guid>
      <dc:creator>dskim2</dc:creator>
      <dc:date>2022-12-06T00:04:55Z</dc:date>
    </item>
  </channel>
</rss>

