SPRAD48
July 2022
DRA829J
,
DRA829J-Q1
,
DRA829V
,
DRA829V-Q1
,
TDA4VM
,
TDA4VM-Q1
Abstract
Trademarks
1
Introduction
2
Summary of Changes
3
Procedure to Apply the Changes
3.1
Do Not Skip Any of These Steps
3.2
Patch Information
4
Build Instructions
4.1
PSDKRA Build Instructions
4.2
PSDKLA Build Instructions
5
Demo Applications
5.1
Basic OpenVX Kernels
5.2
Capture - Display UseCase
5.2.1
Steps to Enable Demo
5.3
Single Camera VPAC Application Demo
5.3.1
Steps to Enable Demo
5.4
Multi Camera VPAC Application Demo
5.4.1
Steps to Enable Demo
6
Run Instructions
7
Basic Demo Applications
8
Single Camera VPAC Application Demo
9
Multi Camera VPAC Application Demo
10
Limitations
2
Summary of Changes
Configure R5F as host
Provide DDR_SHARED_MEM to R5F and remove all its dependencies from A72.
Four demo applications that are available to demonstrate the ability of OpenVX applications to run on R5F core
Two demo applications are available at
tiovx/tutorials/ch06_openVX_r5_demo
for demonstration
Library for Single Camera VPAC Demo Application is built on R5F and is available for demonstration.
Library for Multi Camera VPAC Demo Application is built on R5F and is available for demonstration.
Creation of generic macro
TIOVX_HOST_R5F
so that you can choose the host during build.
TIOVX_HOST_R5F
in
tiovx/build_flags.mak
gives you the flexibility to choose the host (A72 or R5F)
If
TIOVX_HOST_R5F?=yes
, then the Host is R5F. Perform a clean build of the SDK after the change