<?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: LS1043ARDB U-Boot &amp;quot;usb start&amp;quot; error &amp;quot;Unexpected XHCI event TRB, skipping&amp;quot; in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1643621#M12377</link>
    <description>&lt;P&gt;Yes, here is how I fix it:&lt;/P&gt;&lt;P&gt;1) find file common/usb_storage.c&lt;/P&gt;&lt;P&gt;2) go to function static int usb_stor_probe_device(struct usb_device *udev)&lt;/P&gt;&lt;P&gt;3) remark out following 3 line of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;/* Comment our following function call because it causes usb endpoints halt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ret = blk_probe_or_unbind(dev)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(ret)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ret;&lt;/P&gt;&lt;P&gt;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2023 13:02:33 GMT</pubDate>
    <dc:creator>Tao2022</dc:creator>
    <dc:date>2023-05-03T13:02:33Z</dc:date>
    <item>
      <title>LS1043ARDB U-Boot "usb start" error "Unexpected XHCI event TRB, skipping"</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1428945#M10227</link>
      <description>&lt;P&gt;I have a USB stick with FAT32 filesystem. When I attach it to LS1043ARDB and run "usb start" from U-Boot prompt the device resets/reboots with "&lt;STRONG&gt;Unexpected XHCI event TRB, skipping"&amp;nbsp;&lt;/STRONG&gt;message.&lt;/P&gt;&lt;P&gt;Why do I see this error? Is there a workaround to fix this?&lt;/P&gt;&lt;P&gt;=&amp;gt; usb start&lt;BR /&gt;starting USB...&lt;BR /&gt;Bus usb3@2f00000: Register 200017f NbrPorts 2&lt;BR /&gt;Starting the controller&lt;BR /&gt;USB XHCI 1.00&lt;BR /&gt;Bus usb3@3000000: Register 200017f NbrPorts 2&lt;BR /&gt;Starting the controller&lt;BR /&gt;USB XHCI 1.00&lt;BR /&gt;Bus usb3@3100000: Register 200017f NbrPorts 2&lt;BR /&gt;Starting the controller&lt;BR /&gt;USB XHCI 1.00&lt;BR /&gt;scanning bus usb3@2f00000 for devices... WARN halted endpoint, queueing URB anyway.&lt;BR /&gt;&lt;STRONG&gt;Unexpected XHCI event TRB, skipping... (f7b0b3b0 00000000 13000000 01008401)&lt;/STRONG&gt;&lt;BR /&gt;BUG at drivers/usb/host/xhci-ring.c:503/abort_td()!&lt;BR /&gt;BUG!&lt;BR /&gt;resetting ...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 04:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1428945#M10227</guid>
      <dc:creator>ts1234</dc:creator>
      <dc:date>2022-03-16T04:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB U-Boot "usb start" error "Unexpected XHCI event TRB, skipping"</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1569892#M11518</link>
      <description>&lt;P&gt;Hi, ts1234,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Did you fix the problem? I am having the same problem right now, don't have solution yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;Tao&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 17:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1569892#M11518</guid>
      <dc:creator>Tao2022</dc:creator>
      <dc:date>2022-12-14T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB U-Boot "usb start" error "Unexpected XHCI event TRB, skipping"</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1643621#M12377</link>
      <description>&lt;P&gt;Yes, here is how I fix it:&lt;/P&gt;&lt;P&gt;1) find file common/usb_storage.c&lt;/P&gt;&lt;P&gt;2) go to function static int usb_stor_probe_device(struct usb_device *udev)&lt;/P&gt;&lt;P&gt;3) remark out following 3 line of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;/* Comment our following function call because it causes usb endpoints halt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ret = blk_probe_or_unbind(dev)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(ret)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ret;&lt;/P&gt;&lt;P&gt;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 13:02:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1643621#M12377</guid>
      <dc:creator>Tao2022</dc:creator>
      <dc:date>2023-05-03T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB U-Boot "usb start" error "Unexpected XHCI event TRB, skipping"</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1881580#M14409</link>
      <description>&lt;P&gt;Hello, I have the same issue and I really want to know why this is happening. The workaround of commenting these 3 lines is working for my current U-Boot, but after checking for the latest version, it seems these lines are still in the latest uboot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here my current U-Boot of NXP.&lt;BR /&gt;=&amp;gt; version&lt;BR /&gt;U-Boot 2022.07 (Jan 01 1970 - 01:00:00 +0000)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:38:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-U-Boot-quot-usb-start-quot-error-quot-Unexpected-XHCI/m-p/1881580#M14409</guid>
      <dc:creator>KevinSch</dc:creator>
      <dc:date>2024-06-05T14:38:57Z</dc:date>
    </item>
  </channel>
</rss>

