Forum Discussion

raju1421's avatar
raju1421
Icon for Occasional Contributor rankOccasional Contributor
3 years ago
Solved

Seeking Advice on Autologin for Agilex F-series Transceiver-SOC Development Kit

Dear Experts,

Currently, I am working on the Agilex F-series Transceiver-SOC Development Kit with EMMC Flash as the booting device. I am using Poky (Yocto Project Reference Distro) 4.1.4 agilex_fm61 with the console connected to /dev/ttyS0.

The challenge I'm facing is that I can't seem to achieve autologin and get rid of the login prompt. I have made changes to the /etc/inittab file, but the desired result is still not being achieved.

Could anyone please guide me on how to properly set up autologin and eliminate the login prompt on the Agilex F-series Transceiver-SOC Development Kit?

Your valuable assistance would be greatly appreciated.

Thank you in advance.

Regards

Raju Satrasala

  • Hi @mabdrahi ,

    After the discussion with the Intel Team,

    I have find a way for autologin and it is working as expected.

    Thanks & Regards

    Satrasala Raju

10 Replies

  • HI Raju,


    If you are using systemd, in the file meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service change the ExecStart in the service to this :


    ExecStart=-/sbin/agetty -a USERNAME -8 -L %I @BAUDRATE@ $TERM


    try change USERNAME to root or other.


    • raju1421's avatar
      raju1421
      Icon for Occasional Contributor rankOccasional Contributor

      Hi @mabdrahi ,

      Thanks for the response.

      As per your steps,we attempted to update systemd using the following command:

      ExecStart=-/sbin/agetty -8 -a root -L %I @BAUDRATE@ $TERM

      Despite this update, it appears that the system is still prompting for the password,

      indicating that the issue has not been resolved yet.

      Thanks & Regards

      Satrasala Raju

  • Hi Raju,


    I will try to give you best solution and i will check it at my end


    • raju1421's avatar
      raju1421
      Icon for Occasional Contributor rankOccasional Contributor

      Hi @mabdrahi ,

      Thanks for the response.

      Sure, we can have a discussion via Microsoft teams. Let me know at what time we can have a call.

      Thanks & Regards

      Satrasala Raju

  • We will use team as meeting invitation and discussion there


  • Here is a another link for baremetal application that may help you to toggle led


  • If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.


    • raju1421's avatar
      raju1421
      Icon for Occasional Contributor rankOccasional Contributor

      Hi @mabdrahi ,

      After the discussion with the Intel Team,

      I have find a way for autologin and it is working as expected.

      Thanks & Regards

      Satrasala Raju