.. _atmoautil: OpenAir Utility (atmoautil) ########################### Atmosic OpenAir Utility (atmoautil) is an unified tool for Zephyr, and the purpose is reducing the effort for developers to set up the develop environment for Atmosic OpenAir SDK. The atmoautil could manage and download the Zephyr toolchain, Python, Git. Commands ======== The table below lists the available commands of Atmosic OpenAir Utility (atmoautil). Detailed descriptions of each command can be found in the following section. .. raw:: html
Command | Explanation |
---|---|
Basic | |
?, help | Show this help message and exit. |
-s, --show_log | Display detailed log information. (For debug) |
--default_cmd | Execute multiple commands at once. |
Manager | |
?, help | List commands. |
toolchain_install | Install a specific version of the toolchain. |
toolchain_uninstall | Uninstall the currently installed toolchain. |
toolchain_launch | Launch the installed toolchain. |
toolchain_list | List all available and installed versions of the toolchain. |
show_version | Show version of the tool. |
install_rdi | Install RDI driver. (Windows Only) |
uninstall_rdi | Uninstall RDI driver. (Windows Only) |
exit | Exit Atmosic OpenAir Utility CLI. |