This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x USB cannot recognize by PC

Other Parts Discussed in Thread: AM3358, TPS65910, DA8XX

Hi all,

    I designed a custom board with the chip of am3358, I designe USB0 for slave and USB1 for Host. The board-am335xevm.c file is modify as below :

static struct omap_musb_board_data musb_board_data = {
        .interface_type = MUSB_INTERFACE_ULPI,
        /*
         * mode[0:3] = USB0PORT's mode
         * mode[4:7] = USB1PORT's mode
         * AM335X beta EVM has USB0 in OTG mode and USB1 in host mode.
         */
        .mode           = (MUSB_HOST << 4) | MUSB_PERIPHERAL,     //USB0 in peripheral mode
        .power          = 500,
        .instances      = 1,
};

    Now USB1 works well, but when I connect the board to PC with USB0, it always remind: cannot recognize Unknown device, and it also cannot get the VID and the PID.  what should I do to let USB0 work? if not, why?

best regard 

  • Xiaolong,

    What is the state of the USB0_ID pin? It should be left floating.

    Could you post a terminal log showing the failure?

  • Hi DK,

        USB0_ID pin and USB0_DRVVBUS pin are floating, USB0_VBUS pin connect with GCC( 5V )

    the boot log:

    U-Boot SPL 2013.01.01 (Apr 03 2014 - 08:24:05)                               
    Skip reading EEPROM for board ID.                                            
    ##### nand pinmux init #####                                                 
    DDR3 init...                                                                 
    gpmc_init 000000000000000...            
    ##############    USB init    ############
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO)
    musb-hdrc: MHDRC RTL version 2.0        
    musb-hdrc: setup fifo_mode 4            
    musb-hdrc: 28/31 max ep, 16384/16384 memory
    USB Peripheral mode controller at 47401000 using PIO, IRQ 0
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO)
    musb-hdrc: MHDRC RTL version 2.0 
    musb-hdrc: setup fifo_mode 4                                                    
    musb-hdrc: 28/31 max ep, 16384/16384 memory                                     
    USB Host mode controller at 47401800 using PIO, IRQ 0                           
    OMAP SD/MMC: 0                                                                  
    reading u-boot.img                                                              
    reading u-boot.img                                                              
                                                                                    
                                                                                    
    U-Boot 2013.01.01 (Apr 03 2014 - 08:24:05)                                      
                                                                                    
    I2C:   ready                                                                    
    DRAM:  256 MiB                                                                  
    WARNING: Caches not enabled                                                     
    nand init...                                                                    
    gpmc_init 000000000000000...                                                    
    NAND:  maf_id = 0xec                                                            
    dev_id = 0xda                                                                   
    256 MiB                                                                         
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
    *** Warning - bad CRC, using default environment                                
                                                                                    
    ##############    USB init    ############                                      
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO)
    musb-hdrc: MHDRC RTL version 2.0                                                
    musb-hdrc: setup fifo_mode 4                                                    
    musb-hdrc: 28/31 max ep, 16384/16384 memory                                     
    USB Peripheral mode controller at 47401000 using PIO, IRQ 0                     
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO)
    musb-hdrc: MHDRC RTL version 2.0                                                
    musb-hdrc: setup fifo_mode 4                                                    
    musb-hdrc: 28/31 max ep, 16384/16384 memory                                     
    USB Host mode controller at 47401800 using PIO, IRQ 0                           
    Hit any key to stop autoboot:  0                                                
    mmc0 is current device                                                          
    SD/MMC found on device 0                                                        
    reading uEnv.txt                                                                
    ** Unable to read file uEnv.txt **                                              
    reading uImage                                                                  
    3193296 bytes read in 303 ms (10 MiB/s)                                         
    Booting from mmc ...                                                            
    ## Booting kernel from Legacy Image at 80007fc0 ...                             
       Image Name:   Linux-3.2.0                                                    
       Image Type:   ARM Linux Kernel Image (uncompressed)                          
       Data Size:    3193232 Bytes = 3 MiB                                          
       Load Address: 80008000                                                       
       Entry Point:  80008000                                                       
       Verifying Checksum ... OK                                                    
       XIP Kernel Image ... OK                                                      
    OK                                                                              
                                                                                    
    Starting kernel ...                                                             
                                                                                    
    Uncompressing Linux... done, booting the kernel.                                
    [    0.000000] Linux version 3.2.0 (ly@ubuntu) (gcc version 4.7.3 20130226 (pre4
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d  
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructie
    [    0.000000] Machine: am335xevm                                               
    [    0.000000] Memory policy: ECC disabled, Data cache writeback                
    [    0.000000] AM335X ES2.1 (sgx neon )                                         
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pa4
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 e
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)              
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)  
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)    
    [    0.000000] Memory: 256MB = 256MB total                                      
    [    0.000000] Memory: 253276k/253276k available, 8868k reserved, 0K highmem    
    [    0.000000] Virtual kernel memory layout:                                    
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)                
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)                
    [    0.000000]     vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)                
    [    0.000000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)                
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)                
    [    0.000000]       .text : 0xc0008000 - 0xc0598000   (5696 kB)                
    [    0.000000]       .init : 0xc0598000 - 0xc05d3000   ( 236 kB)                
    [    0.000000]       .data : 0xc05d4000 - 0xc063dd30   ( 424 kB)                
    [    0.000000]        .bss : 0xc063dd54 - 0xc066caa4   ( 188 kB)                
    [    0.000000] NR_IRQS:396                                                      
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrus
    [    0.000000] Total of 128 interrupts on 1 active controller                   
    [    0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz                  
    [    0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz                           
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 1s
    [    0.000000] Console: colour dummy device 80x30                               
    [    0.000091] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)          
    [    0.089233] pid_max: default: 32768 minimum: 301                             
    [    0.089324] Security Framework initialized                                   
    [    0.089416] Mount-cache hash table entries: 512                              
    [    0.089721] CPU: Testing write buffer coherency: ok                          
    [    0.109100] omap_hwmod: pruss: failed to hardreset                           
    [    0.110046] print_constraints: dummy:                                        
    [    0.110351] NET: Registered protocol family 16                               
    [    0.112030] OMAP GPIO hardware version 0.1                                   
    [    0.113983] omap_mux_init: Add partition: #1: core, flags: 0                 
    [    0.115509]  omap_i2c.1: alias fck already exists                            
    [    0.116180]  omap2_mcspi.1: alias fck already exists                         
    [    0.116363]  omap2_mcspi.2: alias fck already exists                         
    [    0.117095]  edma.0: alias fck already exists                                
    [    0.117095]  edma.0: alias fck already exists                                
    [    0.117126]  edma.0: alias fck already exists                                
    [    0.137054] bio: create slab <bio-0> at 0                                    
    [    0.138793] SCSI subsystem initialized                                       
    [    0.140136] usbcore: registered new interface driver usbfs                   
    [    0.140350] usbcore: registered new interface driver hub                     
    [    0.140502] usbcore: registered new device driver usb                        
    [    0.140777] registerd cppi-dma Intr @ IRQ 17                                 
    [    0.140777] Cppi41 Init Done Qmgr-base(d087a000) dma-base(d0878000)          
    [    0.140777] Cppi41 Init Done                                                 
    [    0.140808] musb-ti81xx musb-ti81xx: musb0, board_mode=0x12, plat_mode=0x2   
    [    0.141052] musb-ti81xx musb-ti81xx: musb1, board_mode=0x12, plat_mode=0x1   
    [    0.141937] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz                   
    [    0.143066] tps65910 1-002d: could not be detected                           
    [    0.144073] Advanced Linux Sound Architecture Driver Version 1.0.24.         
    [    0.144958] Switching to clocksource gp timer                                
    [    0.156524] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)             
    [    0.156677] musb-hdrc musb-hdrc.0: dma type: dma-cppi41                      
    [    0.156951] MUSB0 controller's USBSS revision = 4ea20800                     
    [    0.156982] musb0: Enabled SW babble control                                 
    [    0.157775] musb-hdrc musb-hdrc.0: USB Peripheral mode controller at d083c008
    [    0.157836] musb-hdrc musb-hdrc.1: dma type: dma-cppi41                      
    [    0.158081] MUSB1 controller's USBSS revision = 4ea20800                     
    [    0.158111] musb1: Enabled SW babble control                                 
    [    0.158447] musb-hdrc musb-hdrc.1: MUSB HDRC host driver                     
    [    0.158538] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus numb1
    [    0.158630] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002    
    [    0.158660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [    0.158660] usb usb1: Product: MUSB HDRC host driver                         
    [    0.158660] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd                     
    [    0.158691] usb usb1: SerialNumber: musb-hdrc.1                              
    [    0.159332] hub 1-0:1.0: USB hub found                                       
    [    0.159362] hub 1-0:1.0: 1 port detected                                     
    [    0.159820] musb-hdrc musb-hdrc.1: USB Host mode controller at d083e800 usin9
    [    0.160186] NET: Registered protocol family 2                                
    [    0.160339] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)   
    [    0.160583] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 
    [    0.160705] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)        
    [    0.160766] TCP: Hash tables configured (established 8192 bind 8192)         
    [    0.160766] TCP reno registered                                              
    [    0.160766] UDP hash table entries: 256 (order: 0, 4096 bytes)               
    [    0.160797] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)          
    [    0.160949] NET: Registered protocol family 1                                
    [    0.161163] RPC: Registered named UNIX socket transport module.              
    [    0.161193] RPC: Registered udp transport module.                            
    [    0.161193] RPC: Registered tcp transport module.                            
    [    0.161193] RPC: Registered tcp NFSv4.1 backchannel transport module.        
    [    0.161376] NetWinder Floating Point Emulator V0.97 (double precision)       
    [    0.171417] VFS: Disk quotas dquot_6.5.2                                     
    [    0.171478] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)       
    [    0.171905] msgmni has been set to 494                                       
    [    0.174499] alg: No test for stdrng (krng)                                   
    [    0.175109] io scheduler noop registered                                     
    [    0.175140] io scheduler deadline registered                                 
    [    0.175201] io scheduler cfq registered (default)                            
    [    0.176208] Could not set LED4 to fully on                                   
    [    0.215911] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0 
    [    0.795623] console [ttyO0] enabled                                          
    [    0.799774] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1 
    [    0.807525] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2 
    [    0.815246] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3 
    [    0.822967] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4 
    [    0.830657] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5 
    [    0.838745] omap4_rng omap4_rng: OMAP4 Random Number Generator ver. 2.00     
    [    0.852691] brd: module loaded                                               
    [    0.859710] loop: module loaded                                              
    [    0.863128] i2c-core: driver [tsl2550] using legacy suspend method           
    [    0.869628] i2c-core: driver [tsl2550] using legacy resume method            
    [    0.876068] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write  
    [    0.883331] Detected a daughter card on AM335x EVM..                         
    [    0.888366] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write  
    [    0.895843] AM335X: skip to read MAC address and other specific data         
    [    0.902496] Board name: A335EVM                                              
    [    0.905761] Board version: 1.5A                                              
    [    0.909057] SKU: SKU#01                                                      
    [    0.911590] The board is general purpose EVM with DDR3 in profile 0          
    [    0.918792] ###LCDC pin mux init.....                                        
    [    0.922821] ###register LCDC_pdata                                           
    [    0.926483]  da8xx_lcdc.0: alias fck already exists                          
    [    0.931915] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel 
    [    0.948944] Console: switching to colour frame buffer device 100x30          
    [    0.960876] ############setup pin mux for mmc0                               
    [    0.965667]  omap_hsmmc.0: alias fck already exists                          
    [    0.971099]  omap_hsmmc.2: alias fck already exists                          
    [    0.976562] Configure Bluetooth Enable pin...                                
    [    0.981414] /arch/arm/mach-omap2/devices.c-----am335x cpsw init...           
    [    0.987701] /arch/arm/mach-omap2/devices.c----- gmii_sel = c5                
    [    0.993713] /arch/arm/mach-omap2/devices.c----- phy_id = c04fabe4            
    [    1.000610] _regulator_get: l3_main.0 supply vdd_core not found, using dummyr
    [    1.009155] am335x_opp_update: physical regulator not present for core(-22)  
    [    1.016693] registered am33xx_sr device                                      
    [    1.022186] mtdoops: mtd device (mtddev=name/number) must be supplied        
    [    1.029296] omap2-nand driver initializing                                   
    [    1.033721] OneNAND driver initializing                                      
    [    1.037872] usb 1-1: new low-speed USB device number 2 using musb-hdrc       
    [    1.045959] CAN device driver interface                                      
    [    1.049987] CAN bus driver for Bosch D_CAN controller 1.0                    
    [    1.105560] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6           
    [    1.112030] davinci_mdio davinci_mdio.0: detected phy mask fffffffd          
    [    1.119171] davinci_mdio.0: probed                                           
    [    1.122741] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown 
    [    1.130401] usbcore: registered new interface driver zd1201                  
    [    1.136444] usbcore: registered new interface driver cdc_ether               
    [    1.142669] usbcore: registered new interface driver cdc_eem                 
    [    1.148712] usbcore: registered new interface driver dm9601                  
    [    1.154602] cdc_ncm: 04-Aug-2011                                             
    [    1.158172] usbcore: registered new interface driver cdc_ncm                 
    [    1.164093] Initializing USB Mass Storage driver...                          
    [    1.169403] usbcore: registered new interface driver usb-storage             
    [    1.175720] USB Mass Storage support registered.                             
    [    1.180877] mousedev: PS/2 mouse device common for all mice                  
    [    1.187835] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0     
    [    1.194885] am33xx-rtc: already running                                      
    [    1.199127] i2c /dev entries driver                                          
    [    1.203155] Linux video capture interface: v2.00                             
    [    1.208343] usbcore: registered new interface driver uvcvideo                
    [    1.214355] USB Video Class driver (1.1.1)                                   
    [    1.220062] usb 1-1: New USB device found, idVendor=046d, idProduct=c077     
    [    1.227111] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    1.234558] usb 1-1: Product: USB Optical Mouse                              
    [    1.239288] usb 1-1: Manufacturer: Logitech                                  
    [    1.246032] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec             
    [    1.252563] _regulator_get: deviceless supply vdd_mpu not found, using dummyr
    [    1.261260] cpuidle: using governor ladder                                   
    [    1.265930] cpuidle: using governor menu                                     
    [    1.273559] omap4_aes_mod_init: loading AM33X AES driver                     
    [    1.279266] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02                
    [    1.285980] omap4_aes_probe: probe() done                                    
    [    1.290374] omap4_sham_mod_init: loading AM33X SHA/MD5 driver                
    [    1.296508] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03          
    [    1.310150] omap4_sham_probe: probe() done                                   
    [    1.322235] input: Logitech USB Optical Mouse as /devices/platform/omap/musb0
    [    1.334533] generic-usb 0003:046D:C077.0001: input: USB HID v1.11 Mouse [Log0
    [    1.346923] usbcore: registered new interface driver usbhid                  
    [    1.352752] usbhid: USB HID core driver                                      
    [    1.357513] usbcore: registered new interface driver snd-usb-audio           
    [    1.365356] ALSA device list:                                                
    [    1.368499]   No soundcards found.                                           
    [    1.372039] oprofile: hardware counters not available                        
    [    1.377349] oprofile: using timer interrupt.                                 
    [    1.381866] nf_conntrack version 0.5.0 (3957 buckets, 15828 max)             
    [    1.388610] ip_tables: (C) 2000-2006 Netfilter Core Team                     
    [    1.394256] TCP cubic registered                                             
    [    1.397644] NET: Registered protocol family 17                               
    [    1.402313] can: controller area network core (rev 20090105 abi 8)           
    [    1.408843] NET: Registered protocol family 29                               
    [    1.413513] can: raw protocol (rev 20090105)                                 
    [    1.417968] can: broadcast manager protocol (rev 20090105 t)                 
    [    1.423919] Registering the dns_resolver key type                            
    [    1.428894] VFP support v0.3: implementor 41 architecture 3 part 30 variant 3
    [    1.436920] ThumbEE CPU extension supported.                                 
    [    1.441436] mux: Failed to setup hwmod io irq -22                            
    [    1.446960] Power Management for AM33XX family                               
    [    1.451812] Trying to load am335x-pm-firmware.bin (60 secs timeout)          
    [    1.458526] Copied the M3 firmware to UMEM                                   
    [    1.462860] Cortex M3 Firmware Version = 0x181                               
    [    1.467712] _regulator_get: deviceless supply vdd_core not found, using dummr
    [    1.476135] smartreflex smartreflex: am33xx_sr_probe: cannot determine opp   
    [    1.483337] smartreflex: probe of smartreflex failed with error -22          
    [    1.490417] sr_init: platform driver register failed                         
    [    1.499816] clock: disabling unused clocks to save power                     
    [    1.511383] mmc0: host does not support reading read-only switch. assuming w.
    [    1.521942] mmc0: new high speed SDHC card at address 1234                   
    [    1.528259] mmcblk0: mmc0:1234 SA16G 14.6 GiB                                
    [    1.535217]  mmcblk0: p1 p2                                                  
    [    1.609985] Detected MACID=c4:ed:ba:87:ac:3c                                 
    [    1.615356] cpsw: Detected MACID = c4:ed:ba:87:ac:3e                         
    [    1.621459] omap_rtc am33xx-rtc: setting system clock to 2013-07-12 09:13:57)
    [   14.032623] kjournald starting.  Commit interval 5 seconds                   
    [   14.876007] EXT3-fs (mmcblk0p2): using internal journal                      
    [   14.881469] EXT3-fs (mmcblk0p2): recovery complete                           
    [   14.891021] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode   
    [   14.898284] VFS: Mounted root (ext3 filesystem) on device 179:2.             
    [   14.904876] Freeing init memory: 236K                                        
    INIT: version 2.88 booting                                                      
    Starting udev                                                                   
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or y
    bootlogd.                                                                       
    ALSA: Restoring mixer settings...                                               
    Configuring network interfaces... /usr/sbin/alsactl: load_state:1686: No soundc.
    [   28.598846] net eth0: CPSW phy found : id is : 0x20005c90                    
    udhcpc (v1.20.2) started                                                        
    Sending discover...                                                             
    Sending discover...                                                             
    Sending discover...                                                             
    No lease, failing                                                               
    done.                                                                           
    INIT: Entering runlevel: 5                                                      
    Starting system message bus: dbus.                                              
    Starting Dropbear SSH server: dropbear.                                         
    Starting telnet daemon.                                                         
    Performing wifi calibration...                                                  
    rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file oy
    Error: Module wl12xx_sdio is not currently loaded                               
    nl80211 not found.                                                              
    [   38.129241] Disabling lock debugging due to kernel taint                     
    Starting network benchmark server: netserver.                                   
    Starting syslogd/klogd: done                                                    
    Starting thttpd.                                                                
    Starting PVR                                                                    
    Starting Lighttpd Web Server: 2013-07-12 09:14:33: (log.c.166) server started   
    lighttpd.                                                                       
    /                                                                               
    Starting Matrix GUI application.                                                
    [   55.377380]  gadget: Mass Storage Function, version: 2009/09/11              
    [   55.383605]  gadget: Number of LUNs=1                                        
    [   55.387481]  lun0: LUN: removable file: /dev/mmcblk0p1                       
    [   55.392883]  gadget: Mass Storage Gadget, version: 2009/09/11                
    [   55.398895]  gadget: userspace failed to provide iSerialNumber               
    [   55.404998]  gadget: g_mass_storage ready                                    
    ***************************************************************                 
    ***************************************************************                 
    NOTICE: This file system contains the followin GPLv3 packages:                  
            binutils-symlinks                                                       
            binutils                                                                
            gdbserver                                                               
                                                                                    
    If you do not wish to distribute GPLv3 components please remove                 
    the above packages prior to distribution.  This can be done using               
    the opkg remove command.  i.e.:                                                 
        opkg remove <package>                                                       
    Where <package> is the name printed in the list above                           
                                                                                    
    NOTE: If the package is a dependency of another package you                     
          will be notified of the dependent packages.  You should                   
          use the --force-removal-of-dependent-packages option to                   
          also remove the dependent packages as well                                
    ***************************************************************                 
    ***************************************************************                 
    Stopping Bootlog daemon: bootlogd.                                              
                                                                                    
     _____                    _____           _         _                           
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_                         
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|                        
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                          
                  |___|                    |___|                                    
                                                                                    
    Arago Project http://arago-project.org am335x-evm ttyO0                         
                                                                                    
    Arago 2013.05 am335x-evm ttyO0                                                  
                                                                                    
    am335x-evm login: root                                                          
    root@am335x-evm:~# lsusb                                                        
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                  
    Bus 001 Device 002: ID 046d:c077 Logitech, Inc.                                 
    root@am335x-evm:~# 

    By the way we use type B USB (4 pins) as the USB0 interface, anything wrong ?

  • What do you mean by "USB0_VBUS pin connect with GCC( 5V )"?

     

    In device (peripheral) mode, this pin should be connected to the 5V VBUS output from the attached Host as the controller needs to see =>4.7V on this pin to function.

  • I sorry DK, it's my fault. Actually the USB0_VBUS is connected to the GCC( 5V ) pin of the USB interface, the power is expected to be sourced by PC

  • Hi, DK

        Thank you for your reply. The problem has been solved, we weld a wrong capacitance

    regard