<?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: Uboot USB as usb serial for data transfer in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1881946#M224598</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217080"&gt;@jmjm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe it is better to use the UMS (USB MASS STORAGE) instead of fastboot, you can type in you U-boot the command ums and you will see the ussage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this can helps to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 20:48:02 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2024-06-05T20:48:02Z</dc:date>
    <item>
      <title>Uboot USB as usb serial for data transfer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1881243#M224569</link>
      <description>&lt;P&gt;I'm now using iMX8ULP for my development, and want to change the Uboot USB to usb serial in order to talk to my custom program for data transfer&lt;/P&gt;&lt;P&gt;Not sure if anyone do this before?&lt;/P&gt;&lt;P&gt;Previously I hijacked the fastboot USB to customized VID/PID for the usb and is recognized as custom USB serial in device manager, can't seems to communicate to my custom program.&lt;/P&gt;&lt;P&gt;So I'm thinking is it because my custom program is usb serial, but fastboot usb is not&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 07:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1881243#M224569</guid>
      <dc:creator>jmjm</dc:creator>
      <dc:date>2024-06-05T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot USB as usb serial for data transfer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1881946#M224598</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217080"&gt;@jmjm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe it is better to use the UMS (USB MASS STORAGE) instead of fastboot, you can type in you U-boot the command ums and you will see the ussage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this can helps to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 20:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1881946#M224598</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-06-05T20:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot USB as usb serial for data transfer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882246#M224615</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I understand that UMS normally to read from some storage etc pendrive&lt;BR /&gt;but my custom program is like a flashing tool, which will send by packet to packet&lt;/P&gt;&lt;P&gt;can I still use ums in this case? or is there any better option for me? I've been through this f_acm.c looks like a serial connection to me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 02:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882246#M224615</guid>
      <dc:creator>jmjm</dc:creator>
      <dc:date>2024-06-06T02:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot USB as usb serial for data transfer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882604#M224644</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using a host Linux machine, when the board is in UMS mode, you will be able to read the boot and EXT4 partitions successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 09:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882604#M224644</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-06-06T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Uboot USB as usb serial for data transfer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882723#M224649</link>
      <description>hmm but not on Linux Host&lt;BR /&gt;&lt;BR /&gt;now I'm still in serial downloader stage, where uboot USB is bare metal</description>
      <pubDate>Thu, 06 Jun 2024 11:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Uboot-USB-as-usb-serial-for-data-transfer/m-p/1882723#M224649</guid>
      <dc:creator>jmjm</dc:creator>
      <dc:date>2024-06-06T11:51:03Z</dc:date>
    </item>
  </channel>
</rss>

