Performed the following steps:
Enabling Android Automotive on Your TI Development Board
When performing these steps from 3 to 5, the following are the outcomes:
3. Open a terminal debugger to view console output from the device (dmesg: kernel ring buffer, logcat: log of system messages): $ sudo picocom -b 115200 /dev/ttyUSB0
--> No response after sending this command.
4. Enable fastboot on the device through the terminal debugger: => fastboot 0
--> "waiting for any device" is the response when sending the fastboot 0 in terminal.
5. In a different terminal, change directory to emmc_files and run the fastboot.sh script: $ cd ~/ti-processor-sdk-android--/board-support/emmc_files $ sudo ./fastboot.sh; sudo ./fastboot reboot
--> "No device detected. Please ensure that fastboot is running on the target device"
It seems that the USB port J45 is always offline. Is there a steps need to be done first before inserting the SD card with the Android Automotive image to start the boot process?


