From 89bc3ebbff0647e14c55194108ea58d1ae11bf7e Mon Sep 17 00:00:00 2001 From: Shreyash Sinha Date: Wed, 11 Dec 2024 14:55:32 +0530 Subject: [PATCH] docs(linux): AM62AX: Fix installer name and MCU+SDK link Signed-off-by: Shreyash Sinha --- .../Overview/Download_and_Install_the_SDK.rst | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/source/devices/AM62AX/linux/Overview/Download_and_Install_the_SDK.rst b/source/devices/AM62AX/linux/Overview/Download_and_Install_the_SDK.rst index b7ab994e0..801ef14fa 100644 --- a/source/devices/AM62AX/linux/Overview/Download_and_Install_the_SDK.rst +++ b/source/devices/AM62AX/linux/Overview/Download_and_Install_the_SDK.rst @@ -8,11 +8,11 @@ to start Linux development on the TI microprocessor. **The** |__SDK_FULL_NAME__| **Release supports installer only for Linux machine.** -+--------------------------------------------+----------------------------------------------------------------------+ -| **Installer Details** | **Installers Name** | -+--------------------------------------------+----------------------------------------------------------------------+ -| PSDK Linux AM62A Installer (Linux version) | ti-processor-sdk-linux-am62axx-evm--Linux-x86-Install.bin | -+--------------------------------------------+----------------------------------------------------------------------+ ++--------------------------------------------+-----------------------------------------------------------------------------+ +| **Installer Details** | **Installers Name** | ++--------------------------------------------+-----------------------------------------------------------------------------+ +| PSDK Linux AM62A Installer (Linux version) | |__SDK_INSTALL_FILE__| | ++--------------------------------------------+-----------------------------------------------------------------------------+ Use Linux installer for complete source package, tools, prebuilt-image, filesystems, etc for product development. @@ -27,12 +27,14 @@ Note that this **does not** prevent the user from installing the SDK on other Li distributions. .. rubric:: Downloading the SDK installer + :name: downloading-the-sdk-installer You can download the latest |__SDK_FULL_NAME__| installer from the |__SDK_DOWNLOAD_URL__|. .. rubric:: How to Run the SDK Installer in Linux + :name: how-to-run-the-sdk-installer-linux Make sure that the execute permissions are set. Bring up a terminal @@ -48,16 +50,19 @@ Alternatively, you can give execute permissions and run the "|__SDK_INSTALL_FILE by double clicking on it within your Linux host PC. .. rubric:: How to Run the SDK Installer in Windows + :name: how-to-run-the-sdk-installer-windows Double click on the installer to begin installation. .. note:: + As a part of the installation, the installer will run a script to configure your environment and extract the Linux devkit. This will cause the installation to continue for roughly a minute even after it shows that it has reached 100%. .. note:: + If nothing seems to happen, your computer may be running a 32-bit version of its operating system. The installer is 64-bit, and will not execute properly. @@ -76,7 +81,10 @@ application specific demos. The SDK has the below folder structure | board-support | Linux board supported packages (prebuilt-images, tools, | | | Linux kernel and u-boot in source) | +----------------------+---------------------------------------------------------+ -| docs | Manifest and License | +| licenses | Software Licenses | +| | | ++----------------------+---------------------------------------------------------+ +| manifests | Software Manifests | | | | +----------------------+---------------------------------------------------------+ | filesystem | Prebuilt Filesystems (both tar and wic images) | @@ -85,6 +93,9 @@ application specific demos. The SDK has the below folder structure | linux-devkit | Linux development kit (tools, compilers etc.) | | | | +----------------------+---------------------------------------------------------+ +| k3r5-devkit | RTOS (R5F) development kit (tools, compilers etc.) | +| | | ++----------------------+---------------------------------------------------------+ | example-applications | Sample examples and application specific demos | | | (GUI composer of benchmark demos) | +----------------------+---------------------------------------------------------+ @@ -95,10 +106,11 @@ Refer :ref:`Release Notes ` for complete feature-set and fur **MCU+ SDK for RTOS/NO-RTOS** .. note:: + Processor SDK Linux AM62A contains only the Linux specific source and application intended to runs on A53/Linux core. For R5F and RTOS/NO-RTOS side source and applications, refer **MCU+ SDK** - package `[Use Link] `__. + package `[Use Link] `__. **Instructions to set-up CCS** -- Refer `[Use Link] `__ +- Refer `[Use Link] `__