How to use RemoteWl

1. Move "ImportSkipWlanBoot.bat" and "SkipWlanBoot.txt" in this directory to SDK/DDK root directory.

2. Run "ImportSkipWlanBoot.bat". This writes the flag to SDEV, that disables wlan process. RemoteWl needs to disable wlan process. If you want to ENABLE wlan process, change the following part of "SkipWlanBoot.txt":

before : <key>current</key><true /><!-- current settings value -->
after :  <key>current</key><false /><!-- current settings value -->

And run "ImportSkipWlanBoot.bat".

3. "ExportedSettings.txt" will be generated. This txt file shows the current settings information of your SDEV. Looking the file, you can check if writing SkipWlanBoot flag is really succeeded or not. If success, the last part of "ExportedSettings.txt" will be:



		<key>wlan_debug</key>
		<dict>
			<key>skip_wlan_boot</key>
			<dict>
				<key>current</key>
				<true />
				<key>default</key>
				<false />
			</dict>
		</dict>
	</dict>
</dict>



4. Check the IP address of your PC. RemoteWl tool sets static IP address(192.168.0.202) to USB-Ether device of your SDEV. If your IP address does not belong to 192.168.0, please change. Or, you can change the static IP address if you change "IfInit.cpp". The static value is written in "IfInit.cpp" as follows:

const char*    g_ipStringInterfaceAddress = "192.168.0.202";

5. Run RemoteWl tool.
