Hi Ashwin,

whether I have to modify BoardConfig.mk and AndroidBoard.mk which are
in

./vendor/<vendor_name>/BoardConfig.mk
./vendor/<vendor_name>/AndroidBoard.mk

is it right?

Currently in AndroidBoard.mk nothing is there
and

in BoardConfig.mk

# config.mk
#
# Product-specific compile-time definitions.
#

# The generic product target doesn't have any hardware-specific
pieces.
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
TARGET_CPU_ABI := armeabi
HAVE_HTC_AUDIO_DRIVER := false
BOARD_USES_GENERIC_AUDIO := false

# Enable MM PXA hardware
TARGET_BOARD_PLATFORM := pxa
TARGET_BOARD := BSW

# Tavor PV MVED hardware support
IPP_MVED := true
#Hardware Platfrom definiton
TARGET_BOOTLOADER_BOARD_NAME := BSW

Whether I need to modify these files?

Thanks
Gururaja B O


On Jul 27, 9:24 am, guru <guru.nav...@gmail.com> wrote:
> Hi Weber,
>
> I am trying to enable wifi in froyo build. I dont know where to
> lookinto. I am looking into whatever ashwin told.
>
> Thanks
> Gururaja B O
>
> On Jul 27, 5:56 am, Weber <qvbs...@gmail.com> wrote:
>
> > Hi,guru
> > Which version did you use? Last week I got the same problem
> > and after replacing  external/wpa_supplicant with donut version,I can
> > now use the wifi~
>
> > Regards
> > --Weber
>
> > On Jul 26, 10:16 pm, Ashwin Bihari <abih...@gmail.com> wrote:
>
> > > Read this posting..that'll explain all the necessary details:
>
> > >http://blog.linuxconsulting.ro/2010/04/porting-wifi-drivers-to-androi...
>
> > > -- Ashwin
>
> > > On Mon, Jul 26, 2010 at 10:08 AM, guru <guru.nav...@gmail.com> wrote:
> > > > Hi Ashwin,
>
> > > > Who will copy that file during build time? Sorry may be this is basic
> > > > question!
> > > > Whether I have to enable any flag to make it happen !
>
> > > > Thanks
> > > > Guru
>
> > > > On Jul 26, 6:58 pm, Ashwin Bihari <abih...@gmail.com> wrote:
> > > >> Did you copy a wpa_supplicant.conf file into the system/etc directory
> > > >> during Android build? If not..THAT is the problem..
>
> > > >> -- Ashwin
>
> > > >> On Mon, Jul 26, 2010 at 9:14 AM, guru <guru.nav...@gmail.com> wrote:
> > > >> > When I try to enable the wifi it is throwing
>
> > > >> > Cannot open "/system/etc/wifi/wpa_supplicant.conf": No such file or
> > > >> > directory
>
> > > >> > below is the logs for the same.
>
> > > >> > D/WifiVdr ( 1023): leave from insmod
> > > >> > D/WifiVdr ( 1023): leave from wlan_load_driver
> > > >> > D/WifiHW  ( 1023): call wlan_load_driver, return ok
> > > >> > E/WifiHW  ( 1023): Cannot open 
> > > >> > "/system/etc/wifi/wpa_supplicant.conf":
> > > >> > No such file or directory
> > > >> > E/WifiHW  ( 1023): Wi-Fi will not be enabled
> > > >> > D/WifiVdr ( 1023): enter into wlan_unload_driver
> > > >> > D/WifiVdr ( 1023): enter into check_driver_loaded
> > > >> > D/WifiVdr ( 1023): enter into rmmod
>
> > > >> > Please let me know what is the problem?
>
> > > >> > Thanks
> > > >> > Guru
>
> > > >> > --
> > > >> > unsubscribe: android-porting+unsubscr...@googlegroups.com
> > > >> > website:http://groups.google.com/group/android-porting
>
> > > > --
> > > > unsubscribe: android-porting+unsubscr...@googlegroups.com
> > > > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to