Tool/software: Linux
Hi,
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 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 have followed 2nd point of section no. "4.3".
a. login as a root user.
b. cd /opt/vision_sdk
c. source ./vision_sdk_load.sh /*After running this script I got an error messages on the console as follows*/
root@dra7xx-evm:/opt/vision_sdk# source ./vision_sdk_load.sh
[ 37.423713] DMA: Module install successful, device major num = 242
[ 37.430086] DRV: Module install successful
insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
./disableDssInterruptsOnA15.sh: line 11: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 12: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 13: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 14: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 15: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 16: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 17: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 18: @0x4A002AC4:: command not found
./disableDssInterruptsOnA15.sh: line 19: @0x4A002AC4:: command not found
updated 0x4A002AC4 value is 00930000
Note:- 1. I am working on TDA2XX EVM.
2. Please find the attached log file for the same, Within the log file I am also getting some error messages as follows.
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid Backup GPT ***
ERROR: cannot find partition: 'userdata'
Please do needful as soon as possible.
(Please visit the site to view this file)
Regards,
Anshul Jain.