Hi,
I have my wl128x chip on my custome board. I have few queries related to that as captured below
1. Which INI file and firmware file that i have to use for wl128x card.
2. How the caibration has to be conducted, Is there any order to follow ? Is there any document stating about the order by which we should conduct the calibration?
3. I could see some procedures on
a. Automatic calibration procedure, b.TxBip procedure (calibration), c.TxCont procedure & RxStat procedure mentioned in https://github.com/TI-OpenLink/ti-utils_soldel_maintenance
can i use these steps as it is for manual calibration.
4. I tested using TQS_D_1.7.ini file and wl128x-fw-plt-3.bin as firmware file for clibration. Is this correct ?
With the above mentioned files in question:2, I try to calibrate with below script (referring to above mentioned link)
insmod compat.ko
insmod cfg80211.ko
insmod mac80211.ko
insmod wl12xx.ko
insmod wl12xx_sdio.ko
./calibrator set nvs_mac /lib/firmware/ti-connectivity/wl1271-nvs.bin 00:22:33:44:55:66
ifconfig wlan0 down
./calibrator wlan0 plt power_mode on
./calibrator wlan0 plt tune_channel 0 7
./calibrator wlan0 plt tx_cont 2000 2 2048 0 2000 0 3 0 0 0 0 0 1 0 18:87:96:50:A1:9B
./calibrator wlan0 plt tx_stop
./calibrator wlan0 plt power_mode off
i am getting error on tx_stop like "wl1271: ERROR cannot start because not in off state: 2"
Why am i getting this error?