Re: [U-Boot] LAN Timeout

2008-09-10 Thread Andre Schwarz
Manuel, we do this with conditional boot depending on environment settings, e.g. "netboot" yes or no. If netboot==no then omit bootp/dhcp completely and proceed to boot from flash. Otherwise try netboot and stick to the timeout. Autoneg can indeed take some time ... This can easily be done with

Re: [U-Boot] LAN Timeout

2008-09-10 Thread JerryVanBaren
Anatolij Gustschin wrote: > Hello, > > Manuel Sahm wrote: > >> does anybody have an idea to fix this problem ? >> >> Which paramter is for the "lan connection timeout" ? > > Try to decrease CFG_MACB_AUTONEG_TIMEOUT in drivers/net/macb.c > to 50 or so. It is currently 500 which results

Re: [U-Boot] LAN Timeout

2008-09-10 Thread Anatolij Gustschin
Hello, Manuel Sahm wrote: > does anybody have an idea to fix this problem ? > > Which paramter is for the "lan connection timeout" ? Try to decrease CFG_MACB_AUTONEG_TIMEOUT in drivers/net/macb.c to 50 or so. It is currently 500 which results in 5 sec. timeout in macb_phy_init() and a

Re: [U-Boot] LAN Timeout

2008-09-09 Thread Manuel Sahm
Hello, does anybody have an idea to fix this problem ? Which paramter is for the "lan connection timeout" ? Please, please help me Thanks a lot Manuel Sahm >>> "Manuel Sahm" <[EMAIL PROTECTED]> 26.08.2008 10:44 >>> Hello, I have a problem concnering the LAN Connection Timeout. I us

Re: [U-Boot] LAN Timeout

2008-08-31 Thread Manuel Sahm
Hello, isn“t anybody out there who could help me ? Thank you >>> "Manuel Sahm" <[EMAIL PROTECTED]> 26.08.2008 10:44 >>> Hello, I have a problem concnering the LAN Connection Timeout. I uses a Teridian Phy connected via MII Interface to an AT91SAM9260. All works fine. If I boot my system ub

[U-Boot] LAN Timeout

2008-08-26 Thread Manuel Sahm
Hello, I have a problem concnering the LAN Connection Timeout. I uses a Teridian Phy connected via MII Interface to an AT91SAM9260. All works fine. If I boot my system uboot comes up and detects the connection very quickly, so that my system boots fast. But if I have no lan cable plugged in w