<?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: uboot can't load Udisk file</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841272#M129028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;igor&lt;BR /&gt;nice! is work&amp;nbsp;fine I tried to limit &lt;STRONG&gt;USB_MAX_XFER_BLK&lt;/STRONG&gt; (&lt;STRONG&gt;common/usb_storage.c&lt;/STRONG&gt;&amp;nbsp; line:141)to&amp;nbsp;&lt;STRONG&gt;8191&amp;nbsp;&lt;/STRONG&gt;the original value is 65535&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#ifdef CONFIG_USB_EHCI&lt;BR /&gt;/*&lt;BR /&gt; * The U-Boot EHCI driver can handle any transfer length as long as there is&lt;BR /&gt; * enough free heap space left, but the SCSI READ(10) and WRITE(10) commands are&lt;BR /&gt; * limited to 65535 blocks.&lt;BR /&gt; */&lt;BR /&gt;/*#define USB_MAX_XFER_BLK 65535*/&lt;/P&gt;&lt;P&gt;#define USB_MAX_XFER_BLK&amp;nbsp;8191&lt;BR /&gt;#else&lt;BR /&gt;#define USB_MAX_XFER_BLK 20&lt;BR /&gt;#endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then I test load file 10M 50M and 100M and the transfer without timeouts&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;&lt;/PRE&gt;&lt;P&gt;Thanks !!&lt;BR /&gt;Alee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2019 08:11:44 GMT</pubDate>
    <dc:creator>1282497337</dc:creator>
    <dc:date>2019-01-09T08:11:44Z</dc:date>
    <item>
      <title>uboot can't load Udisk file</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841270#M129026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I used the cmd "fatload usb 0 0x30000000 a_4M.txt " download the file "&lt;SPAN&gt;a_4M.txt" this file size is 4MB okey&amp;nbsp;then I download the&amp;nbsp;"&lt;SPAN&gt;a_4M.txt" the file size is 15MB,is error!!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;the detail :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;=&amp;gt; &lt;SPAN style="color: #ff0000;"&gt;usb start&lt;/SPAN&gt;&lt;BR /&gt;starting USB...&lt;BR /&gt;USB0:&amp;nbsp;&lt;BR /&gt;Port not available.&lt;BR /&gt;USB1:&amp;nbsp;&lt;BR /&gt;USB EHCI 1.00&lt;BR /&gt;scanning bus 1 for devices... 3 USB Device(s) found&lt;BR /&gt; scanning usb for storage devices... 1 Storage Device(s) found&lt;BR /&gt; scanning usb for ethernet devices... 0 Ethernet Device(s) found&lt;BR /&gt;=&amp;gt; &lt;SPAN style="color: #ff0000;"&gt;fatload usb 0 0x12000000 a_4M.txt&lt;/SPAN&gt;&lt;BR /&gt;reading a_4M.txt&lt;BR /&gt;4913914 bytes read in 4353 ms (1.1 MiB/s)&lt;BR /&gt;=&amp;gt;&lt;SPAN style="color: #ff0000;"&gt; fatload usb 0 0x12000000 a_15M.txt&lt;/SPAN&gt;&lt;BR /&gt;reading a_15M.txt&lt;BR /&gt;EHCI timed out on TD - token=0x40008d80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;EHCI timed out on TD - token=0x1f8c80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;EHCI timed out on TD - token=0x1f8c80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;EHCI timed out on TD - token=0x1f8c80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;EHCI timed out on TD - token=0x1f8c80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;EHCI timed out on TD - token=0x1f8c80&lt;BR /&gt;EHCI timed out on TD - token=0x80008d80&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Error reading cluster&lt;/SPAN&gt;&lt;BR /&gt;** Unable to read file a_15M.txt **&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;then I find if I download the file size biger then 6MB,this error will happen.our uboot version is 2015-04 the chip is imx6D7c ,yes I also&amp;nbsp;test and verify the NXP Development board ,is same problem. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I want update the system in uboot stage use the Udisk,so how to solve this problem&amp;nbsp;&lt;BR /&gt;have a good day!!!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Alee&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2018 10:01:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841270#M129026</guid>
      <dc:creator>1282497337</dc:creator>
      <dc:date>2018-12-29T10:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: uboot can't load Udisk file</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841271#M129027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try suggestions provided on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/377911"&gt;Intermittent U-Boot USB Mass Storage issues with mx6sxsabresd&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2019 23:27:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841271#M129027</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-01-03T23:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: uboot can't load Udisk file</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841272#M129028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;igor&lt;BR /&gt;nice! is work&amp;nbsp;fine I tried to limit &lt;STRONG&gt;USB_MAX_XFER_BLK&lt;/STRONG&gt; (&lt;STRONG&gt;common/usb_storage.c&lt;/STRONG&gt;&amp;nbsp; line:141)to&amp;nbsp;&lt;STRONG&gt;8191&amp;nbsp;&lt;/STRONG&gt;the original value is 65535&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#ifdef CONFIG_USB_EHCI&lt;BR /&gt;/*&lt;BR /&gt; * The U-Boot EHCI driver can handle any transfer length as long as there is&lt;BR /&gt; * enough free heap space left, but the SCSI READ(10) and WRITE(10) commands are&lt;BR /&gt; * limited to 65535 blocks.&lt;BR /&gt; */&lt;BR /&gt;/*#define USB_MAX_XFER_BLK 65535*/&lt;/P&gt;&lt;P&gt;#define USB_MAX_XFER_BLK&amp;nbsp;8191&lt;BR /&gt;#else&lt;BR /&gt;#define USB_MAX_XFER_BLK 20&lt;BR /&gt;#endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then I test load file 10M 50M and 100M and the transfer without timeouts&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;&lt;/PRE&gt;&lt;P&gt;Thanks !!&lt;BR /&gt;Alee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:11:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/uboot-can-t-load-Udisk-file/m-p/841272#M129028</guid>
      <dc:creator>1282497337</dc:creator>
      <dc:date>2019-01-09T08:11:44Z</dc:date>
    </item>
  </channel>
</rss>

