Hi Saurabh,
Thanks for the reply.I am very new to android and i think i am doing well with your help.
I added a few changes in the init.rc wherein I try to start the supplicant. The following are the changes:
service wpa_supplicant /system/bin/wpa_supplicant -iwifi0 -Dnl80211 -c \
/system/bin/release/sta_settings.conf -dd
class main
socket wpa_wifi0 dgram 0660 wifi wifi
group wifi system
disabled
oneshot
I do this change in the file init.rc present in the path /myandroid/out/target/product/evk_6sl/root/
I then do a make snod, make. I even tried make bootimage. Having done this, I flashed the images on the SD memory card. After having booted with the sd card, I then check the init.rc file. The init.rc doesn't have the changes that I made. Firstly, how do I ensure that the changes I made in init.rc are actually reflected in the final bootimage.
I will send across the logcat output as well. Another issue is I get the option to turn on wifi from Android->Settings. I am unable to turn off WiFi at all. Is there something to do with my driver or where can I find control to turn off Wifi?