Git Product home page Git Product logo

android_system_wlan_ti-1's Introduction

# execute this script in root of motorola OSS android tree (with kernel)
#   or use CyanogenDefy kernel-omap kernel tree in CM7.

# steps required : 
#   Edit target/board/generic/BoardConfig.mk
#   and set wifi parameters :

# Wifi related defines
# BOARD_WPA_SUPPLICANT_DRIVER := CUSTOM
# BOARD_WPA_SUPPLICANT_PRIVATE_LIB := libCustomWifi
# BOARD_WLAN_DEVICE := tiwlan0
# BOARD_WLAN_TI_STA_DK_ROOT := system/wlan/ti/wilink_6_1
# WIFI_DRIVER_MODULE_PATH     := "/system/lib/modules/tiwlan_drv.ko"
# WIFI_DRIVER_MODULE_ARG      := ""
# WIFI_DRIVER_MODULE_NAME     := "tiwlan_drv"
# WIFI_FIRMWARE_LOADER        := "wlan_loader"
# WPA_SUPPLICANT_VERSION := VER_0_6_X

# then :

    export PLATFORM_DIR=$(pwd)
    export ARCH=arm
    export CROSS_COMPILE=arm-eabi-
    export TARGET_OUT_INTERMEDIATES=out

    cd $PLATFORM_DIR
    . build/envsetup.sh
    choosecombo 1 1 generic eng

# or if you have the kernel-omap tree in a CM7 repo :

    . build/envsetup.sh
    lunch cyanogen_jordan-eng

    make ext_kernel_modules

# cleanup
cd system/wlan/ti
find . | grep "\.o$" | xargs rm

# build modules
cd $PLATFORM_DIR
make MOTO_PREBUILT_DIR= tiwlan_drv
cp system/wlan/ti/wilink_6_1/platforms/os/linux/tiwlan_drv.ko ./

make MOTO_PREBUILT_DIR= tiap_drv
cp system/wlan/ti/WiLink_AP/platforms/os/linux/tiap_drv.ko ./

# Last changes :

Apr 2012 :
- Update SDIO part
- added implementation of CONFIG_HAS_EARLYSUSPEND,  DTIM skipping feature
- Fix Tests frame size warnings

- tiap_drv : update sdio and add missing commands like "set tx power"

# Current Status (March 2012) :

the tiwlan_drv.ko is currently used in CyanogenMod 7/9 Roms

tiap_drv is not ready yet, it is built and loads fine, AP is seen, but the connection cant be established (wpa2 problem ?)
We still use a patched motorola kernel module (patched to change softap intf name to "tiap0")... but we are near the goal.

android_system_wlan_ti-1's People

Contributors

tpruvot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.