diff --git a/source/images/terminal.png b/source/images/terminal.png new file mode 100644 index 000000000..6aa66d437 Binary files /dev/null and b/source/images/terminal.png differ diff --git a/source/images/wifi_connected.png b/source/images/wifi_connected.png new file mode 100644 index 000000000..3cb25597c Binary files /dev/null and b/source/images/wifi_connected.png differ diff --git a/source/images/wifi_home.png b/source/images/wifi_home.png new file mode 100644 index 000000000..141351f64 Binary files /dev/null and b/source/images/wifi_home.png differ diff --git a/source/images/wifi_ssid.png b/source/images/wifi_ssid.png new file mode 100644 index 000000000..f0bd61670 Binary files /dev/null and b/source/images/wifi_ssid.png differ diff --git a/source/system/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst b/source/system/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst index 3c0e692e6..dd7e7d6c1 100644 --- a/source/system/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst +++ b/source/system/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst @@ -365,6 +365,62 @@ _________________________ 3. Once you enter the necessary values for both HTTPS and No proxy, click on `Set Proxy` to set the proxy configuration. + +Using terminal +______________ + +.. ifconfig:: CONFIG_sdk in ('SITARA') + + The terminal button on the left panel can be used to open a terminal application, which is + based on QMLtermwidget. + + .. Image:: /images/terminal.png + :height: 400 + +.. ifconfig:: CONFIG_sdk not in ('SITARA') + + This section is not valid for this platform. + +Using Wi-Fi Demo +________________ + +.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX') + + The *Wifi* button on the left panel allows you to connect to an external Wi-Fi network. + + Ensure the required overlay is applied and the WiFi card is connected to SK-EVM. For more + information, refer to :ref:`enable_m2cc3301`. + + Click the toggle button to turn on Wi-Fi. + + .. Image:: /images/wifi_home.png + :height: 400 + + * Click on the *Refresh* button to scan for available SSIDs. + * Select an SSID from the list, then enter the passphrase and Wi-Fi security type. + * For certain security types, you may need to provide additional details. + * After entering all the required info, click on *Connect*. + + .. Image:: /images/wifi_ssid.png + :height: 400 + + If the all entered details are correct, device will be connected to the selected Wi-Fi + network. If needed, click *Disconnect* to disconnect from the network and return to + SSID selection menu. + + .. Image:: /images/wifi_connected.png + :height: 400 + + .. ifconfig:: CONFIG_part_variant in ('AM62X') + + .. note:: + + This section is not valid for AM62xLP and AM62xSIP. + +.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX') + + This section is not valid for this platform. + Power Menu __________ @@ -372,7 +428,7 @@ __________ .. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX') - 2. The Power Menu supports Shutdown, Reboot, Suspend to RAM and Exit (from TI Apps Launcher) functions. + 2. The Power Menu supports Shutdown, Reboot, Suspend to RAM (For NON RT Build) and Exit (from TI Apps Launcher) functions. .. Image:: /images/ti-apps-launcher-powermenu1.png :height: 400 @@ -403,7 +459,13 @@ The source code is available at `TI Apps Launcher