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.

TDA2PXEVM: Compile and deploy

Part Number: TDA2PXEVM


Hi Team,

Customer uses TDA2Px development board, TF card is 32G. The computer system is ubuntu16.04. He downloaded the PROCESSOR_SDK_VISION_03_08_00_00_setuplinux.bin SDK and successfully installed on ubuntu.

He wants to know how to build a compilation environment? 

The compilation environment is set up as follows:

1) Download & install the vision SDK 3.8 . done!

2) Install package required for the build (chapter 2.2.3 Other mandatory software packages for build). done!

3) Do the below changes in the vision_sdk/build/Rules.make

MAKECONFIG?=tda2px_evm_linux_all

4) Follow the instruction provided in the user-guide for GIT configuration set-up (chapter 2.4.1 One time PC set up).

5) cd vision_sdk/build/

6) Run the below script from the build directory, this will clone kernel, u-boot, etc.

./hlos/scripts/linux/setup_linux.sh.

This refers to 2.4.2.1, do I need to go through 2.4.2.1.1~2.4.2.1.3

7)Follow the instruction provided in the user-guide for target file system set-up(chapter 2.4.2.1.4 Download and untar file system)

8)Follow the instruction provided in the user-guide for A15 compiler set-up (chapter 2.2.1 A15 Compiler, Linker)

9) make linux

10) make linux_install

11) make -s -j depend

12) make -s -j

Is this ok?

He followed all the operations of 2.2 and 2.4 in the document (v03.08.00) Linux User Guide, and the compilation passed. How to use blank TF card to make TD2Px boot TF card?

Thanks.

Annie