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.

PROCESSOR-SDK-AM62A: Reducing Linux Boot Time: Direct Login

Part Number: PROCESSOR-SDK-AM62A

How to login directly without typing "root" in the login?

Can you give an example with username and password also?

  • Hi Sathiya,

    First of all, please ensure you really want to do that, since it opens a security hole in your Linux system. If you want to start your application right after Linux booted, you can always create a systemd service to automatically start your application.

    If you still want to do auto login, please search 'systemd autologin' on internet, you will find the answer.