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.

AM3352 RGMII no clock on rgmii2_tclk

Hello, i have a custom made board with ARM3352 using uboot 5.6.0 october 2012 and a RGMII link to 80E1118 PHY. At u-boot prompt i try to ping myself and got the following output :

U-Boot# ping 192.168.213.53                                                     
link up on port 0, speed 100, full duplex                                       
Using cpsw device                                                               
ping failed; host 192.168.213.53 is not alive

1) according to documentation :AM335x reference manuel page 1725 , i verified with printf the following registers :

Ucpgmac0clkctrl = 2                                                             
cpswclkstctrl = 12 

2) on rgmii2_rclk we do have clock of 25MHz, but nothing on rgmii2_tclk

3) i programmed the mux :

   {OFFSET(gpmc_a0), MODE(2)  | RXUNACTIVE | PULLUDDIS},    //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a1), MODE(2)  | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a6), MODE(2)  | RXUNACTIVE | PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a7), MODE(2)  | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a2),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a3),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a4),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a5),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a8),  MODE(2) | RXACTIVE | PULLUDEN },         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a9),  MODE(2) | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a10), MODE(2) | RXACTIVE | PULLUDEN},         // | AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a11), MODE(2) | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},

4) MDIO commands are OK (acces to PHY registers are OK from u-boot prompt)

5) in board.c i made the  #define RGMII_MODE_ENABLE            0x3A according to erratas for Silicon Revisions 2.1, 2.0, 1.0 and called

cpsw_slaves[0].phy_if  = PHY_INTERFACE_MODE_RGMII;

6) in phy.c i called get_phy_device(bus, addr, PHY_INTERFACE_MODE_RGMII) instead of phydev = get_phy_device(bus, addr, PHY_INTERFACE_MODE_MII);

->Should there be a clock allways present on rgmii2_tclk pin ? or only when ping command is sent ?

->why ping could'nt not work ? What else can i check ?

-> is there a patch i didn't apply ?

