[android-porting] Re: imx51 android booting

2011-07-24 Thread alexyu
Hi, Have you check the boot command as compare to the mx51 evk bsp? You may also check those images, uImage, system.img uramdisk.img are loaded into the ram correctness. best regards, AlexYu On Jul 23, 1:22 pm, paopaoer paopaoerzh...@gmail.com wrote: thank you for your reply. flowering

[android-porting] Re: imx51 android booting

2011-07-22 Thread alexyu
Hi, Firstly, make sure the sdcard is writable the /system is mount correctly. Secondly, make sure the mount point is correctly. If possible, providing a full bootlog will more helpful to understand the issue. best regards, AlexYu On Jul 22, 7:31 pm, paopaoer paopaoerzh...@gmail.com

[android-porting] Re: Develop an Ethernet based Applications instead of Wifi based

2011-07-06 Thread alexyu
Hi, For ethernet, the Android does not setup DNS automatically. So DNS must be manually setup. This is not an issue for WiFi since dhcpcd is explicitly called after WiFi access is available. Hope this can help. AlexYu On Jul 7, 7:17 am, tarek attia tarek.m.at...@gmail.com wrote: Hi all