Tool/software:
I am trying to establish serial connection with the EVM using micro usb cable in Linux through Minicom. But somehow the login is not accepting password (root). I'm using the below command:
sudo minicom -D /dev/ttyUSB0 -b 115200.
I'm able to see the booting process in the terminal, however at the end of this it asks for a root login to enter into the Linux system of the SD card, which i'm not able to enter. Is there any other alternative way or workaround for this.
I've also tried using the Code Composer Studio along with the MCU+SDK package for linux, but i want to run my program in the A3 core. Is any other SDK provided with example code for runnnig on A53 cores.