Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Tool/software: TI C/C++ Compiler
I have download the ti-processor-sdk-linux-automotive-j7-evm-07_00_01-Linux-x86-Install.bin file, and install it with the guide. install successfully. Then I run the sdk-install.sh, run successfully.
Then I run the setup.sh. I meet the issues like followings:
--------------------------------------------------------------------------------
This step will set up the u-boot variables for booting the EVM.
--------------------------------------------------------------------------------
Autodetected the following ip address of your host, correct it if necessary
[ 192.168.0.107 ]
Select Linux kernel location:
1: TFTP
2: SD card
[ 1 ]
Select root file system location:
1: NFS
2: SD card
[ 1 ]
Available kernel images in /tftproot:
Image-j7-evm.bin
k3-j721e-common-proc-board-infotainment.dtbo
k3-j721e-common-proc-board-jailhouse.dtbo
k3-j721e-common-proc-board.dtb
k3-j721e-pcie-backplane.dtbo
k3-j721e-proc-board-tps65917.dtb
k3-j721e-vision-apps.dtbo
ti-sci-firmware-j721e-gp.bin
Which kernel image do you want to boot from TFTP?
[ Image-j7-evm.bin ]
--------------------------------------------------------------------------------
Would you like to create a minicom script with the above parameters (y/n)?
[ y ]
Successfully wrote /home/mcw/ti-processor-sdk-linux-automotive-j7-evm-07_00_01/bin/setupBoard.minicom
Board could not be detected. Please connect the board to the PC.
Press any key to try checking again.
As I have no device, I just set no, and then the building is finished. I want to know if it matters when I use the sdk?