Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(linux): AM62AX: Fix installer name and MCU+SDK link #97

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sinha-shreyash marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>-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.
Expand Down Expand Up @@ -53,11 +53,13 @@ by double clicking on it within your Linux host PC.
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.

Expand All @@ -76,7 +78,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) |
Expand All @@ -85,6 +90,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) |
+----------------------+---------------------------------------------------------+
Expand All @@ -95,10 +103,11 @@ Refer :ref:`Release Notes <Release-note-label>` 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
sinha-shreyash marked this conversation as resolved.
Show resolved Hide resolved
to runs on A53/Linux core. For R5F and RTOS/NO-RTOS side source and applications, refer **MCU+ SDK**
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/08_06_00_18/exports/docs/api_guide_am62ax/index.html>`__.
package `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/10_01_00/exports/docs/api_guide_am62ax/index.html>`__.

**Instructions to set-up CCS**

- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/08_06_00_18/exports/docs/api_guide_am62ax/CCS_SETUP_PAGE.html>`__
- Refer `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62AX/10_01_00/exports/docs/api_guide_am62ax/CCS_SETUP_PAGE.html>`__
Loading