Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
567 Diskussionen

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

raju1421
Neuer Beitragender I
1.924Aufrufe

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

Beschriftungen (1)
0 Kudos
1 Lösung
raju1421
Neuer Beitragender I
1.702Aufrufe

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

Lösung in ursprünglichem Beitrag anzeigen

10 Antworten
mabdrahi
Mitarbeiter
1.880Aufrufe

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.


mabdrahi
Mitarbeiter
1.866Aufrufe

Hi Raju,


Any update from your side?


raju1421
Neuer Beitragender I
1.853Aufrufe

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

mabdrahi
Mitarbeiter
1.841Aufrufe

Hi Raju,


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


mabdrahi
Mitarbeiter
1.825Aufrufe

Hi Raju,


Can we make a call about this?


raju1421
Neuer Beitragender I
1.816Aufrufe

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

mabdrahi
Mitarbeiter
1.800Aufrufe

We will use team as meeting invitation and discussion there


mabdrahi
Mitarbeiter
1.799Aufrufe

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


mabdrahi
Mitarbeiter
1.722Aufrufe

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


raju1421
Neuer Beitragender I
1.703Aufrufe

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

Antworten