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.

SK-AM62P-LP: SK-AM62P-LP

Part Number: SK-AM62P-LP

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. 

  • 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 ent

    It could be your terminal software has hardware handshake enabled for the serial port, preventing the transmission of data? Try turning off hardware handshake by either setting it to software handshake or by turning it off altogether.

    Regards, Andreas