porting android to omap3 evm

Hi,
Can you give me some detailed steps about android porting.
I have follow the steps in the following link:
http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board
but it comes with this :
<6>eth0: link down
eth0: link down
<5>Sending DHCP requests .Sending DHCP requests .<6>eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
<6>eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
…, OK
OK
IP-Config: Got DHCP answer from 0.0.0.0, IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.
168.1.104
my address is 192.168.1.104
IP-Config: Complete:IP-Config: Complete:
device=eth0
device=eth0, addr=192.168.1.104, addr=192.168.1.104, mask=255.255.255.0, mask=255.255.255.0, gw
=192.168.1.1, gw=192.168.1.1,
host=192.168.1.104, domain=domain, nis-domain=(none),
host=192.168.1.104, domain=domain, nis-domain=(none),
bootserver=0.0.0.0,
bootserver=0.0.0.0, rootserver=192.168.1.105, rootserver=192.168.1.105, rootpath=, rootpath=
<6>Waiting 2sec before mounting root device…
Waiting 2sec before mounting root device…
<5>Looking up port of RPC 100003/2 on 192.168.1.105
Looking up port of RPC 100003/2 on 192.168.1.105
<5>Looking up port of RPC 100005/1 on 192.168.1.105
Looking up port of RPC 100005/1 on 192.168.1.105
VFS: Mounted root (nfs filesystem).
VFS: Mounted root (nfs filesystem).
<6>Freeing init memory: 144K
Freeing init memory: 144K
<4>Warning: unable to open an initial console.
Warning: unable to open an initial console.
<3>init: cannot open ‘/initlogo.rle’
init: cannot open ‘/initlogo.rle’
<3>init: Unable to open persistent property directory /data/property errno: 2
init: Unable to open persistent property directory /data/property errno: 2
<3>init: cannot find ‘/system/bin/playmp3’, disabling ‘bootsound’
init: cannot find ‘/system/bin/playmp3’, disabling ‘bootsound’
sh: can’t access tty; job control turned off

<6>warning: `rild’ uses 32-bit capabilities (legacy support in use)

warning: `rild’ uses 32-bit capabilities (legacy support in use)
<6>request_suspend_state: wakeup (3->0) at 23607482910 (1970-01-01 00:00:23.607482910 UTC)
request_suspend_state: wakeup (3->0) at 23607482910 (1970-01-01 00:00:23.607482910 UTC)
<6>request_suspend_state: wakeup (0->0) at 24186004638 (1970-01-01 00:00:24.186004638 UTC)
request_suspend_state: wakeup (0->0) at 24186004638 (1970-01-01 00:00:24.186004638 UTC)
<6>request_suspend_state: wakeup (0->0) at 29410034179 (1970-01-01 00:00:29.410034179 UTC)
request_suspend_state: wakeup (0->0) at 29410034179 (1970-01-01 00:00:29.410034179 UTC)
<6>request_suspend_state: wakeup (0->0) at 35350250244 (1970-01-01 00:00:35.350219726 UTC)
request_suspend_state: wakeup (0->0) at 35350250244 (1970-01-01 00:00:35.350219726 UTC)
<6>request_suspend_state: wakeup (0->0) at 40411346435 (1970-01-01 00:00:40.411315917 UTC)
request_suspend_state: wakeup (0->0) at 40411346435 (1970-01-01 00:00:40.411315917 UTC)
<6>request_suspend_state: wakeup (0->0) at 45559783935 (1970-01-01 00:00:45.559783935 UTC)
request_suspend_state: wakeup (0->0) at 45559783935 (1970-01-01 00:00:45.559783935 UTC)
<6>request_suspend_state: wakeup (0->0) at 50434753417 (1970-01-01 00:00:50.434722900 UTC)
request_suspend_state: wakeup (0->0) at 50434753417 (1970-01-01 00:00:50.434722900 UTC)

Thanks