Skip to content
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
27 changes: 26 additions & 1 deletion source/linux/Overview/_Processor_SDK_Building_The_SDK.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@
+------------------------------+---------------------------------------------------------------+----------------------------+
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
+------------------------------+---------------------------------------------------------------+----------------------------+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |

Check warning on line 321 in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/_Processor_SDK_Building_The_SDK.rst", "range": {"start": {"line": 321, "column": 50}}}, "severity": "INFO"}
+------------------------------+---------------------------------------------------------------+----------------------------+

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

Expand All @@ -337,8 +339,29 @@
+------------------------------+----------------------------------------------------------------------+----------------------------+
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
+------------------------------+----------------------------------------------------------------------+----------------------------+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |

Check warning on line 342 in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/_Processor_SDK_Building_The_SDK.rst", "range": {"start": {"line": 342, "column": 50}}}, "severity": "INFO"}
+------------------------------+----------------------------------------------------------------------+----------------------------+

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

+------------------------------+----------------------------------------------------------------+----------------------------+
| Target | Build Output | Description |
+==============================+================================================================+============================+
| tisdk-default-image | images/<machine>/tisdk-default-image-<machine>.rootfs.tar.xz | Target Filesystem |
+------------------------------+----------------------------------------------------------------+----------------------------+
| tisdk-jailhouse-image | images/<machine>/tisdk-jailhouse-image-<machine>.rootfs.tar.xz | Jailhouse Filesystem |
+------------------------------+----------------------------------------------------------------+----------------------------+
| tisdk-base-image | images/<machine>/tisdk-base-image-<machine>.rootfs.tar.xz | Minimal Target Filesytem |
+------------------------------+----------------------------------------------------------------+----------------------------+
| tisdk-thinlinux-image | images/<machine>/tisdk-thinlinux-image-<machine>.rootfs.tar.xz | Minimal Target Filesytem |
| | | with docker enabled |
+------------------------------+----------------------------------------------------------------+----------------------------+
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |

Check warning on line 359 in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/_Processor_SDK_Building_The_SDK.rst", "range": {"start": {"line": 359, "column": 50}}}, "severity": "INFO"}
+------------------------------+----------------------------------------------------------------+----------------------------+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |

Check warning on line 361 in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/_Processor_SDK_Building_The_SDK.rst", "range": {"start": {"line": 361, "column": 50}}}, "severity": "INFO"}
+------------------------------+----------------------------------------------------------------+----------------------------+

.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62LX')
.. ifconfig:: CONFIG_part_variant in ('AM62LX')

+------------------------------+----------------------------------------------------------------+----------------------------+
| Target | Build Output | Description |
Expand Down Expand Up @@ -369,6 +392,8 @@
+------------------------------+----------------------------------------------------------------+----------------------------+
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
+------------------------------+----------------------------------------------------------------+----------------------------+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |

Check warning on line 395 in source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.UserReplacedValues] Separate words by underscores in user-replaced values. Raw Output: {"message": "[RedHat.UserReplacedValues] Separate words by underscores in user-replaced values.", "location": {"path": "source/linux/Overview/_Processor_SDK_Building_The_SDK.rst", "range": {"start": {"line": 395, "column": 50}}}, "severity": "INFO"}
+------------------------------+----------------------------------------------------------------+----------------------------+

.. ifconfig:: CONFIG_part_variant in ('AM335X', 'AM437X', 'AM65X')

Expand Down