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.

RTL8201 support

Hello!

I work with u-boot 1.3.4, linux-2.6.18_pro500 and DM365.

There can I found path for enable RTL8201 support in u-boot and linux?

Thank you and excuse me for my bad english.

  • I solve problem with ping in u-boot, but tftp not work.

    DM365 EVM :>ping 192.168.10.3
    host 192.168.10.3 is alive

    DM365 EVM :>tftp 0x80700000 uImage                                             
    TFTP from server 192.168.10.3; our IP address is 192.168.10.254                
    Filename 'uImage'.                                                             
    Load address: 0x80700000                                                       
    Loading: T T T T T T T T T T T T T T T T T T T T                               
    Retry count exceeded; starting again

    DM365 EVM :>printenv                                                           
    bootdelay=4                                                                    
    baudrate=115200                                                                
    bootfile="uImage"                                                              
    filesize=13FA64                                                                
    setboot=setenv bootargs $(bootargs) video=dm36x:output=$(videostd)             
    bootargs=mem=116M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,4M=
    bootcmd=nboot 0x80700000 0 0x400000;bootm                                      
    ethaddr=00:01:02:03:04:05                                                      
    ipaddr=192.168.10.254                                                          
    stdin=serial                                                                   
    stdout=serial                                                                  
    stderr=serial                                                                  
    ver=U-Boot 1.3.4 (Nov 26 2010 - 16:16:09)                                      
    serverip=192.168.10.3