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.

Linux: Could not findout camnodes.sh script under the /opt/vision_sdk after successfully build.



Tool/software: Linux

https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/Linux.log.tar.7zHi,

I have installed Vision SDK_03_01_00_00 using  "PROCESSOR_SDK_VISION_03_01_00_00_setuplinux.bin" installer on the Ubuntu 14.04 (64 bit) machine successfully and followed all the steps which are mentioned in the "VisionSDK_Linux_UserGuide.pdf" PDF, Which is present under the docs/Linux directory.

2. I have followed all the instruction which are mentioned in section no. "2.2.1" , "2.2.3" , "2.4.1" , "2.4.2.1.1 to 2.4.2.1.4" , "2.4.2.2.2 to 2.4.2.2.4" from the "VisionSDK_Linux_UserGuide.pdf" PDF  and for cloning the ipumm package I have referred section no. "2.4.2.2.1"  and use the "git checkout -b ipumm_dev 365a9a5" command after the cloning.

3. For Framework Components, I have referred section no. "2.4.2.2.3" and did some changes accordingly, because I want to use IPUMM=yes, So as mentioned in the "VisionSDK_Linux_UserGuide.pdf" PDF, I have replaced this existing framework_component package with the downloaded version.

4. After that I have referred "VisionSDK_UserGuide_BuildSystem.pdf" PDF and referred the section no. "4.2.1" and used IPUMM_INCLUDE=yes and IVAHD_INCLUDE=no in the cfg.mk file which is present under the $INSTALL_DIR/vision_sdk/apps/configs/tda2xx_evm_linux_all directory and for CPUs I have used the below configuration in the same file as mentioned below.

PROC_IPU1_0_INCLUDE=yes
PROC_IPU1_1_INCLUDE=no
PROC_IPU2_INCLUDE=yes
PROC_A15_0_INCLUDE=yes
PROC_DSP1_INCLUDE=yes
PROC_DSP2_INCLUDE=yes
PROC_EVE1_INCLUDE=yes
PROC_EVE2_INCLUDE=yes
PROC_EVE3_INCLUDE=yes
PROC_EVE4_INCLUDE=yes


2. For building Linux Vision SDK for Video Capture and Display use-cases, I have followed below mentioned steps.

1. I have followed all the instructions which are mentioned in section no. "3.1" of "VisionSDK_Linux_UserGuide.pdf" PDF.

Note:- I have used MAKECONFIG=tda2xx_evm_linux_all and MAKEAPPNAME?=apps in the Rules.make file which is present  under the $INSTALL_DIR/vision_sdk/build directory.

2. After the successfully build, I have used section no. "4.2" of "VisionSDK_Linux_UserGuide.pdf" PDF for making the SD card Bootable.
3. For Running the demos I followed below mentioned steps.

a. login as a root user.
b. cd /opt/vision_sdk
c. ./camnodes.sh  /*It says -sh: ./camnodes.sh: No such file or directory*/

Regards,

Anshul Jain.