<?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>Embedded Intel® Core™ ProcessorsのトピックRe: Cyclone5 PFGA: U-Boot not detecting USB-HUB</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cyclone5-PFGA-U-Boot-not-detecting-USB-HUB/m-p/1733045#M5886</link>
    <description>&lt;P class="sub_section_element_selectors"&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/464403"&gt;@teiram&lt;/a&gt;,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;BR /&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Please check the following regarding FPGA:&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;STRONG class="sub_section_element_selectors"&gt;FPGA community forums and blogs have moved to the&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://community.altera.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;Altera Community&lt;/A&gt;. Existing Intel Community members can sign in with their current credentials.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/266977" target="_blank" rel="noopener"&gt;@Diego_INTEL&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2026 17:21:49 GMT</pubDate>
    <dc:creator>Diego_INTEL</dc:creator>
    <dc:date>2026-01-09T17:21:49Z</dc:date>
    <item>
      <title>Cyclone5 PFGA: U-Boot not detecting USB-HUB</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cyclone5-PFGA-U-Boot-not-detecting-USB-HUB/m-p/1732251#M5882</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;I'm working on a design on top of a Chameleon96 Board (CycloneV based), featuring a USB OTG Chip USB3300, and connected to it a USB 2513B Hub. My issue is that neither U-Boot or Linux are able to detect the USB Hub connected to the USB3300. This used to work with quite older U-Boot versions and are still working on my board, but I was not able to reproduce the behavior with up-to-date versions (cloned from&amp;nbsp;&lt;A href="https://github.com/altera-fpga/u-boot-socfpga" target="_blank"&gt;https://github.com/altera-fpga/u-boot-socfpga&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://github.com/altera-fpga/linux-socfpga" target="_blank"&gt;https://github.com/altera-fpga/linux-socfpga&lt;/A&gt;). The Chameleon96 has two GPIO pins to control the reset of the mentioned USB chips, with a fixed configuration on the USB 2513B (the I2C interface is not exposed).&lt;/P&gt;&lt;P&gt;With my version (U-Boot 2025.07-gd4f268660a70-dirty and Linux 6.12.33-g3234b1ed8956), the USB OTG is detected and the hub registered with logs like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[    0.883275] dwc2 ffb40000.usb: supply vusb_d not found, using dummy regulator
[    0.890619] dwc2 ffb40000.usb: supply vusb_a not found, using dummy regulator
[    0.898034] dwc2 ffb40000.usb: Configuration mismatch. dr_mode forced to host
[    0.905721] dwc2 ffb40000.usb: DWC OTG Controller                            
[    0.910454] dwc2 ffb40000.usb: new USB bus registered, assigned bus number 1 
[    0.917571] dwc2 ffb40000.usb: irq 32, io mem 0xffb40000                     
[    0.923324] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b2
[    0.931588] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[    0.938800] usb usb1: Product: DWC OTG Controller                            
[    0.943509] usb usb1: Manufacturer: Linux 6.12.33-g3234b1ed8956 dwc2_hsotg   
[    0.950362] usb usb1: SerialNumber: ffb40000.usb                             
[    0.955682] hub 1-0:1.0: USB hub found                                       
[    0.959499] hub 1-0:1.0: 1 port detected   &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;but the connected USB hub never shows up. Similarly&amp;nbsp; 'usb start' from the U-Boot prompt just shows something called U-Boot Root Hub:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=&amp;gt; usb start                                                                    
starting USB...                                                                 
USB DWC2
Bus usb@ffb40000: 1 USB Device(s) found                                         
       scanning usb for storage devices... 0 Storage Device(s) found            

=&amp;gt; usb tree                                                                     
USB device tree:                                                                
  1  Hub (480 Mb/s, 0mA)                                                        
      U-Boot Root Hub   &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Older u-boot versions (and linux) are able to detect the USB hub after 'usb start'. In this case, the root hub is named DWT OTC RootHub, and I don't know if this is just a change of naming somewhere or something wrong is also happening while detecting the USB3300 Hub:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SOCFPGA_CHAMELEON96 # usb start                                                 
