CLI upgrade using windows laptop
Download https://fota.go2alto.com/8175/TCH-AltoUpgrade.zip
Unzip to a location on your laptop that is easily accessible.
For demo purposes, I am installing at C:\Users\sathish\Desktop
So the unzipped folder will be C:\Users\sathish\Desktop\TCH-AltoUpgrade (aka ScriptRoot)

cd C:\Users\sathish\Desktop\TCH-AltoUpgrade
adbsetup.cmd


For Install on single device
0adbconnect.cmd <IP address of device>
5execCmd <IP address of device>


For install on Multiple devices
•	Add list of IP addresses to iplist.txt file
5execCmd.cmd
•	No argument is required.
•	The script will loop through each device on the iplist and install.
•	Failed devices will show up in failure.txt
•	Successful devices will show up in success.txt
•	You can copy the list of devices on failure.txt to iplist.txt and run it again.


General notes:
1.	The install is happening over a serial connection to the device. There may be initial connection errors initially. If this happens just rerun the script.
2.	Commands being executed by the script are located at commands.txt. You can copy individual commands and execute them from the ScriptRoot directory mentioned above
3.	How do I find the IP address of the device ?
o	If you have physical access to the device
		use the remote control
		Press the gearwheel settings button
		Navigate to System>About. You will see the IP address listed there

o	If the device did register to the cloud
		Go to the Alto dashboard and search for the device by mac address, you will see the IP address listed.

o	If you have access to the network switch
		You can look up the ARP table to gather IP address info based on mac address.







