The following table lists some useful commands:
No. | Function | Command |
1 | Run Starter Kit hardware diagnostics | python3 SKUtility.py diag |
2 | Reboot the Starter Kit hardware | python3 SKUtility.py rmt -rbt |
3 | Kill and restart the AWX Amp application | python3 SKUtility.py rmt -rst |
4 | Take a snapshot of the AWX related files on the Starter Kit hardware | python3 SKUtility.py rmt -snp |
5 | Start the interactive audio device configuration wizard | python3 SKUtility.py conf -i |
6 | Send a pre-made audio device configuration to the Starter Kit hardware | python3 SKUtility.py conf -sndCfg <config file path> |
7 | Send device file (device.flash) generated from GTT to the Starter Kit hardware | python3 SKUtility.py conf -df <device file path> |
8 | List the data files stored in the Starter Kit hardware | python3 SKUtility.py conf -ls |
9 | Remove selected data files from the Starter Kit hardware | python3 SKUtility.py conf -rm <list of files to remove or wildcards> |
10 | Remove all data files from the Starter Kit hardware | python3 SKUtility.py conf -rm a |
11 | Reset all configurations and data files to original | python3 SKUtility.py conf -rstAll |