diff --git a/source/edgeai/Release_Specific/Processor_SDK_Supported_Platforms_and_Versions.rst.inc b/source/edgeai/Release_Specific/Processor_SDK_Supported_Platforms_and_Versions.rst.inc deleted file mode 100644 index 7dc52e676..000000000 --- a/source/edgeai/Release_Specific/Processor_SDK_Supported_Platforms_and_Versions.rst.inc +++ /dev/null @@ -1,37 +0,0 @@ -.. _release-specific-supported-platforms-and-versions: - -************************************ -Supported Platforms and Versions -************************************ - -.. rubric:: Supported Host Operating Systems - :name: supported-host-operating-systems - -The following operating systems have been validated to work with our -SDK. - -.. ifconfig:: CONFIG_sdk in ('PSDKL') - - - **Linux SDK** - - +---------------------------+-------------------------+ - | **Operating System** | | **Version** | - +---------------------------+-------------------------+ - | Ubuntu | | 22.04 (64-bit) | - +---------------------------+-------------------------+ - -| - -.. rubric:: Supported Platforms and EVMs - :name: supported-platforms-and-evms - -The following platforms and SKs are supported with Processor SDK. - -.. ifconfig:: CONFIG_part_family in ('J7_family') - - +--------------+-----------+-----------+-----------------------+-------------------+ - | **Platform** | **EVM** | **Tested | **Document** | **Processor SDK | - | | | Version** | | Linux Automotive**| - +--------------+-----------+-----------+-----------------------+-------------------+ - | J721e/DRA829 | J721e EVM | Alpha | Hardware User's Guide | Y | - +--------------+-----------+-----------+-----------------------+-------------------+ diff --git a/source/files/AM62P-Change-DMA-allocation.patch b/source/files/AM62P-Change-DMA-allocation.patch deleted file mode 100644 index 98d2d55ac..000000000 --- a/source/files/AM62P-Change-DMA-allocation.patch +++ /dev/null @@ -1,107 +0,0 @@ -From 17508b3e3a8991ecc0cf767ad2302d34141b8616 Mon Sep 17 00:00:00 2001 -From: Aashvij Shenai -Date: Fri, 29 Mar 2024 15:40:53 +0530 -Subject: [PATCH] am62px: Change DMA allocation - -This patch removes the DMA channel allocations fo A53 and MCU cores so -that the first channels are allocated to DM R5. This will be used to -demonstrate the use of High Capacity BCDMA channels. In Am62Px, there -are 4 HC channels ---- - .../am62px/sciclient_defaultBoardcfg_rm.c | 42 ++++--------------- - 1 file changed, 9 insertions(+), 33 deletions(-) - -diff --git a/source/drivers/sciclient/sciclient_default_boardcfg/am62px/sciclient_defaultBoardcfg_rm.c b/source/drivers/sciclient/sciclient_default_boardcfg/am62px/sciclient_defaultBoardcfg_rm.c -index a22e6f6b4459..05d228843932 100644 ---- a/source/drivers/sciclient/sciclient_default_boardcfg/am62px/sciclient_defaultBoardcfg_rm.c -+++ b/source/drivers/sciclient/sciclient_default_boardcfg/am62px/sciclient_defaultBoardcfg_rm.c -@@ -96,7 +96,7 @@ __attribute__(( aligned(128), section(".boardcfg_data") )) = - .magic = TISCI_BOARDCFG_RM_RESASG_MAGIC_NUM, - .size = (uint16_t) sizeof(struct tisci_boardcfg_rm_resasg), - }, -- .resasg_entries_size = 123 * sizeof(struct tisci_boardcfg_rm_resasg_entry), -+ .resasg_entries_size = 119 * sizeof(struct tisci_boardcfg_rm_resasg_entry), - }, - }, - .resasg_entries = { -@@ -154,34 +154,22 @@ __attribute__(( aligned(128), section(".boardcfg_data") )) = - .start_resource = 0, - .host_id = TISCI_HOST_ID_ALL, - }, -- { -- .num_resource = 18, -- .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_RING_BLOCK_COPY_CHAN), -- .start_resource = 0, -- .host_id = TISCI_HOST_ID_A53_2, -- }, - { - .num_resource = 6, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_RING_BLOCK_COPY_CHAN), -- .start_resource = 18, -+ .start_resource = 0, - .host_id = TISCI_HOST_ID_WKUP_0_R5_0, - }, - { - .num_resource = 6, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_RING_BLOCK_COPY_CHAN), -- .start_resource = 18, -+ .start_resource = 0, - .host_id = TISCI_HOST_ID_WKUP_0_R5_1, - }, - { -- .num_resource = 2, -- .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_RING_BLOCK_COPY_CHAN), -- .start_resource = 24, -- .host_id = TISCI_HOST_ID_MCU_0_R5_0, -- }, -- { -- .num_resource = 6, -+ .num_resource = 26, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_RING_BLOCK_COPY_CHAN), -- .start_resource = 26, -+ .start_resource = 6, - .host_id = TISCI_HOST_ID_ALL, - }, - { -@@ -238,34 +226,22 @@ __attribute__(( aligned(128), section(".boardcfg_data") )) = - .start_resource = 52, - .host_id = TISCI_HOST_ID_ALL, - }, -- { -- .num_resource = 18, -- .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_BLOCK_COPY_CHAN), -- .start_resource = 0, -- .host_id = TISCI_HOST_ID_A53_2, -- }, - { - .num_resource = 6, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_BLOCK_COPY_CHAN), -- .start_resource = 18, -+ .start_resource = 0, - .host_id = TISCI_HOST_ID_WKUP_0_R5_0, - }, - { - .num_resource = 6, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_BLOCK_COPY_CHAN), -- .start_resource = 18, -+ .start_resource = 0, - .host_id = TISCI_HOST_ID_WKUP_0_R5_1, - }, - { -- .num_resource = 2, -- .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_BLOCK_COPY_CHAN), -- .start_resource = 24, -- .host_id = TISCI_HOST_ID_MCU_0_R5_0, -- }, -- { -- .num_resource = 6, -+ .num_resource = 26, - .type = TISCI_RESASG_UTYPE (TISCI_DEV_DMASS0_BCDMA_0, TISCI_RESASG_SUBTYPE_BCDMA_BLOCK_COPY_CHAN), -- .start_resource = 26, -+ .start_resource = 6, - .host_id = TISCI_HOST_ID_ALL, - }, - { --- -2.34.1 - diff --git a/source/images/j11split.png b/source/images/j11split.png deleted file mode 100644 index 7a36eb292..000000000 Binary files a/source/images/j11split.png and /dev/null differ diff --git a/source/images/j11v2.png b/source/images/j11v2.png deleted file mode 100644 index 75994593e..000000000 Binary files a/source/images/j11v2.png and /dev/null differ diff --git a/source/images/jdetnet.png b/source/images/jdetnet.png deleted file mode 100644 index b9ccf02ba..000000000 Binary files a/source/images/jdetnet.png and /dev/null differ diff --git a/source/images/jseg21.png b/source/images/jseg21.png deleted file mode 100644 index 10d7e9fe6..000000000 Binary files a/source/images/jseg21.png and /dev/null differ diff --git a/source/images/mobilenet_v1_full_offload_tflite_model.png b/source/images/mobilenet_v1_full_offload_tflite_model.png deleted file mode 100644 index 453a989e8..000000000 Binary files a/source/images/mobilenet_v1_full_offload_tflite_model.png and /dev/null differ diff --git a/source/images/mobilenet_v1_partial_offload_tflite_model.png b/source/images/mobilenet_v1_partial_offload_tflite_model.png deleted file mode 100644 index ed5783a49..000000000 Binary files a/source/images/mobilenet_v1_partial_offload_tflite_model.png and /dev/null differ diff --git a/source/images/tflite_with_tidl_offload.png b/source/images/tflite_with_tidl_offload.png deleted file mode 100644 index 55e654997..000000000 Binary files a/source/images/tflite_with_tidl_offload.png and /dev/null differ diff --git a/source/images/tidl-demo1.png b/source/images/tidl-demo1.png deleted file mode 100644 index 0870fae06..000000000 Binary files a/source/images/tidl-demo1.png and /dev/null differ diff --git a/source/images/tidl-flow.png b/source/images/tidl-flow.png deleted file mode 100644 index 5a95b3d07..000000000 Binary files a/source/images/tidl-flow.png and /dev/null differ diff --git a/source/images/tidl-objdet.png b/source/images/tidl-objdet.png deleted file mode 100644 index f4d54fac5..000000000 Binary files a/source/images/tidl-objdet.png and /dev/null differ diff --git a/source/images/tidl-segment.png b/source/images/tidl-segment.png deleted file mode 100644 index 666c4604f..000000000 Binary files a/source/images/tidl-segment.png and /dev/null differ diff --git a/source/images/tidl-sw-stack.png b/source/images/tidl-sw-stack.png deleted file mode 100644 index 134fd2f07..000000000 Binary files a/source/images/tidl-sw-stack.png and /dev/null differ