Re: [linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
Hi, Alexander: You're right. sleep's not needed. Actually "netcfg usb0 dhcp" is enough for enabling the ethernet and dhcp the ip address. Let's see how we can do this after we create the common directory for all the boards. This patch is only for enabling the ethernet during booting And

Re: [linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Alexander Sack
On Mon, Feb 14, 2011 at 12:09 PM, Jeremy Chang wrote: > From ab02ac9fd9dfcbc096636eb5ba357361c0689b31 Mon Sep 17 00:00:00 2001 > From: Jeremy Chang > Date: Mon, 14 Feb 2011 11:19:08 +0800 > Subject: [PATCH] Enable ethernet interface during booting > > Try to enable network and get ip by dhcp in b

[linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
>From ab02ac9fd9dfcbc096636eb5ba357361c0689b31 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:19:08 +0800 Subject: [PATCH] Enable ethernet interface during booting Try to enable network and get ip by dhcp in boot script Signed-off-by: Jeremy Chang --- init.omap3.sh |