(Re)start USB...                                                                
USB0:   Core Release: 2.93a                                                     
scanning bus 0 for devices... 2 USB Device(s) found                             
       scanning usb for storage devices... 0 Storage Device(s) found   
         
SOCFPGA_CHAMELEON96 # usb tree                                                  
USB device tree:                                                                
  1  Hub (480 Mb/s, 0mA)                                                        
  |  DWC OTG RootHub                                                            
  |                                                                             
  +-2  Hub (480 Mb/s, 2mA)   &lt;/LI-CODE&gt;&lt;P&gt;the linux kernel (4.1.33-ltsi-altera)&amp;nbsp; is also able to detect the USB Hub as can be seen in these logs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[    0.913203] ffb40000.usb supply vusb_d not found, using dummy regulator      
[    0.919864] ffb40000.usb supply vusb_a not found, using dummy regulator      
[    0.957196] dwc2 ffb40000.usb: EPs: 16, dedicated fifos, 8064 entries in SPRM
[    1.817295] dwc2 ffb40000.usb: DWC OTG Controller                            
[    1.822011] dwc2 ffb40000.usb: new USB bus registered, assigned bus number 1 
[    1.829076] dwc2 ffb40000.usb: irq 44, io mem 0x00000000                     
[    1.834617] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002    
[    1.841394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[    1.848596] usb usb1: Product: DWC OTG Controller                            
[    1.853282] usb usb1: Manufacturer: Linux 4.1.33-ltsi-altera-svn260 dwc2_hsog
[    1.860481] usb usb1: SerialNumber: ffb40000.usb                             
[    1.865670] hub 1-0:1.0: USB hub found                                       
[    1.869457] hub 1-0:1.0: 1 port detected  
...
[    2.367190] usb 1-1: new high-speed USB device number 2 using dwc2           
[    2.577385] usb 1-1: New USB device found, idVendor=0424, idProduct=2513     
[    2.584069] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.591939] hub 1-1:1.0: USB hub found                                       
[    2.595782] hub 1-1:1.0: 3 ports detected  &lt;/LI-CODE&gt;&lt;P&gt;I think I've ported all the needed configuration to the u-boot sources (basically resetting the USB hub using the attached GPIOs, and I also tried the reset sequence manually from U-Boot with the gpio command) and I'm not able to figure out how to find out where the issue might be. I've forked u-boot sources here:&amp;nbsp;&lt;A href="https://github.com/teiram/u-boot-socfpga/" target="_blank"&gt;https://github.com/teiram/u-boot-socfpga/&lt;/A&gt;, using the socfpga_chameleon96_defconfig configuration.&lt;/P&gt;&lt;P&gt;Could you please support me in order to troubleshoot what the issue might be? I tried to backport my changes to some different branches on u-boot-socpfga but got the same results or even worse (no boot at all).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have sources for a working U-Boot but they are quite old and the configuration changed sensibly since. I think all the needed options are set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 17:14:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cyclone5-PFGA-U-Boot-not-detecting-USB-HUB/m-p/1732251#M5882</guid>
      <dc:creator>teiram</dc:creator>
      <dc:date>2026-01-03T17:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclone5 PFGA: U-Boot not detecting USB-HUB</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cyclone5-PFGA-U-Boot-not-detecting-USB-HUB/m-p/1733045#M5886</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/464403"&gt;@teiram&lt;/a&gt;,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;BR /&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Please check the following regarding FPGA:&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;STRONG class="sub_section_element_selectors"&gt;FPGA community forums and blogs have moved to the&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://community.altera.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;Altera Community&lt;/A&gt;. Existing Intel Community members can sign in with their current credentials.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/266977" target="_blank" rel="noopener"&gt;@Diego_INTEL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 17:21:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Core-Processors/Cyclone5-PFGA-U-Boot-not-detecting-USB-HUB/m-p/1733045#M5886</guid>
      <dc:creator>Diego_INTEL</dc:creator>
      <dc:date>2026-01-09T17:21:49Z</dc:date>
    </item>
  </channel>
</rss>

