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

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

raju1421
New Contributor I
1,363 Views

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

Labels (1)
0 Kudos
1 Solution
raju1421
New Contributor I
1,141 Views

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

View solution in original post

0 Kudos
10 Replies
mabdrahi
Employee
1,319 Views

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.


0 Kudos
mabdrahi
Employee
1,305 Views

Hi Raju,


Any update from your side?


0 Kudos
raju1421
New Contributor I
1,292 Views

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

0 Kudos
mabdrahi
Employee
1,280 Views

Hi Raju,


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


0 Kudos
mabdrahi
Employee
1,264 Views

Hi Raju,


Can we make a call about this?


0 Kudos
raju1421
New Contributor I
1,255 Views

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

0 Kudos
mabdrahi
Employee
1,239 Views

We will use team as meeting invitation and discussion there


0 Kudos
mabdrahi
Employee
1,238 Views

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


0 Kudos
mabdrahi
Employee
1,161 Views

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


0 Kudos
raju1421
New Contributor I
1,142 Views

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

0 Kudos
Reply