Hi,
The file "/ti-processor-sdk-rtos-j721s2-evm-09_00_00_02/vision_apps/tools_path.mak" has the following line at the start:
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The file "/ti-processor-sdk-rtos-j721s2-evm-09_00_00_02/vision_apps/tools_path.mak" has the following line at the start:
We maintain a copy of the released vision_apps folder with a few addons and patches for our application.
Let's say we have these paths:
To build our vision_apps, we do
# export PSDKR_PATH=/opt/ti-processor-sdk-rtos-j721e-evm-09_00_00_02 # cd $PSDKR_PATH/sdk_builder # make vision_apps -j VISION_APPS_PATH=/opt/custom_vision_apps PSDK_PATH=$PSDKR_PATH
The makefile flow is then
$PSDKR_PATH/sdk_builder/Makefile include tools_path.mak PSDK_PATH ?= $(abspath ..) # Still stays to $PSDKR_PATH include vision_apps_build_flags.mak PSDK_PATH ?= $(abspath ..) # Still stays to $PSDKR_PATH include makerules/makefile_vision_apps.mak $(MAKE) -C $(VISION_APPS_PATH) /opt/custom_vision_apps/Makefile include tools_path.mak PSDK_PATH = $(abspath ..) # PSDK_PATH gets reassigned
If I add
$(error "PSDK_PATH=$(PSDK_PATH)")
in my custom_vision_apps/tools_path.mak, it indeed prints
Hi Fred,
Thank you for the explaination.
I have filed JIRA for this.
Placing the JIRA link here for internal tracking purpose.
jira.itg.ti.com/browse/ADASVISION-6097
This should be resolved in the upcoming release. If any updates, I shall let you know.
Regards,
Nikhil