[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-03-12 Thread 이성준
Hi, ehung! sb 1-7.3: Could not load firmware file zd1211/zd1211b_ub. Error number -2 zd1211rw 1-7.3:1.0: couldn't load firmware. Error number -2 error: SIOCSIFFLAGS (No such file or directory) Please check your firmware file location. It must be located under /etc/firmware/* (=

[android-porting] Re: I am booting the rootfs of android by nfs,but it stopped somewhere.

2008-12-30 Thread 이성준
Hi clem! You have to check permission of your nfs mount point. (e,g /nfsroot) Android system account's uid is 1000, and /nfsroot must be system users own.(and r/w) 1. userdd -u 1000 android_system// add fake user , uid 1000 2. cp -rf {android_root_fs}/* /nfsroot/ // chown