Thanks for any help

   {OFFSET(gpmc_a0), MODE(2)  | RXUNACTIVE | PULLUDDIS},    //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a1), MODE(2)  | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a6), MODE(2)  | RXUNACTIVE | PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a7), MODE(2)  | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a2),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a3),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a4),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a5),  MODE(2) | RXUNACTIVE| PULLUDDIS},     //| AM33XX_PIN_OUTPUT},
   {OFFSET(gpmc_a8),  MODE(2) | RXACTIVE | PULLUDEN },         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a9),  MODE(2) | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a10), MODE(2) | RXACTIVE | PULLUDEN},         // | AM33XX_PIN_INPUT_PULLDOWN},
   {OFFSET(gpmc_a11), MODE(2) | RXACTIVE | PULLUDEN},         //| AM33XX_PIN_INPUT_PULLDOWN},

  • Hello

    this is related to linux built image. I'm in u-boot, and i use the ping command of u-boot...

    I'm wondering whether there is or not pacthes for RGMII for u-boot 5.6.0...

    I have a 80E1118 PHY on rmgii_2 and a 80E3018 PHY on rgmii_1; i didn't validate the 80E3018 PHY on rgmii_1 to debug the 80E1118 PHY first. (slave=1 in board.c)

    The PHY performs auto-negociation, but fails on ping (no data out...)

    Have you any idea ?

    regards

  • Hello

    When i send ping command i can see the rgmii2_tctl  pin beeing activated when ping command is sent but not not rgmii2_tclk

    ->Should there be a clock allways present on rgmii2_tclk pin ? or only when ping command is sent ?

    Thank you

    here is the log, to ping :

    INIT: version 2.88 booting                                                      
                                                                                    
    U-Boot SPL 2012.10 (Feb 14 2013 - 10:06:22)                                     
    Configure Pengwyn...                                                            
    OMAP SD/MMC: 0                                                                  
    reading u-boot.img                                                              
    reading u-boot.img                                                              
                                                                                    
                                                                                    
    U-Boot 2012.10 (May 07 2014 - 09:37:55)                                         
                                                                                    
    I2C:   ready                                                                    
    DRAM:  512 MiB                                                                  
    WARNING: Caches not enabled                                                     
    NAND:  nand_get_flash_type: Manufacturer Id : 20 Chip Id 76 Name : NAND 64MiB 3,
    3V 8-bit Options :00000000 ChipBadBlockpos : 05 MtdEraseSize : 00004000 MtdWrite
    Size : 00000200 MtdOobSize : 00000010 Busw : 00000000                           
    64 MiB                                                                          
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1                                           
    *** Warning - readenv() failed, using default environment                       
                                                                                    
    musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO
    Rx, HB-ISO Tx, SoftConn)                                                        
    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
    Rx, HB-ISO Tx, SoftConn)                                                        
    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                           
    Net:   The MAC 1c ba 8c b7 27 3e                                                
    Ucpgmac0clkctrl = 2                                                             
    cpswclkstctrl = 12                                                              
    PHY status  read =1140                                                          
    PHY status after reset read =1140                                               
    PHY status  read =1140                                                          
    PHY status after reset read =1140                                               
    cpsw                                                                            
    Hit any key to stop autoboot:  0                                                
    U-Boot#  setenv ipaddr 192.168.213.53                                           
    U-Boot# ping 192.168.213.53                                                     
    cpsw Waiting for PHY auto negotiation to complete......... TIMEOUT !            
    Using cpsw device                                                               
    cpsw Waiting for PHY auto negotiation to complete..... done                     
    link up on port 0, speed 100, full duplex                                       
    ping failed; host 192.168.213.53 is not alive              

  • Hi,

    I'm not really sure if it is possible to ping your own ip address from U-Boot.

    As far as I know the PHY is off unless used, so it shouldn't be possible to ping your board while in U-Boot even from an external device. What I can think of is trying to ping some ip address from your board, as this will bring the PHY up, and while waiting for the timeout, try to ping the board from your PC.

    If you search the web, you can find patches that enable loopback mode in U-Boot, but keep in mind that after all U-Boot is just a bootloader.

    Best regards,
    Miroslav

  • Hello,

    thank you for your reply

    I wonder if u-boot has been validated for RGMII for armv7\am33xx, because i found a patch to apply

    (http://lists.denx.de/pipermail/u-boot/2014-January/170690.html) for eth.c

    1) are there other patches for RGMII ?

    2) where can i find the config file for AM335x Starter Kit (TMDSSK3358) as this board has RGMII interface (in my config file i have defined :


    #define CONFIG_PHYLIB
    #define CONFIG_PHY_MARVELL

    but not /* #define CONFIG_PHY_GIGE*/

    3) what can make the rgmii2_tclk signal have no clock on it ?

    Thanks

    Here is my config file

    4276.ucr.h

    best regards

  • Hi,

    1) I'm not aware of any patches that are related to this issue.

    2) The board specific system configuration in U-Boot happens inside <u-boot_dir>/board/ti/am335x/board.c and <u-boot_dir>/board/ti/am335x/mux.c. The specific configuration depends on the data read from the on-board EEPROM. The common config options for all boards are inside <u-boot_dir>/include/configs/am335x_evm.h.

    Please note that I am using SDK version 06.00.00.00 for reference, which includes U-Boot version 2013.01.01.

    3) I'm not able to help you on this one.

    Best regards,
    Miroslav

  • Hello

    thank you for your reply

    Now i have made the PHY work in u-boot : i can ping a PC from u-boot ! but my problem is now in linux i have an undless loop on PHY discover (see end of trace)

    I have a marvell 80E1118 on RGMII2 and 80E3018 on RGMII1

    Have you any idea of how to solve this problem ?

    DHCP client bound to address 192.168.213.67                                    
    link up on port 0, speed 100, full duplex                                      
    Using cpsw device                                                              
    TFTP from server 192.168.213.44; our IP address is 192.168.213.67              
    Filename 'uImage'.                                                             
    Load address: 0x80007fc0                                                       
    Loading: #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################################################     
             #################################                                     
    done                                                                           
    Bytes transferred = 3161496 (303d98 hex)                                       
    ## Booting kernel from Legacy Image at 80007fc0 ...                            
       Image Name:   Linux-3.2.0                                                   
       Image Type:   ARM Linux Kernel Image (uncompressed)                         
       Data Size:    3161432 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 (pengwyn@pengwyn-desktop) (gcc version 4.5.3
    20110311 (prerelease) (GCC) ) #55 Tue May 13 08:54:29 CEST 2014                
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d 
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio
    n cache                                                                        
    [    0.000000] Machine: am335xevm                                              
    [    0.000000] Memory policy: ECC disabled, Data cache writeback               
    [    0.000000] AM335X ES2.0 (neon )                                            
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag
    es: 130048                                                                     
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot
    =192.168.213.44:/home/pengwyn/ti-sdk-am335x-evm-05.06.00.00/targetNFS,proto=tcp,
    port=2049 rw ip=dhcp                                                           
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)             
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) 
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)  
    [    0.000000] Memory: 512MB = 512MB total                                     
    [    0.000000] Memory: 513140k/513140k available, 11148k 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 : 0xe0800000 - 0xff000000   ( 488 MB)               
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)               
    [    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)               
    [    0.000000]       .text : 0xc0008000 - 0xc059f000   (5724 kB)               
    [    0.000000]       .init : 0xc059f000 - 0xc05dd000   ( 248 kB)               
    [    0.000000]       .data : 0xc05de000 - 0xc0648f10   ( 428 kB)               
    [    0.000000]        .bss : 0xc0648f34 - 0xc06743e4   ( 174 kB)               
    [    0.000000] NR_IRQS:396                                                     
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrup
    ts                                                                             
    [    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 13
    1071999ms                                                                      
    [    0.000000] Console: colour dummy device 80x30                              
    [    0.000183] Calibrating delay loop... 548.86 BogoMIPS (lpj=2744320)         
    [    0.047180] pid_max: default: 32768 minimum: 301                            
    [    0.047332] Security Framework initialized                                  
    [    0.047424] Mount-cache hash table entries: 512                             
    [    0.047882] CPU: Testing write buffer coherency: ok                         
    [    0.068817] omap_hwmod: gfx: failed to hardreset                            
    [    0.084991] omap_hwmod: pruss: failed to hardreset                          
    [    0.086334] print_constraints: dummy:                                       
    [    0.086730] NET: Registered protocol family 16                              
    [    0.089263] OMAP GPIO hardware version 0.1                                  
    [    0.092163] am335x_ucr_init**                                               
    [    0.092437] omap_mux_init: Add partition: #1: core, flags: 0                
    [    0.094543]  omap_i2c.1: alias fck already exists                           
    [    0.095336]  d_can.1: alias fck already exists                              
    [    0.095642] am33xx_d_can_init(1) for UCR                                    
    [    0.096008]  omap2_mcspi.1: alias fck already exists                        
    [    0.096282]  omap2_mcspi.2: alias fck already exists                        
    [    0.097412]  edma.0: alias fck already exists                               
    [    0.097442]  edma.0: alias fck already exists                               
    [    0.097442]  edma.0: alias fck already exists                               
    [    0.131134] bio: create slab <bio-0> at 0                                   
    [    0.133911] SCSI subsystem initialized                                      
    [    0.135864] usbcore: registered new interface driver usbfs                  
    [    0.136260] usbcore: registered new interface driver hub                    
    [    0.136474] usbcore: registered new device driver usb                       
    [    0.136657] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3  
    [    0.136962] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1  
    [    0.153656] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz                  
    [    0.154663] pcf857x: probe of 1-0040 failed with error -121                 
    [    0.154693] i2c i2c-1: Invalid 7-bit I2C address 0xa0                       
    [    0.154693] i2c i2c-1: Can't create device at 0xa0                          
    [    0.154724] i2c i2c-1: Invalid 7-bit I2C address 0xae                       
    [    0.154724] i2c i2c-1: Can't create device at 0xae                          
    [    0.155883] Advanced Linux Sound Architecture Driver Version 1.0.24.        
    [    0.157196] Switching to clocksource gp timer                               
    [    0.176330] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)            
    [    0.176513] musb-hdrc musb-hdrc.0: dma type: pio                            
    [    0.176879] MUSB0 controller's USBSS revision = 4ea20800                    
    [    0.176910] musb0: Enabled SW babble control                                
    [    0.177795] musb-hdrc musb-hdrc.0: USB OTG mode controller at e083c000 using
    PIO, IRQ 18                                                                    
    [    0.177978] musb-hdrc musb-hdrc.1: dma type: pio                            
    [    0.178344] MUSB1 controller's USBSS revision = 4ea20800                    
    [    0.178375] musb1: Enabled SW babble control                                
    [    0.178588] musb-hdrc musb-hdrc.1: MUSB HDRC host driver                    
    [    0.178649] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus numbe
    r 1                                                                            
    [    0.178802] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002   
    [    0.178833] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
    1                                                                              
    [    0.178863] usb usb1: Product: MUSB HDRC host driver                        
    [    0.178863] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd                    
    [    0.178894] usb usb1: SerialNumber: musb-hdrc.1                             
    [    0.179870] hub 1-0:1.0: USB hub found                                      
    [    0.179931] hub 1-0:1.0: 1 port detected                                    
    [    0.180633] musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using
     PIO, IRQ 19                                                                   
    [    0.181091] NET: Registered protocol family 2                               
    [    0.181304] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) 
    [    0.181671] TCP established hash table entries: 16384 (order: 5, 131072 bytes
    )                                                                              
    [    0.182037] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)      
    [    0.182250] TCP: Hash tables configured (established 16384 bind 16384)      
    [    0.182281] TCP reno registered                                             
    [    0.182281] UDP hash table entries: 256 (order: 0, 4096 bytes)              
    [    0.182312] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)         
    [    0.182525] NET: Registered protocol family 1                               
    [    0.182830] RPC: Registered named UNIX socket transport module.             
    [    0.182861] RPC: Registered udp transport module.                           
    [    0.182861] RPC: Registered tcp transport module.                           
    [    0.182891] RPC: Registered tcp NFSv4.1 backchannel transport module.       
    [    0.183135] NetWinder Floating Point Emulator V0.97 (double precision)      
    [    0.202423] VFS: Disk quotas dquot_6.5.2                                    
    [    0.202514] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)      
    [    0.203155] msgmni has been set to 1002                                     
    [    0.206817] alg: No test for stdrng (krng)                                  
    [    0.207641] io scheduler noop registered                                    
    [    0.207641] io scheduler deadline registered                                
    [    0.207733] io scheduler cfq registered (default)                           
    [    0.209564] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
    [    0.789672] console [ttyO0] enabled                                         
    [    0.793914] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
    [    0.801605] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
    [    0.809234] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
    [    0.816833] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
    [    0.824462] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
    [    0.832641] omap4_rng omap4_rng: OMAP4 Random Number Generator ver. 2.00    
    [    0.850921] brd: module loaded                                              
    [    0.860168] loop: module loaded                                             
    [    0.863555] i2c-core: driver [tsl2550] using legacy suspend method          
    [    0.869842] i2c-core: driver [tsl2550] using legacy resume method           
    [    0.876098] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write 
    [    0.883148] MAC address Pengwyn                                             
    [    0.886322] UCR Board                                                       
    [    0.888641] Board name: UCR                                                 
    [    0.891540] Board version: #1.0                                             
    [    0.894714] The board is a Silica Pengwyn.                                  
    [    0.899719] _omap_mux_get_by_name: Could not find signal mcasp0_aclkr.gpio3_1
    5                                                                              
    [    0.907073]  omap_hsmmc.0: alias fck already exists                         
    [    0.913452] omap-gpmc omap-gpmc: GPMC revision 6.0                          
    [    0.918365] Registering NAND on CS0                                         
    [    0.923492] registered am33xx_sr device                                     
    [    0.929534] mtdoops: mtd device (mtddev=name/number) must be supplied       
    [    0.936645] omap2-nand driver initializing                                  
    [    0.941162] NAND device: Manufacturer ID: 0x20, Chip ID: 0x76 (ST Micro NAND
    64MiB 3,3V 8-bit)                                                              
    [    0.950134] Creating 8 MTD partitions on "omap2-nand.0":                    
    [    0.955535] 0x000000000000-0x000000080000 : "SPL"                           
    [    0.963653] 0x000000080000-0x000000100000 : "SPL.backup1"                   
    [    0.972229] 0x000000100000-0x000000180000 : "SPL.backup2"                   
    [    0.980804] 0x000000180000-0x000000200000 : "SPL.backup3"                   
    [    0.989410] 0x000000200000-0x000000380000 : "U-Boot"                        
    [    1.000823] 0x000000380000-0x000000400000 : "U-Boot Env"                    
    [    1.009399] 0x000000400000-0x000001000000 : "Kernel"                        
    [    1.053466] usb 1-1: new high-speed USB device number 2 using musb-hdrc     
    [    1.061859] 0x000001000000-0x000004000000 : "File System"                   
    [    1.223937] OneNAND driver initializing                                     
    [    1.229461] vcan: Virtual CAN interface driver                              
    [    1.233978] CAN device driver interface                                     
    [    1.237884] CAN bus driver for Bosch D_CAN controller 1.0                   
    [    1.244262] d_can d_can.1: device registered (irq=55, irq_obj=56)           
    [    1.297821] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6          
    [    1.304077] davinci_mdio davinci_mdio.0: detected phy mask effeffff         
    [    1.311767] davinci_mdio.0: probed                                          
    [    1.315216] davinci_mdio davinci_mdio.0: phy[16]: device 0:10, driver unknown
    [    1.322479] davinci_mdio davinci_mdio.0: phy[28]: device 0:1c, driver unknown
    [    1.330078] usbcore: registered new interface driver zd1201                 
    [    1.335968] usbcore: registered new interface driver cdc_ether              
    [    1.342193] usbcore: registered new interface driver cdc_eem                
    [    1.348144] usbcore: registered new interface driver dm9601                 
    [    1.353851] cdc_ncm: 04-Aug-2011                                            
    [    1.357299] usbcore: registered new interface driver cdc_ncm                
    [    1.363037] Initializing USB Mass Storage driver...                         
    [    1.368347] usbcore: registered new interface driver usb-storage            
    [    1.374420] USB Mass Storage support registered.                            
    [    1.379455] usb 1-1: New USB device found, idVendor=0424, idProduct=2513    
    [    1.386230] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    1.394256] usbcore: registered new interface driver usbserial              
    [    1.400756] USB Serial support registered for generic                       
    [    1.406005] hub 1-1:1.0: USB hub found                                      
    [    1.409912] hub 1-1:1.0: 3 ports detected                                   
    [    1.415191] usbcore: registered new interface driver usbserial_generic      
    [    1.421813] usbserial: USB Serial Driver core                               
    [    1.426422] USB Serial support registered for FTDI USB Serial Device        
    [    1.433258] usbcore: registered new interface driver ftdi_sio               
    [    1.439086] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver              
    [    1.445556] mousedev: PS/2 mouse device common for all mice                 
    [    1.452362] omap_rtc am33xx-rtc: rtc core: registered am33xx-rtc as rtc0    
    [    1.459472] i2c /dev entries driver                                         
    [    1.463470] Linux video capture interface: v2.00                            
    [    1.468566] usbcore: registered new interface driver uvcvideo               
    [    1.474395] USB Video Class driver (1.1.1)                                  
    [    1.480743] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec            
    [    1.487121] _regulator_get: deviceless supply vdd_mpu not found, using dummy
    regulator                                                                      
    [    1.495666] cpuidle: using governor ladder                                  
    [    1.500457] cpuidle: using governor menu                                    
    [    1.506805] omap4_aes_mod_init: loading AM33X AES driver                    
    [    1.512359] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02               
    [    1.519348] omap4_aes_probe: probe() done                                   
    [    1.523681] omap4_sham_mod_init: loading AM33X SHA/MD5 driver               
    [    1.529693] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03         
    [    1.548339] omap4_sham_probe: probe() done                                  
    [    1.555572] usbcore: registered new interface driver usbhid                 
    [    1.561248] usbhid: USB HID core driver                                     
    [    1.565887] usbcore: registered new interface driver snd-usb-audio          
    [    1.574157] ALSA device list:                                               
    [    1.577178]   No soundcards found.                                          
    [    1.580657] oprofile: hardware counters not available                       
    [    1.585754] oprofile: using timer interrupt.                                
    [    1.590118] nf_conntrack version 0.5.0 (8017 buckets, 32068 max)            
    [    1.596801] ip_tables: (C) 2000-2006 Netfilter Core Team                    
    [    1.602355] TCP cubic registered                                            
    [    1.605621] NET: Registered protocol family 17                              
    [    1.610137] can: controller area network core (rev 20090105 abi 8)          
    [    1.616516] NET: Registered protocol family 29                              
    [    1.621032] can: raw protocol (rev 20090105)                                
    [    1.625366] can: broadcast manager protocol (rev 20090105 t)                
    [    1.631134] Registering the dns_resolver key type                           
    [    1.635955] VFP support v0.3: implementor 41 architecture 3 part 30 variant c
     rev 3                                                                         
    [    1.643737] ThumbEE CPU extension supported.                                
    [    1.648132] mux: Failed to setup hwmod io irq -22                           
    [    1.653594] Power Management for AM33XX family                              
    [    1.658325] Trying to load am335x-pm-firmware.bin (60 secs timeout)         
    [    1.664764] Copied the M3 firmware to UMEM                                  
    [    1.669128] smartreflex smartreflex: am33xx_sr_probe: Smartreflex requires ES
     1.0                                                                           
    [    1.676727] smartreflex: probe of smartreflex failed with error -22         
    [    1.683654] sr_init: platform driver register failed                        
    [    1.692535] clock: disabling unused clocks to save power                    
    [    1.708984] mmc0: host does not support reading read-only switch. assuming wr
    ite-enable.                                                                    
    [    1.719085] mmc0: new high speed SD card at address 0260                    
    [    1.725280] mmcblk0: mmc0:0260 SD    977 MiB                                
    [    1.732574]  mmcblk0: p1 p2 < >                                             
    [    1.738922] Detected MACID=1c:ba:8c:b7:27:3e                                
    [    1.744384] cpsw: Detected MACID = 1c:ba:8c:b7:27:40                        
    [    1.750671] omap_rtc am33xx-rtc: setting system clock to 2000-01-01 00:00:00
    UTC (946684800)                                                                
    [    1.763671] PHY 0:01 not found                                              
    [    1.773803] PHY 0:00 not found                                              
    [  121.798461] Sending DHCP requests ...... timed out!                         
    [  211.224548] IP-Config: Retrying forever (NFS root)...                       
    [  211.233551] PHY 0:01 not found                                              
    [  211.243316] PHY 0:00 not found                                              
    [  331.268463] Sending DHCP requests ...... timed out!                         
    [  412.054412] IP-Config: Retrying forever (NFS root)...                       
    [  412.063415] PHY 0:01 not found                                              
    [  412.073181] PHY 0:00 not found                                              


    Christophe

  • Hi Christophe,

    I am having the exact same problem. I am using a broadcom BCM54610 chip in RGMII mode. I have done all the changes as you still not able to get an ip using dhcp in u-boot.


    could you please share you changes on how you made it work ?