![]() |
TIOVX User Guide
|
Build Option | Description | Default Setting |
---|---|---|
PROFILE | Determines which profile to build for. Valid values are: release / debug / all | all |
BUILD_EMULATION_MODE | Builds PC emulation mode | yes |
BUILD_EMULATION_ARCH | PC emulation architecture. Valid values are: X86 / x86_64 / all | x86_64 |
BUILD_TARGET_MODE | Builds for target SoC platform like TDAxx | yes |
BUILD_CONFORMANCE_TEST | Builds entire test suite executable | yes |
BUILD_IVISION_KERNELS | Builds iVision kernels | no |
BUILD_TUTORIAL | Builds OpenVX tutorial | yes |
BUILD_LINUX_MPU | Builds for A72 Linux target (NOT used in PC HOST emulation mode | yes |
BUILD_SDK | Builds for SDK SW platform. Valid values are: psdkra (for Processor SDK RTOS J7) / platform | psdkra |
BUILD_IGNORE_LIB_ORDER | When set to yes, it ignores the static library order listed in makefiles when building on the PC. | yes |
BUILD_CT_KHR | Builds and includes the Khronos OpenVX 1.1 conformance tests suite. | yes |
BUILD_CT_TIOVX | Builds and includes the TI-added tests suite (for TI extensions and additional rohbustness testing). | yes |
BUILD_CT_TIOVX_IVISION | Builds and includes the tests for IVISION kernels test suite. | no |
BUILD_CT_TIOVX_TIDL | Builds and includes the tests for TIDL kernel test suite. | yes |
BUILD_CT_TIOVX_HWA | Builds and includes the tests for HWA kernels test suite. | yes |
BUILD_CT_TIOVX_HWA_NEGATIVE_TESTS | Builds and includes a large set of negative tests for HWA kernels | yes |
BUILD_CT_TIOVX_HWA_DISPLAY_TESTS | Builds and includes display test cases Note: in order to run on J7 platform, a display must be connected | no |
BUILD_CT_TIOVX_HWA_CAPTURE_TESTS | Builds and includes a large set of negative tests for HWA kernels Note: in order to run on J7 platform, 4 IMX390 cameras must be connected to a Fusion board which is connected to the EVM | no |
BUILD_CT_TIOVX_HWA_CSITX_TESTS | Builds and includes csitx test cases Note: in order to run on J7 platform, the following setup is required:
| no |
BUILD_TYPE | Specifies the build configuration as development or production. Valid values are: dev / prod | dev |
BUILD_CORE_KERNELS | Builds and loads all core kernels and associated test cases. This flag is enabled when BUILD_TYPE is "dev" and disabled when BUILD_TYPE is "prod". | yes |
BUILD_EXT_KERNELS | Builds and loads all extension kernels and associated test cases. This flag is enabled when BUILD_TYPE is "dev" and disabled when BUILD_TYPE is "prod". | yes |
BUILD_TEST_KERNELS | Builds and loads all test kernels and associated test cases. This flag is enabled when BUILD_TYPE is "dev" and disabled when BUILD_TYPE is "prod". | yes |