Follow these steps if testing with
Calibrator Tool. Note: Calibrator Tool runs within the Network Terminal.
- On the computer, open Device
Manager and note the assigned COM port number. For CC33xx, only one option
appears. For CC35xxE, note the number next to "Class Application/User
UART".
- Open PuTTY (or another terminal
application) and select Serial under Connection Type.
- Enter the COM port number under
Serial Line.
- Select the baud rate
corresponding with the host serial interface. The default value for the TI SDKs
is 115200.
- (CC35xxE only): The output
should resemble Figure 4-1.
- (CC33xx only): Check that
the kernel and modules have been configured
correctly:
zcat /proc/config.gz | grep NL80211_TESTMODE
Expected
output:
CONFIG_NL80211_TESTMODE=y
- (CC33xx only): Enter login
credentials when prompted, then run the command below to verify that the
firmware is loaded
correctly:
ifconfig wlan0
The output should resemble
Figure 4-2