TIOVX Release Notes
Version: 11.01.00
Contents
- Introduction
- Licensing
- Getting Started
- Documentation
- What's New
- Upgrade and Compatibility Information
- Device Support
- Validation Information
- Fixed Issues
- Known Issues
- Change Requests
- Documentation Change Log
- Technical Support
- Package Versioning
Introduction
The TIOVX package consists of the Texas Instruments OpenVX conformant implementation for Jacinto7 platform
Licensing
The licensing information of this library, as well as any third-party components included which are made available under a number of other open-source licenses are enumerated as part of the manifest. A complete manifest along with export control information is detailed here [HTML].
Getting Started
The TIOVX User Guide [HTML] provides the documentation and references necessary to begin development on TI's platforms using TIOVX.
Documentation
Refer to following documentation for further details:
TIOVX User Guide | Build instructions, API Guide, tutorials, tool documentation, etc | [HTML] |
Test Reports | Conformance test reports, TI platform test reports | [XLSX] |
Software Manifest | Licenses, terms of use | [HTML] |
Static Analysis Report | C and C++ Taxonomy Report | [XLSX] |
Bidirectional Traceability Report | Traceability reports of MR to FR to Test | [XLSX] |
FMEA | Failure modes and effects analysis of TIOVX framework, platform and utils layers | Available upon request. |
What's New
ID | Summary |
---|---|
TIOVX-2256 | Granular export of the usage of DDR_SHARED_MEM |
TIOVX-2233 | Support for RGB formats with Alpha value |
TIOVX-2228 | TIOVX shall support vxCreateTensorFromROI specification |
Upgrade and Compatibility Information
File(s) | Change description | User application change required | User application recompile required |
utils/include/tivx_utils_graph_perf.h | Added print API for application's node memory usage | NO | YES | utils/include/tivx_utils_ipc_ref_xfer.h | Updated meta format internal structure to a union type | NO | YES | include/VX/vx_types.h | Introduced VX_DF_IMAGE_RGBA image type | NO | YES | include/TI/soc/tivx_config_j722s.h include/TI/tivx_tensor.h |
Added TIVX_IMAGE_MAX_SUBTENSORS and new API for creating a tensor object from a ROI | NO | YES |
The tivxSetGraphPipelineDepth API will be deprecated in the 11.1 SDK. In place of this API, please use the vxSetGraphAttribute with the VX_GRAPH_PIPELINE_DEPTH attribute as is implemented in the Pipelining 2.0 extension.
Device Support
SoC | Target (OS) | Test Plaform |
---|---|---|
J722S | x86_64 (Linux) | x86_64 Linux with Ubuntu 22.04 |
J722S | R5F, C7x running FreeRTOS or SafeRTOS A72 running Linux Kernel v6.12 or QNX |
J722S EVM |
Validation Information
This release was built and validated using the following tools:
Build Tools (included in Processor SDK RTOS):
- C7000 Code Generation Tools version: 5.0.0.LTS
- GCC ARM Linux Code Generation Tools version: 13.3
- TI ARM LLVM Code Generation Tools version: 4.0.1.LTS
Dependencies (included in Processor SDK RTOS):
- VXLIB version: 1.1.7.0
- Processor SDK RTOS version: 11.01.00
Dependencies (NOT included in Processor SDK RTOS):
- GCC: 11.4.0
- libpng: 1.2
Fixed Issues
ID | Summary |
---|---|
TIOVX-2338 | Add documentation on the pipeline migration |
TIOVX-2333 | Mapping documentation is incomplete |
TIOVX-2305 | [OBJECT ARRAY] ownInitObjArrayFromObject in vx_objarray.c has a redundant loop |
TIOVX-2279 | Spinlock implementation for QNX do not need InterruptDisable/Enable |
TIOVX-2235 | Documentation: Several groups are missing from API docs |
Known Issues
ID | Summary |
---|---|
TIOVX-1782 | [LINUX] Array test case failing with migration to latest Linux GCC compiler |
TIOVX-1453 | Linux: APIs like vxSwapImageHandle, tivxReferenceImport and export handles does not consider dma_buf_fd |
TIOVX-1309 | Canny robustness test failing on PC emulation with full conformance test suite |
TIOVX-1023 | tivxGraphPipeline.MaxDataRef disabled due to failure caused by boundary condition |
TIOVX-569 | Bmp utils do not work for loading RGBX images |
Change Requests
None
Documentation Change Log
Chapter | Description |
---|---|
Graph Pipelining in TIOVX | Detailed changes from migration to latest pipelining extension |
TIOVX Public APIs | Updated dangling APIs & organization |
Data Object Mapping | Included missing map APIs |
Using TIVX_MEMORY_TYPE_DMA | Clarified usage of TIVX_MEMORY_TYPE_DMA vs VX_MEMORY_TYPE_HOST |
Technical Support
For technical support and additional assistance, contact local TI Field Application Engineer
Package Versioning
Each package version is composed of 4 period-delimited numbers - represented here by the letters M, m, p and b [M.m.p.b]
. The table below provides a descriptive reference regarding package version numbering.
Digit | Meaning | Description |
---|---|---|
1 (M=Major) | Major revision | Incremented when the new version is substantially different from the previous For example, a new module added or an existing module's algorithm significantly altered. |
2 (m=minor) | Minor revision | Incremented when the new version has changed but not in a major way. For example, some minor changes in the API or feature set. |
3 (p=patch) | Patch number | Incremented for all other source code changes. This include any packaging support code. |
4 (b=build) | Build number | Incremented for each release delivery to CM. Reset for any change to M, m or p |
Copyright 2025, Texas Instruments Incorporated