AR6000 RF calibration

来源:互联网 发布:淘宝商品扫码下单算吗 编辑:程序博客网 时间:2024/06/04 19:55

http://blog.csdn.net/jincheng121/article/details/8129402

1.android 2.3 AR6005 RF calibration    Here are the procedue to run it You can type athtestcmd --help to get further descriptions of parameters.   1.1 Load the TCMD firmware        insmod ar6000.ko testmode=1            or        start wlan_tool:testmodeup   1.2 Run RX test        athtestcmd -i wlan0 --rx promis   1.3 Stop the RX test and get the report of rx test        athtestcmd -i wlan0 --rx report   1.4 Run TX continuously with power 30dBm, channel 11, rate 2Mbps        athtestcmd -i wlan0 --tx tx99 --txfreq 11 --txpwr 30 --txrate 1   1.5 Stop TX test        athtestcmd -i wlan0 --tx off
2.  android 4.0  AR6005 RF calibration    Please follow the steps below the instruction execution    2.1           adb shell           cd /system/lib/modules          insmod cfg80211.ko          insmod  ath6kl_sdio.ko testmode=1     2.2           Run RX test           athtestcmd -i wlan0 --rx promis          Stop the RX test and get the report of rx test           athtestcmd -i wlan0 --rx report          Run TX continuously with power 30dBm, channel 11, rate 2Mbps           athtestcmd -i wlan0 --tx tx99 --txfreq 11 --txpwr 30 --txrate 1          Stop TX test           athtestcmd -i wlan0 --tx off        2.3 The test is completed can perform the following instruction remove WIFI drive:             rmmod ath6kl_sdio           rmmod  cfg80211

原创粉丝点击