<?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: Re: USB Mass storage detection issue in u-boot in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318393#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried with a SDK 1.6 u-boot on a t1042 board and it detected the USB storage device.&lt;/P&gt;&lt;P&gt;The problem I could see was that if you do usb start many times in a raw, one time it detects&lt;/P&gt;&lt;P&gt;the device and the next fails, and this process repeats. A workaround to this could be to enter&lt;/P&gt;&lt;P&gt;usb stops between the usb starts. If after reset it doesn't detect the device, do a usb stop and usb&lt;/P&gt;&lt;P&gt;start and it will detect it. However, I didn't see any crash with this u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 13:19:55 GMT</pubDate>
    <dc:creator>catalindemergia</dc:creator>
    <dc:date>2014-07-16T13:19:55Z</dc:date>
    <item>
      <title>USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318385#M588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have developed t1042 based board ,where USB mass storage device is not getting detected at u-boot. Below is the u-boot log messages,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; usb start&lt;BR /&gt;(Re)start USB...&lt;BR /&gt;USB0:&amp;nbsp;&amp;nbsp; USB EHCI 1.00&lt;BR /&gt;scanning bus 0 for devices... cannot reset port 1!?&lt;BR /&gt;1 USB Device(s) found&lt;BR /&gt;USB1:&amp;nbsp;&amp;nbsp; USB EHCI 1.00&lt;BR /&gt;scanning bus 1 for devices... 1 USB Device(s) found&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scanning usb for storage devices... 0 Storage Device(s) found&lt;BR /&gt;=&amp;gt; usb info&lt;BR /&gt;1: Hub,&amp;nbsp; USB Revision 2.0&lt;BR /&gt; - u-boot EHCI Host Controller&lt;BR /&gt; - Class: Hub&lt;BR /&gt; - PacketSize: 64&amp;nbsp; Configurations: 1&lt;BR /&gt; - Vendor: 0x0000&amp;nbsp; Product 0x0000 Version 1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Configuration: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - Interfaces: 1 Self Powered 0mA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface: 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Alternate Setting 0, Endpoints: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Class Hub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Endpoint 1 In Interrupt MaxPacket 2048 Interval 255ms&lt;/P&gt;&lt;P&gt;2: Hub,&amp;nbsp; USB Revision 2.0&lt;BR /&gt; - u-boot EHCI Host Controller&lt;BR /&gt; - Class: Hub&lt;BR /&gt; - PacketSize: 64&amp;nbsp; Configurations: 1&lt;BR /&gt; - Vendor: 0x0000&amp;nbsp; Product 0x0000 Version 1.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Configuration: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; - Interfaces: 1 Self Powered 0mA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface: 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Alternate Setting 0, Endpoints: 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Class Hub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Endpoint 1 In Interrupt MaxPacket 2048 Interval 255ms&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise on what could be the reason for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 08:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318385#M588</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-07-10T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318386#M589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible reason for "hub_port_reset()" failure in u-boot ? It seems because of this usb storage device is not getting detected on our board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 18:39:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318386#M589</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-07-11T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318387#M590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had a look in the USB code. I see that the usb_stor_scan() gets called (that's why you see the "scanning usb for storage devices..." in the log).&lt;/P&gt;&lt;P&gt;This function calls usb_storage_probe() in a for loop to see if the new device is a storage device. Since in your case nothing is found, the function&lt;/P&gt;&lt;P&gt;returns zero for every for iteration. By looking at this functions's code, I see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;if (dev-&amp;gt;descriptor.bDeviceClass != 0 ||&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; iface-&amp;gt;desc.bInterfaceClass != USB_CLASS_MASS_STORAGE ||&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; iface-&amp;gt;desc.bInterfaceSubClass &amp;lt; US_SC_MIN ||&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; iface-&amp;gt;desc.bInterfaceSubClass &amp;gt; US_SC_MAX) {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; /* if it's not a mass storage, we go no further */&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; return 0;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the only place in the function where it returns zero without printing something first (at least in the file version that I'm looking).&lt;/P&gt;&lt;P&gt;Maybe for your device these conditions are not met. Can you add a print statement before the return and see if you see that in the log ?&lt;/P&gt;&lt;P&gt;Because to me it seems very likely that this might be the reason why it doesn't detect any storage device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318387#M590</guid>
      <dc:creator>catalindemergia</dc:creator>
      <dc:date>2014-07-14T07:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318388#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Catalin,&lt;/P&gt;&lt;P&gt;I enabled the debug messages in u-boot usb code base and here is the log,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; usb start&lt;BR /&gt;(Re)start USB...&lt;BR /&gt;USB0:&amp;nbsp;&amp;nbsp; USB EHCI 1.00&lt;BR /&gt;scanning bus 0 for devices... usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x40&lt;BR /&gt;usb_control_msg: request: 0x5, requesttype: 0x0, value 0x1 index 0x0 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x12&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0 length 0x9&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0 length 0x19&lt;BR /&gt;usb_control_msg: request: 0x9, requesttype: 0x0, value 0x1 index 0x0 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x300 index 0x0 length 0xFF&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x301 index 0x1 length 0xFF&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x302 index 0x1 length 0xFF&lt;/P&gt;&lt;P&gt;chanmish[usb_hub_probe,#590]:USB hub found&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0 length 0x4&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0 length 0x8&lt;BR /&gt;chanmish[usb_hub_configure,#387]:part of a compound device&lt;BR /&gt;chanmish[usb_hub_configure,#407]:power on to power good time: 20ms&lt;BR /&gt;chanmish[usb_hub_configure,#409]:hub controller current requirement: 0mA&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA0, value 0x0 index 0x0 length 0x4&lt;BR /&gt;get_hub_status returned status ADDE, change EFBE&lt;BR /&gt;local power source is good&lt;BR /&gt;over-current condition exists&lt;BR /&gt;usb_control_msg: request: 0x1, requesttype: 0x23, value 0x8 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;Port 1 Status 0x509@0x905 Change 11&lt;BR /&gt;port 1 connection change&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 11, 480 Mb/s&lt;BR /&gt;usb_control_msg: request: 0x1, requesttype: 0x23, value 0x10 index 0x1 length 0x0&lt;BR /&gt;hub_port_reset: resetting port 0...&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 10, 480 Mb/s&lt;BR /&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 0&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 10, 480 Mb/s&lt;BR /&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 0&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 10, 480 Mb/s&lt;BR /&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 0&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 10, 480 Mb/s&lt;BR /&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 0&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;portstatus 509, change 10, 480 Mb/s&lt;BR /&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 0&lt;BR /&gt;Cannot enable port 1 after 5 retries, disabling port.&lt;BR /&gt;Maybe the USB cable is bad?&lt;BR /&gt;cannot reset port 1!?&lt;BR /&gt;port 1 reset change&lt;BR /&gt;usb_control_msg: request: 0x1, requesttype: 0x23, value 0x14 index 0x1 length 0x0&lt;BR /&gt;1 USB Device(s) found&lt;BR /&gt;USB1:&amp;nbsp;&amp;nbsp; USB EHCI 1.00&lt;BR /&gt;scanning bus 1 for devices... usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x40&lt;BR /&gt;usb_control_msg: request: 0x5, requesttype: 0x0, value 0x2 index 0x0 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x12&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0 length 0x9&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0 length 0x19&lt;BR /&gt;usb_control_msg: request: 0x9, requesttype: 0x0, value 0x1 index 0x0 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x300 index 0x0 length 0xFF&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x301 index 0x1 length 0xFF&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0x80, value 0x302 index 0x1 length 0xFF&lt;/P&gt;&lt;P&gt;chanmish[usb_hub_probe,#590]:USB hub found&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0 length 0x4&lt;BR /&gt;usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0 length 0x8&lt;BR /&gt;chanmish[usb_hub_configure,#387]:part of a compound device&lt;BR /&gt;chanmish[usb_hub_configure,#407]:power on to power good time: 20ms&lt;BR /&gt;chanmish[usb_hub_configure,#409]:hub controller current requirement: 0mA&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA0, value 0x0 index 0x0 length 0x4&lt;BR /&gt;get_hub_status returned status ADDE, change EFBE&lt;BR /&gt;local power source is good&lt;BR /&gt;over-current condition exists&lt;BR /&gt;usb_control_msg: request: 0x1, requesttype: 0x23, value 0x8 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x1 length 0x0&lt;BR /&gt;usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length 0x4&lt;BR /&gt;Port 1 Status 0x508@0x805 Change 0&lt;BR /&gt;1 USB Device(s) found&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scanning usb for storage devices... 0 Storage Device(s) found&lt;BR /&gt;=&amp;gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 08:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318388#M591</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-07-14T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318389#M592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From this log I see that the USB driver is working, it does what is supposed to do, it reads&lt;/P&gt;&lt;P&gt;the hub descriptors correctly (otherwise there would be a lot of error messages in the enumeration stage).&lt;/P&gt;&lt;P&gt;It detects correctly that there is a device present on a hub port, but when it resets the port (as a part of the&lt;/P&gt;&lt;P&gt;enumeration) it sees that the port is not getting enabled; after checking five times (nb of retries) it doesn't go&lt;/P&gt;&lt;P&gt;any further. This seems like an electrical problem (I also see in the log "over-current condition exists" which points&lt;/P&gt;&lt;P&gt;that way). &lt;/P&gt;&lt;P&gt;I would like to see next&lt;/P&gt;&lt;P&gt;- the log that the device is producing when it is powered on (the u-boot log)&lt;/P&gt;&lt;P&gt;- the output of the printenv command (I'm looking for the hwconfig setting)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:45:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318389#M592</guid>
      <dc:creator>catalindemergia</dc:creator>
      <dc:date>2014-07-14T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318390#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Catalin,&lt;/P&gt;&lt;P&gt;Here is one more update on the issue,&lt;/P&gt;&lt;P&gt;We had modified USB_PHYx_PLLREG1 (0x21_4060)&amp;nbsp; and USB_PHYx_PLLREG2 (0x21_4064) as per t1040RM_RevC section 34.10 to values (0x00000001) and (0x00262013) respectively. Because of this we were not seeing USB device port getting enabled. When we kept USB_PHYx_PLLREG2 value as per t1040 qds eval board i.e. 0x00250003, we could see the USB port getting enabled but u-boot code get crashed after that. here is the log,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&amp;gt; usb start&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(Re)start USB...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB0:&amp;nbsp;&amp;nbsp; chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe210500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe210500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB EHCI 1.00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;scanning bus 0 for devices...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_probe,#594]:USB hub found&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#391]:part of a compound device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#411]:power on to power good time: 20ms&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#413]:hub controller current requirement: 0mA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;get_hub_status returned status ADDE, change EFBE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;local power source is good&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;over-current condition exists&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;enabling power on all ports&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Port 1 Status 509 Change 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 connection change&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 509, change 1, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NIP: 7FF310F8 XER: 00000000 LR: 7FF72068 REGS: 7fb2cfb0 TRAP: 0700 DAR: 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MSR: 00001000 EENIP: 7FF70E28 XENIP: 7FF70E28 XER: 00000000 LR: 7FF99174 NIP: 7FF70E28 XER: 00000000 LR: 7FF99174 REGS: 7fb2c788 TRAP: 0700 DAR: 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MSR: 00001000 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GPR00: 7FF70EB8 7FB2C878 00000000 00000052 00000001 00000000 FFFFFFFE 00000020&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR08: 7FB2C8FF 00000020 00000020 7FB2C898 7FF487DC AECF89C0 00000080 7FB41200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR16: 0000B3A1 7FB41240 7FF91BC7 7FB2D240 00001000 7FB2CA30 00000000 7FF3109C&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR24: 7FF38A00 7FFC6380 7FF88211 7FF88299 7FF901E1 00000001 7FF99174 7FB2C8D9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;** Illegal Instruction **&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Call backtrace: Bad trap at PC: 7ff386c4, SR: 1000, vector=d00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NIP: 7FF386C4 XER: 00000000 LR: 7FF386BC REGS: 7fb2c650 TRAP: 0d00 DAR: DEADBEEF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MSR: 00001000 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GPR00: 7FF386BC 7FB2C740 00000000 00000010 00000020 7FB2C70C FFFFFFFE 00000020&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR08: 7FB2C5FF DEADBEEF 00000020 7FB2C740 7FF487DC AECF89C0 00000080 7FB41200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR16: 0000B3A1 7FB41240 7FF91BC7 7FB2D240 00001000 7FB2C778 00000000 7FF3109C&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR24: 7FF38A00 7FFC6380 7FF88211 7FF901E1 00000007 00000000 7FF99174 7FB2C878&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Call backtrace: Bad trap at PC: 7ff386c4, SR: 1000, vector=d00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NIP: 7FF386C4 XER: 00000000 LR: 7FF386BC REGS: 7fb2c518 TRAP: 0d00 DAR: DEADBEEF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MSR: 00001000 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, here is the dump of u-boot boot up and printenv as you suggested,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) U- boot boot up&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U-Boot 2014.01QorIQ-SDK-T1040-BSP0.2 (Jul 14 2014 - 17:24:40)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CPU0:&amp;nbsp; T1042E, Version: 1.0, (0x85280210)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Core:&amp;nbsp; e5500, Version: 2.0, (0x80241020)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Single Source Clock Configuration&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Clock Configuration:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU0:1000 MHz, CPU1:1000 MHz, CPU2:1000 MHz, CPU3:1000 MHz,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCB:400&amp;nbsp; MHz,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDR:500&amp;nbsp; MHz (1000 MT/s data rate) (Asynchronous), IFC:100&amp;nbsp; MHz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMAN1: 400 MHz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QMAN:&amp;nbsp; 200 MHz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PME:&amp;nbsp;&amp;nbsp; 200 MHz&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;L1:&amp;nbsp;&amp;nbsp;&amp;nbsp; D-cache 32 KiB enabled&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I-cache 32 KiB enabled&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Reset Configuration Word (RCW):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000: 080a000a 0a000000 00000000 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000010: a7000002 40000012 ec027000 01000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000020: 00000000 00000000 00000000 0003f00c&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000030: 00000100 44160a05 00000000 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SPI:&amp;nbsp;&amp;nbsp; ready&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Top of RAM usable for U-Boot at: 80000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Reserving 818k for U-Boot at: 7ff30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TOTAL_MALLOC_LEN : 402000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Reserving 4104k for malloc() at: 7fb2e000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Reserving 72 Bytes for Board Info at: 7fb2dfb8&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Reserving 176 Bytes for Global Data at: 7fb2df08&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Stack Pointer at: 7fb2def0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now running in RAM - U-Boot at: 7ff30000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;L2:&amp;nbsp;&amp;nbsp;&amp;nbsp; 256 KiB enabled&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Corenet Platform Cache: 256 KiB enabled&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Using SERDES1 Protocol: 167 (0xa7)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CPU up timeout. CPU up mask is 1 should be f&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NAND:&amp;nbsp; fsl_ifc_chip_init: address did not match any chip selects&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0 MiB&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MMC:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FSL_SDHC: 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*** Warning - bad CRC, using default environment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PCIe1: Root Complex, no link, regs @ 0xfe240000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe1: Bus 00 - 00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe2: Root Complex, x1 gen1, regs @ 0xfe250000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; 02:00.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:01.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:04.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:05.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:06.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:07.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:08.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 03:09.0&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Bridge device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0a:00.0&amp;nbsp;&amp;nbsp; - 1137:005f - Memory controller&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; 02:00.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 10b5:8609 - Base system peripheral&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe2: Bus 01 - 0a&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe3: Root Complex, no link, regs @ 0xfe260000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe3: Bus 0b - 0b&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe4: Root Complex, no link, regs @ 0xfe270000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PCIe4: Bus 0c - 0c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Out:&amp;nbsp;&amp;nbsp; serial&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Err:&amp;nbsp;&amp;nbsp; serial&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Net:&amp;nbsp;&amp;nbsp; Initializing Fman&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fman1: Uploading microcode version 106.4.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FSL_MDIO0:0 is connected to FM1@DTSEC1.&amp;nbsp; Reconnecting to FM1@DTSEC2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FSL_MDIO0:0 is connected to FM1@DTSEC2.&amp;nbsp; Reconnecting to FM1@DTSEC3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3, FM1@DTSEC4 [PRIME]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;=&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) Printenv log.&lt;BR /&gt;&lt;STRONG&gt;=&amp;gt; printenv&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;baudrate=115200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bdev=sda3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;boot=run my_kern my_fs my_dtb my_boot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootargs=${bootargs} root /dev/ram0 rw console=ttyS0,115200&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootcmd=tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootdelay=10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bootfile=/auto/tftp-blr-users3/chanmish/t1040/uImage-t1040qds.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;c=ffe&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;consoledev=ttyS0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth0addr=00:04:9f:03:25:90&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth10addr=00:04:9F:03:05:EE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth11addr=00:04:9F:03:05:EF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth12addr=00:04:9F:03:05:F0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth13addr=00:04:9F:03:05:F1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth14addr=00:04:9F:03:05:F2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth15addr=00:04:9F:03:05:F3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth1addr=00:04:9F:03:05:E5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth1addr =00:04:9f:03:25:91&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth2addr= 00:04:9F:03:05:E6&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth3addr=00:04:9F:03:05:E7&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth4addr=00:04:9F:03:05:E8&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth5addr=00:04:9F:03:05:E9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth6addr=00:04:9F:03:05:EA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth7addr=00:04:9F:03:05:EB&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth8addr=00:04:9F:03:05:EC&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;eth9addr=00:04:9F:03:05:ED&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ethact=FM1@DTSEC5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ethaddr=00:04:9F:03:05:E4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ethprime=FM1@DTSEC5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fdtaddr=0x5000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fdtfile=/auto/tftp-blr-users3/chanmish/t1040/uImage-t1040qds.dtb&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fman_ucode=0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;gatewayip=5.57.0.1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hwconfig=fsl_ddr:bank_intlv=cs0_cs1;usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host,phy_type=utmi&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ipaddr=5.67.103.9&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;loadaddr=0x3000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;my_boot=bootm 0x3000000 0x7000000 0x5000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;my_dtb=tftp 0x5000000 /auto/tftp-blr-users3/chanmish/t1040/uImage-t1040qds.dtb&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;my_fs=tftp 0x3000000 /auto/tftp-blr-users3/chanmish/t1040/uImage-t1040qds.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;my_kern=tftp 0x7000000 /auto/tftp-blr-users3/chanmish/t1040/fsl-image-core-t1040qds-20140626131340.rootfs.ext2.gz.u-boot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;netdev=eth0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;netmask=255.255.255.0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs;tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ramdiskaddr=0x7000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ramdiskfile=/auto/tftp-blr-users3/chanmish/t1040/fsl-image-core-t1040qds-20140626131340.rootfs.ext2.gz.u-boot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rootpath=/opt/nfsroot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;serverip=202.153.144.25&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;tftpflash=tftpboot $loadaddr $uboot &amp;amp;&amp;amp; protect off $ubootaddr +$filesize &amp;amp;&amp;amp; erase $ubootaddr +$filesize &amp;amp;&amp;amp; cp.b $loadaddr $ubootaddr $filesize &amp;amp;&amp;amp; protect on $ubootaddr +$filesize &amp;amp;&amp;amp; cmp.b $loadaddr $ubootaddr $filesize&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;uboot="u-boot.bin"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ubootaddr=0x01101000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment size: 2483/8188 bytes&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;=&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 04:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318390#M593</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-07-15T04:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318391#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking at this section from the log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and I don't understand how the hub_port_reset function can be called two times in a raw.&lt;/P&gt;&lt;P&gt;Was this a copy-paste error or this is the correct log ? To me it seems unrelated to the logic of&lt;/P&gt;&lt;P&gt;the program. If this is the correct log, for some reason it crashes the second time the function&lt;/P&gt;&lt;P&gt;gets called and the port is reset, even though the port is enabled the second time as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318391#M594</guid>
      <dc:creator>catalindemergia</dc:creator>
      <dc:date>2014-07-15T08:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318392#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Catalin,&lt;/P&gt;&lt;P&gt;This is not a copy paste error. This message came twice only. I checked the same again. Below is the log. Also, the crash location is ramdom. To debug that issue I added few more prints as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&amp;gt; usb start&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(Re)start USB...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB0:&amp;nbsp;&amp;nbsp; chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe210500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe210500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB EHCI 1.00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;scanning bus 0 for devices... chanmish[usb_new_device,#992]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;set address 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1012]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1051]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1076]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Manufacturer u-boot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EHCI Host Controller&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SerialNumber&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#415]:power on to power good time: 20ms&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#417]:hub controller current requirement: 0mA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;get_hub_status returned status 0, change 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;local power source is good&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no over-current condition exists&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;enabling power on all ports&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Port 1 Status 500 Change 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#567]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1082]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 USB Device(s) found&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB1:&amp;nbsp;&amp;nbsp; chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe211500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[ehci_hcd_init,135]:&amp;amp;ehci-&amp;gt;control@0xfe211500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USB EHCI 1.00&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;scanning bus 1 for devices... chanmish[usb_new_device,#992]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;set address 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1012]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1051]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1076]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Manufacturer u-boot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EHCI Host Controller&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SerialNumber&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#415]:power on to power good time: 20ms&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#417]:hub controller current requirement: 0mA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;get_hub_status returned status 0, change 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;local power source is good&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no over-current condition exists&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;enabling power on all ports&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Port 1 Status 509 Change 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 connection change&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 509, change 1, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#289]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#292]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#300] HIGH SPEED&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 50b, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#992]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;set address 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1012]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1051]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1076]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Manufacturer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SerialNumber&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#415]:power on to power good time: 100ms&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_configure,#417]:hub controller current requirement: 1mA&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;get_hub_status returned status 0, change 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;local power source is good&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;no over-current condition exists&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;enabling power on all ports&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 2 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 3 returns 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Port 1 Status 101 Change 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;port 1 connection change&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 101, change 1, 12 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 503, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#289]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#292]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_hub_port_connect_change,#300] HIGH SPEED&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;hub_port_reset: resetting port 0...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;portstatus 503, change 10, 480 Mb/s&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;STAT_C_CONNECTION = 0 STAT_CONNECTION = 1&amp;nbsp; USB_PORT_STAT_ENABLE 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#992]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;set address 4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;chanmish[usb_new_device,#1012]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NIP: 00000A38 XER: 00000000 LR: 7FF720E8 REGS: 7fb2c9f8 TRAP: 0700 DAR: 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MSR: 00021200 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GPR00: 7FF7206C 7FB2CAE8 7FB2DF08 0001A4FB 7FB412C0 00000000 000186A0 00000001&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR08: 00000080 7FFB00D8 01000000 7FB2CAF8 7FF720E8 FECF8DD0 00000080 7FB41240&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR16: 0001A4FB 7FB412C0 7FB41240 7FB2CB80 7FF720E8 7FB2C9E8 00000000 7FFC6500&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;GPR24: 00000000 7FFC64C0 00000009 80008C80 7FB2CB00 7FB411C0 7FF99278 7FFB3C80&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;** Illegal Instruction **&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Call backtrace:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;7FB411C0 7FF7206C 7FF53740 7FF537DC 7FF53B28 7FF54154 7FF54C84&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;7FF54FF8 7FF5453C 7FF54C84 7FF54FF8 7FF5453C 7FF54654 7FF46FC4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;7FF483A4 7FF4E1C0 7FF4E838 7FF4EA2C 7FF527A4 7FF3964C 7FF31650&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Program Check Exception&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;### ERROR ### Please RESET the board ###&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 11:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318392#M595</guid>
      <dc:creator>chandrashekhar</dc:creator>
      <dc:date>2014-07-15T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318393#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried with a SDK 1.6 u-boot on a t1042 board and it detected the USB storage device.&lt;/P&gt;&lt;P&gt;The problem I could see was that if you do usb start many times in a raw, one time it detects&lt;/P&gt;&lt;P&gt;the device and the next fails, and this process repeats. A workaround to this could be to enter&lt;/P&gt;&lt;P&gt;usb stops between the usb starts. If after reset it doesn't detect the device, do a usb stop and usb&lt;/P&gt;&lt;P&gt;start and it will detect it. However, I didn't see any crash with this u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 13:19:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318393#M596</guid>
      <dc:creator>catalindemergia</dc:creator>
      <dc:date>2014-07-16T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mass storage detection issue in u-boot</title>
      <link>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318394#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to your u-boot log, it seems that you use &lt;STRONG&gt;Single Source Clock Configuration mode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;About support USB in single clock mode, in T104x USB can be configured to get clock from SYSCLK instead of using external clock, in the default u-boot, USB runs with the external clock, it is need to define CONFIG_SYS_FSL_SINGLE_SOURCE_CLK in the config header file for single clock mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that this is a new feature of SDK 1.6, so I suggest you to upgrade your software to SDK 1.6.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 17 Jul 2014 03:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/USB-Mass-storage-detection-issue-in-u-boot/m-p/318394#M597</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-07-17T03:57:25Z</dc:date>
    </item>
  </channel>
</rss>

