Skip to content

Commit 85eefb2

Browse files
jeevantelukulaVeeruPrudhvi
authored andcommitted
fix: Add target for building k3r5 baremetal toolchain
For K3 devices, the yocto target for building the k3r5 toolchain for Sitara devices is missing in the documentation. Hence add them for AM62A, AM62X, AM62P and AM64X docs. Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 0844fa6 commit 85eefb2

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

source/linux/Overview/_Processor_SDK_Building_The_SDK.rst

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ The "Build Output" is given relative to the
318318
+------------------------------+---------------------------------------------------------------+----------------------------+
319319
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
320320
+------------------------------+---------------------------------------------------------------+----------------------------+
321+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |
322+
+------------------------------+---------------------------------------------------------------+----------------------------+
321323

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

@@ -337,8 +339,29 @@ The "Build Output" is given relative to the
337339
+------------------------------+----------------------------------------------------------------------+----------------------------+
338340
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
339341
+------------------------------+----------------------------------------------------------------------+----------------------------+
342+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |
343+
+------------------------------+----------------------------------------------------------------------+----------------------------+
344+
345+
.. ifconfig:: CONFIG_part_variant in ('AM62X')
346+
347+
+------------------------------+----------------------------------------------------------------+----------------------------+
348+
| Target | Build Output | Description |
349+
+==============================+================================================================+============================+
350+
| tisdk-default-image | images/<machine>/tisdk-default-image-<machine>.rootfs.tar.xz | Target Filesystem |
351+
+------------------------------+----------------------------------------------------------------+----------------------------+
352+
| tisdk-jailhouse-image | images/<machine>/tisdk-jailhouse-image-<machine>.rootfs.tar.xz | Jailhouse Filesystem |
353+
+------------------------------+----------------------------------------------------------------+----------------------------+
354+
| tisdk-base-image | images/<machine>/tisdk-base-image-<machine>.rootfs.tar.xz | Minimal Target Filesytem |
355+
+------------------------------+----------------------------------------------------------------+----------------------------+
356+
| tisdk-thinlinux-image | images/<machine>/tisdk-thinlinux-image-<machine>.rootfs.tar.xz | Minimal Target Filesytem |
357+
| | | with docker enabled |
358+
+------------------------------+----------------------------------------------------------------+----------------------------+
359+
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
360+
+------------------------------+----------------------------------------------------------------+----------------------------+
361+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |
362+
+------------------------------+----------------------------------------------------------------+----------------------------+
340363

341-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62LX')
364+
.. ifconfig:: CONFIG_part_variant in ('AM62LX')
342365

343366
+------------------------------+----------------------------------------------------------------+----------------------------+
344367
| Target | Build Output | Description |
@@ -369,6 +392,8 @@ The "Build Output" is given relative to the
369392
+------------------------------+----------------------------------------------------------------+----------------------------+
370393
| meta-toolchain-arago-tisdk | sdk/arago-<arago-version>-<architecture>.sh | Devkit |
371394
+------------------------------+----------------------------------------------------------------+----------------------------+
395+
| mc:k3r5:meta-toolchain-arago | sdk/arago-<arago-version>-<architecture>.sh | K3R5 baremetal toolchain |
396+
+------------------------------+----------------------------------------------------------------+----------------------------+
372397

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

0 commit comments

Comments
 (0)