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.

TDA4VMXEVM: Problem with setup PSDKLA uboot-env.sh

Part Number: TDA4VMXEVM

Hi,

I have some problems during the setup of PSDKLA 07_00_01 for TDA4EVMX.
After I run the installer and sdk-install.sh script, I execute the setup.sh script:

--------------------------------------------------------------------------------"
This step will set up minicom (serial communication application) for
SDK development


For boards that contain a USB-to-Serial converter on the board such as:
        * BeagleBone
        * Beaglebone Black
        * AM335x EVM-SK
        * AM57xx EVM
        * K2H, K2L, and K2E EVMs

the port used for minicom will be automatically detected. By default Ubuntu
will not recognize this device. Setup will add a udev rule to
/etc/udev/ so that from now on it will be recognized as soon as the board is
plugged in.

For other boards, the serial will defualt to /dev/ttyS0. Please update based
on your setup.

--------------------------------------------------------------------------------


NOTE: If your using any of the above boards simply hit enter
and the correct port will be determined automatically at a
later step.  For all other boards select the serial port
that the board is connected to.
Which serial port do you want to use with minicom?
[ /dev/ttyS0 ] /dev/ttyUSB0

Copied existing /home/thomas/.minirc.dfl to /home/thomas/.minirc.dfl.old

Configuration saved to /home/thomas/.minirc.dfl. You can change it further from inside
minicom, see the Software Development Guide for more information.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
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
[ 172.16.1.55 ]

Select Linux kernel location:
 1: TFTP
 2: SD card

[ 1 ] 1

Select root file system location:
 1: NFS
 2: SD card

[ 1 ] 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 ] y

Successfully wrote /home/thomas/tda4vmx/psdk-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.

TDA4EVMX is connected to this linux machine. Following command shows, that the USB-to-Serial-Converter has connected:

thomas@dt-tda4:~$ lsusb -vv | grep 0403
Bus 001 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
  idVendor           0x0403 Future Technology Devices International, Ltd

However, the setup-uboot-env.sh script search for 0403:6011, not 0403:6010.

So what to do? Should I simply edit the value of setup-uboot-env.sh to 0403:6010? Do I need to change some values elsewhere too?

Best regards,
Thomas