Part Number: TDA4VMXEVM
setup.sh doesn't keep minicom port device as blow.
I set the right device "/dev/ttyUSB0" in setup.sh, but the script detect incorrect device "/dev/ttyUSB2" automatically.
Can I keep the right device name in setup.sh?
----------------------------------------------------
$ ./setup.sh
-------------------------------------------------------------------------------
TISDK setup script
This script will set up your development host for SDK development.
Parts of this script require administrator priviliges (sudo access).
-------------------------------------------------------------------------------
(nip)
--------------------------------------------------------------------------------"
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/XX/.minirc.dfl to /home/XX/.minirc.dfl.old
Configuration saved to /home/XX/.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
[ ] XX.XX.XX.XX
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
backup_06_01_01_02
k3-j721e-common-proc-board-infotainment-display-sharing.dtbo
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/XX/ti-processor-sdk-linux-automotive-j7-evm-06_02_00/bin/setupBoard.minicom
Detecting connection to board... Couldn't open device, some information will be missing
/dev/ttyUSB2
--------------------------------------------------------------------------------
Would you like to run the setup script now (y/n)?
Please connect the ethernet cable as described in the Quick Start Guide.
Once answering 'y' on the prompt below, you will have 300 seconds to connect
the board and power cycle it before the setup times out
After successfully executing this script, your EVM will be set up. You will be
able to connect to it by executing 'minicom -w' or if you prefer a windows host
you can set up Tera Term as explained in the Software Developer's Guide.
If you connect minicom or Tera Term and power cycle the board Linux will boot.
[ y ]