Comment 11 for bug 902029

Revision history for this message
Zach Pfeffer (pfefferz) wrote :

I had to set up the network manually on iMX53 for build:

https://android-build.linaro.org/builds/~linaro-android/imx53-ics-gcc47-freescalelt-stable-open-12.05-release/#build=2

I did this to get things working:

ifconfig eth0 192.168.0.8 netmask 255.255.255.0 up route add default gw 192.168.0.1 dev eth0
setprop net.dns1 192.168.0.1
setprop net.dns2 8.8.8.8
ifconfig eth0