<?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のトピックHow to transfer files between Windows PC / Ubuntu and the development board</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-transfer-files-between-Windows-PC-Ubuntu-and-the/m-p/941820#M140920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Video demonstration:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=LuON9t70_HA"&gt;Tutorial 3.3 How to transfer files between Windows PC / Ubuntu and the development board&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to connect Ubuntu to the Internet?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Run Oracle VM VirtualBox (this is what I am using, you may use other VirtualBox). Open the settings in the supervisor, choose network, enable network connection, connection type: bridge network card, the name of the interface: Select by actual occurrence.&lt;/P&gt;&lt;P&gt;If you want ubuntu to use fixed IP, you may set it up in “Ubuntu/etc/network/interface”.&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;# interfaces(5) file used by ifup(8) and ifdown(8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;auto lo&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;iface lo inet loopback&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;auto enp0s3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;iface enp0s3 inet static&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;address 192.168.30.109&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;netmask 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;getway 192.168.30.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to transfer files between Windows PC and the development board?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The board and PC should be connected to the same network.&lt;/P&gt;&lt;P&gt;Install tftpd64.exe software on the PC.&lt;/P&gt;&lt;P&gt;Current Directory, choose the path to upload files.&lt;/P&gt;&lt;P&gt;Server interface, choose the IP of PC. Execute “tftp 192.168.1.153 -g -r test.sh” in Xshell when downloading files to the board. Execute “tftp 192.168.1.153 -p -r test.sh” when upload files from the board to PC.&lt;/P&gt;&lt;P style="margin-left: 24.75pt; text-indent: 0cm;"&gt;&lt;SPAN&gt;3-3-1 tftpd64 Server configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to transfer files between Ubuntu and the development board?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The board and Ubuntu should be connected to the same network.&lt;/P&gt;&lt;P&gt;Execute scp file to transfer files:&lt;/P&gt;&lt;P&gt;“scp -r /home/roy/rs485 root@192.168.1.223:/home/root”.&lt;/P&gt;&lt;P&gt;Tips: this command means copy folder ubuntu/home/roy/rs485 to directory /home/root of board with IP 192.168.1.223.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;The complete tutorial / FAQs are uploaded to &lt;A class="" href="http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90" title="http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90"&gt;http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;The tutorial / FAQs are based on MYIR’s NXP i.MX6UL/6ULL series products but are also applicable to similar products from other companies. MYIR hopes these are useful to you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/nxpseries.asp"&gt;MYIR’s NXP i.MX6UL/6ULL series products&lt;/A&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.myirtech.com/list.asp?id=561"&gt;MYS-6ULX Single Board Computer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=573"&gt;MYD-Y6ULX Development Board &lt;/A&gt;(&lt;A href="http://www.myirtech.com/list.asp?id=572"&gt;MYC-Y6ULX CPU Module&lt;/A&gt; as core board) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=602"&gt;MYD-Y6ULX-HMI Development Board&lt;/A&gt; (&lt;A href="http://www.myirtech.com/list.asp?id=572"&gt;MYC-Y6ULX CPU Module&lt;/A&gt; as core board) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=604"&gt;MYD-Y6ULX-CHMI Display Panel&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2019 03:19:56 GMT</pubDate>
    <dc:creator>kiddy_xu</dc:creator>
    <dc:date>2019-06-04T03:19:56Z</dc:date>
    <item>
      <title>How to transfer files between Windows PC / Ubuntu and the development board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-transfer-files-between-Windows-PC-Ubuntu-and-the/m-p/941820#M140920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Video demonstration:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=LuON9t70_HA"&gt;Tutorial 3.3 How to transfer files between Windows PC / Ubuntu and the development board&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to connect Ubuntu to the Internet?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Run Oracle VM VirtualBox (this is what I am using, you may use other VirtualBox). Open the settings in the supervisor, choose network, enable network connection, connection type: bridge network card, the name of the interface: Select by actual occurrence.&lt;/P&gt;&lt;P&gt;If you want ubuntu to use fixed IP, you may set it up in “Ubuntu/etc/network/interface”.&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;# interfaces(5) file used by ifup(8) and ifdown(8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;auto lo&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;iface lo inet loopback&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;auto enp0s3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;iface enp0s3 inet static&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;address 192.168.30.109&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;netmask 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 18.0pt; background: #F2F2F2;"&gt;&lt;SPAN&gt;getway 192.168.30.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to transfer files between Windows PC and the development board?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The board and PC should be connected to the same network.&lt;/P&gt;&lt;P&gt;Install tftpd64.exe software on the PC.&lt;/P&gt;&lt;P&gt;Current Directory, choose the path to upload files.&lt;/P&gt;&lt;P&gt;Server interface, choose the IP of PC. Execute “tftp 192.168.1.153 -g -r test.sh” in Xshell when downloading files to the board. Execute “tftp 192.168.1.153 -p -r test.sh” when upload files from the board to PC.&lt;/P&gt;&lt;P style="margin-left: 24.75pt; text-indent: 0cm;"&gt;&lt;SPAN&gt;3-3-1 tftpd64 Server configuration&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 21.0pt; text-indent: -21.0pt;"&gt;&lt;STRONG&gt;How to transfer files between Ubuntu and the development board?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The board and Ubuntu should be connected to the same network.&lt;/P&gt;&lt;P&gt;Execute scp file to transfer files:&lt;/P&gt;&lt;P&gt;“scp -r /home/roy/rs485 root@192.168.1.223:/home/root”.&lt;/P&gt;&lt;P&gt;Tips: this command means copy folder ubuntu/home/roy/rs485 to directory /home/root of board with IP 192.168.1.223.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;The complete tutorial / FAQs are uploaded to &lt;A class="" href="http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90" title="http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90"&gt;http://www.myirtech.com/faq.asp?selectm=class&amp;amp;anclassid=6&amp;amp;nclassid=90&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;The tutorial / FAQs are based on MYIR’s NXP i.MX6UL/6ULL series products but are also applicable to similar products from other companies. MYIR hopes these are useful to you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/nxpseries.asp"&gt;MYIR’s NXP i.MX6UL/6ULL series products&lt;/A&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.myirtech.com/list.asp?id=561"&gt;MYS-6ULX Single Board Computer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=573"&gt;MYD-Y6ULX Development Board &lt;/A&gt;(&lt;A href="http://www.myirtech.com/list.asp?id=572"&gt;MYC-Y6ULX CPU Module&lt;/A&gt; as core board) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=602"&gt;MYD-Y6ULX-HMI Development Board&lt;/A&gt; (&lt;A href="http://www.myirtech.com/list.asp?id=572"&gt;MYC-Y6ULX CPU Module&lt;/A&gt; as core board) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0a0a0a; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&lt;A href="http://www.myirtech.com/list.asp?id=604"&gt;MYD-Y6ULX-CHMI Display Panel&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 03:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-transfer-files-between-Windows-PC-Ubuntu-and-the/m-p/941820#M140920</guid>
      <dc:creator>kiddy_xu</dc:creator>
      <dc:date>2019-06-04T03:19:56Z</dc:date>
    </item>
  </channel>
</rss>

