i.MX53 SABRE Ubuntu Boot up time long because of DHCP timeout

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX53 SABRE Ubuntu Boot up time long because of DHCP timeout

2,783 Views
kriszawada
Contributor III

Hello,

When I am booting up the i.MX53 SABRE tablet with Ubuntu 10.04 LTS I am noticing that most of delay during boot up is because of sending client DHCP request and waiting for the timeout to expire.  The exact message is (also see attachment):

Sending DHCP requests ...... timed out!

IP-Config: Reopening network devices...

eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=0:00, irq=-1)

Sending DHCP requests ...... timed out!

The boot time takes about 3 minutes 26 seconds.  Majority of the time, about 2 minutes is because of the DHCP timeout.  How can I modify this timeout to be on the order of 5-10 seconds instead of two minutes?

Sincerely,

Kris

Labels (2)
0 Kudos
6 Replies

2,430 Views
YixingKong
Senior Contributor IV

Kris

This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.

Thanks,

Yixing

0 Kudos

2,430 Views
YixingKong
Senior Contributor IV

Kris

Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel

free to reply with an update to this discussion.

Thanks,
Yixing

0 Kudos

2,430 Views
Raybiztech
Contributor V

Hi Kris,

                      You can try with this boot loader arguments.

                         setenv ip_method off

Thanks & Regards,

Raybiztech.

0 Kudos

2,430 Views
yangaaron
Contributor III

Maybe you could added args "ip=none" in bootloader.

Bypass this process in booting stage

I hope this can help you.

0 Kudos

2,430 Views
kriszawada
Contributor III

Hello Aaron,

Would you be able to tell me where this exactly exists in the bootloader?  I have not done this before.

Sincerely,

Kris

0 Kudos

2,430 Views
yangaaron
Contributor III

hello ,  Kris

i think you could be find it in u-boot-2999.08/include/configs/mx53_{ard,evk,smd}.h

#define CONFIG_EXTRA_ENV_SETTINGS \
...
ip=dhcp ..
... \

You could see detail about "Kernel Boot Parameters" in i.mx53 linux BSP release notes doc

thanks~

0 Kudos