<?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: SFTP-Server not found</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098645#M160850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;The yocto version is 4.19.35 and Linux 18.04.3 LTS. My board is&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;IMX8M MINI.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;I create my image like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;$ repo init -u &lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" target="test_blank"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt; -b master&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;&lt;BR /&gt; $ repo sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx8mmevk DISTRO=fslc-xwayland source setup-environment build&lt;/P&gt;&lt;P&gt;$ bitbake core-image-minimal&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My local.conf looks like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;MACHINE ??= 'imx8mmevk'&lt;BR /&gt;DISTRO ?= 'fslc-xwayland'&lt;BR /&gt;PACKAGE_CLASSES ?= 'package_rpm'&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks ssh-server-openssh tools-sdk tools-debug dbg-pkgs dev-pkgs eclipse-debug"&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp openssh-sftp-server"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,/tmp,100M,100K \&lt;BR /&gt; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt; ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt; ABORT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG_append_pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't have / usr / libexec / sftp-server on my file-system. Why?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2020 08:57:05 GMT</pubDate>
    <dc:creator>inigovicentewal</dc:creator>
    <dc:date>2020-05-04T08:57:05Z</dc:date>
    <item>
      <title>SFTP-Server not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098643#M160848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have tried several days to build the SFTP server on my IMX8M to debug it with eclipse but I can't get it to work.&lt;BR /&gt;When I search for sftp I have the following message: sftp: command not found&lt;BR /&gt;Any idea how to activate it on my board or why it doesn't work?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;In WindSCP I have this message: I cannot initialize the SFTP protocol. Are you sure the server is running SFTP?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I have my local.conf configured correctly with:&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-debug eclipse-debug ssh-server-openssh"&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp openssh-sftp-server"&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 14:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098643#M160848</guid>
      <dc:creator>inigovicentewal</dc:creator>
      <dc:date>2020-05-01T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP-Server not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098644#M160849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="354575" data-username="inigovicentewalino@gmail.com" href="https://community.nxp.com/people/inigovicentewalino@gmail.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: underline; font-size: 11.9994px;"&gt;Iñigo Vicente&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let us know which Yocto/Linux version you are using?&lt;/P&gt;&lt;P&gt;We added the below line in conf/local.conf in yocto sumo 4.14.98:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append += " openssh-sftp-server"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we are able to get /usr/libexec/sftp-server in the file-system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 06:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098644#M160849</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-04T06:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP-Server not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098645#M160850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;The yocto version is 4.19.35 and Linux 18.04.3 LTS. My board is&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;IMX8M MINI.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;I create my image like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;$ repo init -u &lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" target="test_blank"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt; -b master&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0cm;"&gt;&lt;BR /&gt; $ repo sync&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ MACHINE=imx8mmevk DISTRO=fslc-xwayland source setup-environment build&lt;/P&gt;&lt;P&gt;$ bitbake core-image-minimal&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My local.conf looks like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;MACHINE ??= 'imx8mmevk'&lt;BR /&gt;DISTRO ?= 'fslc-xwayland'&lt;BR /&gt;PACKAGE_CLASSES ?= 'package_rpm'&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks ssh-server-openssh tools-sdk tools-debug dbg-pkgs dev-pkgs eclipse-debug"&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL += "openssh-sftp openssh-sftp-server"&lt;BR /&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt; STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt; STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt; STOPTASKS,/tmp,100M,100K \&lt;BR /&gt; ABORT,${TMPDIR},100M,1K \&lt;BR /&gt; ABORT,${DL_DIR},100M,1K \&lt;BR /&gt; ABORT,${SSTATE_DIR},100M,1K \&lt;BR /&gt; ABORT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG_append_pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't have / usr / libexec / sftp-server on my file-system. Why?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 08:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098645#M160850</guid>
      <dc:creator>inigovicentewal</dc:creator>
      <dc:date>2020-05-04T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: SFTP-Server not found</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098646#M160851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="354575" data-username="inigovicentewalino@gmail.com" href="https://community.nxp.com/people/inigovicentewalino@gmail.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Iñigo Vicente&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We verified in Yocto warrior Linux version 4.19.35. We added the below line in conf/local.conf.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;m IMAGE_INSTALL_append += " openssh-sftp-server"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "core-image-minimal-XXXX.wic.bz2" image generated has&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/ usr / libexec / sftp-server&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you please add above mentioned line in your conf/local.conf at the end and confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 10:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SFTP-Server-not-found/m-p/1098646#M160851</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-04T10:22:22Z</dc:date>
    </item>
  </channel>
</rss>

