Other Parts Discussed in Thread: BEAGLEBOARD-X15,
I have a AM5728 custom board.
The SDK version: ti-processor-sdk-android-am57xx-evm-06.03.00.106-Linux-x86-Install.bin
system : Ubuntu 18.04
I follow http://software-dl.ti.com/processor-sdk-android/esd/docs/latest/android/Overview_Getting_Started_Guide.html#run-setup-scripts Run Setup Scripts
......................................................................................................................
skyliqf@skyliqf-System-Product-Name:~/workhome/ti-processor-sdk-android-am57xx-evm-06.03.00.106$ ./setup.sh
Just a simple wrapper over the fastboot.sh to set the appropriate paths.
--------------------------------------------------------------------------------"
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/ttyUSB0 ]
Copied existing /home/skyliqf/.minirc.dfl to /home/skyliqf/.minirc.dfl.old
Configuration saved to /home/skyliqf/.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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Would you like to create a minicom script to configure the board (y/n)?
[ y ]
Successfully wrote /home/skyliqf/workhome/ti-processor-sdk-android-am57xx-evm-06.03.00.106/bin/setupBoard.minicom
Board could not be detected. Please connect the board to the PC.
Press any key to try checking again.
Board could not be detected. Please connect the board to the PC.
Press any key to try checking again.
.................................................................................................
I use uart3 to connect to pc. I can recognize the serial device.
.....................................................................................................
skyliqf@skyliqf-System-Product-Name:~$ ls /dev/ttyUSB*
/dev/ttyUSB0
skyliqf@skyliqf-System-Product-Name:~$
....................................................................................................
Enter $ sudo minicom in the terminal to connect to the board.
Why does it prompt "Board could not be detected. Please connect the board to the PC" when running setup.sh?