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

fix: General cleanup #128

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Processor SDK AM62Px support GNU make based build system.

Refer the respective user guides to build Linux and other RTOS/NO-RTOS packages

- For Linux Kernel, u-boot & DTB `[Use Link] <../../../../linux/Foundational_Components.html>`__
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_02_00_38/exports/docs/api_guide_am62px/index.html>`__
- For Linux Kernel, u-boot & DTB - `[Use Link] <foundational-components-linux>`
- For RTOS/NO-RTOS source (MCU+ SDK) - `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_02_00_38/exports/docs/api_guide_am62px/index.html>`__
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Processor SDK AM62x support GNU make based build system.

Refer the respective user guides to build Linux and other RTOS/NO-RTOS packages

- For Linux Kernel, u-boot & DTB `[Use Link] <../../../../linux/Foundational_Components.html>`__
- For RTOS/NO-RTOS source (MCU+ SDK) `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_00_38/exports/docs/api_guide_am62x/index.html>`__
- For Linux Kernel, u-boot & DTB - :ref:`[Use Link] <foundational-components-linux>`
- For RTOS/NO-RTOS source (MCU+ SDK) - `[Use Link] <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62X/09_02_00_38/exports/docs/api_guide_am62x/index.html>`__



Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Processor SDK 10.00.07.04
instructions<Build-U-Boot-label>` for the updated steps.

- For Linux builds, generic ``defconfig`` is used instead of custom
fragments. Please refer to `linux users guide
<../../../linux/Foundational_Components_Kernel_Users_Guide.html#preparing-to-build>`__
fragments. Please refer to :ref:`Linux Kernel User Guide <preparing-to-build>`
for build instructions.

.. include:: /linux/Release_Specific/_AM62_Enable_UHS_MMCSD.rst
Expand Down
Binary file removed source/images/Servo_Drive_Demo_1.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_10.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_11.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_12.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_13.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_14.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_15.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_16.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_17.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_18.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_19.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_2.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_20.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_21.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_3.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_4.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_6.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_7.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_8.png
Binary file not shown.
Binary file removed source/images/Servo_Drive_Demo_9.png
Binary file not shown.
2 changes: 2 additions & 0 deletions source/linux/Foundational_Components.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _foundational-components-linux:

############################
Foundational Components
############################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ I2C2 and CSI-RX Port 0:
status = "okay";
};

.. _enabling-camera-sensors:

***********************
Enabling camera sensors
***********************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ Build U-Boot
:name: target-images

Copy the below images to the boot partition of an SD card and boot.
Instructions to format the SD card can be found `here <../../Overview/Processor_SDK_Linux_create_SD_card.html>`__.
Instructions to format the SD card can be found :ref:`here <processor-sdk-linux-create-sd-card>`.

.. ifconfig:: CONFIG_part_variant in ('AM65X')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mention, a new Operating System (OS) for many), is getting an
environment set up where you can build and debug code on hardware. The
SDK attacks this problem with providing everything you need to do
development, and it is validated on standard TI hardware platforms
(EVMs) (see `here <../Release_Specific_Supported_Platforms_and_Versions.html>`__ for more details).
(EVMs) (see :ref:`here <release-specific-supported-platforms-and-versions>` for more details).
It wraps all of this up into one simple installer that helps get
everything you need in the right place to do development. For example,
you can start off with simply re-building the Linux Embedded System
Expand All @@ -59,7 +59,7 @@ What would you like to do with the SDK?
As described above, the SDK has a lot to it. Let’s break it down to two
pieces to simplify things a bit:

- The example `Embedded Linux System <../Overview_Software_Stack.html>`__.
- The example :ref:`Embedded Linux System <linux-software-stack>`.
Essentially, a working bootloader (U-Boot), Linux
kernel, and filesystem that can be put on an SD card and ran on a TI
EVMs.
Expand Down Expand Up @@ -126,7 +126,7 @@ something, check out the next section which shares how to play with the
embedded Linux system |__FEATURINGMATRIX__|, the first piece of the SDK
mentioned earlier. All you’ll need is access to a Linux
computer, a SD card, a SD card reader, some free, open-source software,
and a supported `Hardware Platform <../Release_Specific_Supported_Platforms_and_Versions.html>`__.
and a supported :ref:`Hardware Platform <release-specific-supported-platforms-and-versions>`.

.. ifconfig:: CONFIG_sdk in ('SITARA')

Expand All @@ -143,7 +143,7 @@ presentations gets old fast. So, if you want to see an example of what
you can build with the SDK and actually hold it in your hands and play
with it (or show it to someone else that needs help understanding what
you want to do with it), with minimal effort, you can simply run the
SDK Embedded Linux System |__FEATURINGMATRIX__| on a supported `Hardware platform <../Release_Specific_Supported_Platforms_and_Versions.html>`__.
SDK Embedded Linux System |__FEATURINGMATRIX__| on a supported :ref:`Hardware platform <release-specific-supported-platforms-and-versions>`.
This will allow you to poke and prod and interact. It’s a powerful way
to get the imagination active and engaged.

Expand Down
10 changes: 5 additions & 5 deletions source/linux/Overview/_Processor_SDK_Linux_Software_Stack.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Software_Stack
.. _linux-software-stack:

************************************
**************
Software Stack
************************************
**************

The following software stack illustrates at a high level the various
components provided with the Processor SDK for Linux.

.. note::
**Availability of certain applications are platform dependent
and clarified in the associated User Guides.**

Availability of certain applications are platform dependent and clarified in the associated User Guides.

.. ifconfig:: CONFIG_part_family in ('General_family', 'AM335X_family', 'AM437X_family')

Expand Down
Loading
Loading