Tool/software: Linux
VHi There,
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 instructions 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" , "2.4.2.2.4" from the "VisionSDK_Linux_UserGuide.pdf" PDF and follow the section no. "3.2" for building the "Linux Vision SDK for AVB Capture, Decode and Display UCs"
3. I did some changes in the cfg.mk file which is present under the $INSTALL_DIR/vision_sdk/apps/configs/tda2xx_evm_linux_all directory and configure some parameters as follow.
PROC_IPU1_0_INCLUDE=yes
PROC_IPU2_INCLUDE=yes
PROC_A15_INCLUDE=yes
NDK_PROC_TO_USE=ipu2
A15_TARGET_OS=Linux
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.
After that I have followed the below steps for execution of use cases.
a. login as a root user.
b. cd /opt/vision_sdk.
c source ./vision_sdk_load.sh
d. ./apps.out /*After executing this line I got below messages continuously on the console*/
root@dra7xx-evm:/opt/vision_sdk# ./apps.out
[HOST] OSA: MEM: 0: Mapped 0xa0100000 to 0xb69bc000 of size 0x00100000
[HOST] OSA: MEM: 1: Mapped 0x84203000 to 0xa6fbc000 of size 0x0fa00000
[HOST] OSA: MEM: 2: Mapped 0xa0200000 to 0xa6efc000 of size 0x00040000
[HOST] OSA: MEM: 3: Mapped 0xa02c0000 to 0xa6f3c000 of size 0x00080000
[HOST] OSA: MEM: 4: Mapped 0xa0440000 to 0xa6cfc000 of size 0x00200000
[HOST] OSA: IPU1-0 Remote Log Shared Memory @ 0xa0200000
[HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
[HOST] [IPU2 ] 14.557616 s: ***** IPU2 Firmware build time 14:49:42 Dec 8 2017
[HOST] [IPU2 ] 14.557799 s: *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
[HOST] [IPU2 ] 14.567254 s: SYSTEM: System Common Init in progress !!!
[HOST] [IPU2 ] 14.578265 s: UTILS: CIO: Init Done !!!
[HOST] [IPU2 ] 14.578356 s: SYSTEM: IPC init in progress !!!
[HOST] [IPU2 ] 14.578417 s: SYSTEM: Attaching to [IPU1-0] ...
[HOST] [IPU2 ] 14.861343 s: NSP GMAC: PHY 2 Found on MAC Port 0
[HOST] [IPU2 ] 14.861892 s: NSP GMAC: PHY 3 Found on MAC Port 1
[HOST] [IPU2 ] 15.586073 s: SYSTEM: Attaching to [IPU1-0] ...
@Note:- 1. Please confirm all the steps which are followed by me is correct or not and which one document I should refer for "AVB" related use cases?.
Please do needful as soon as possible and also find the attached log file for the same.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/Linux_5F00_Network.log.tar.7z
Regards,
Anshul Jain.