Remember
Register
Home
/
Support
/
Support Forum
/
Booting the system without asking for the user login
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(385)
Python
(1,017)
RF Solutions and XBee
(8,435)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,170)
Android
(45)
NET+OS
(2,445)
Linux
(961)
Windows CE
(86)
Plug N' Play
(466)
Google Coral
(2)
Rabbit
(3,198)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
Booting the system without asking for the user login
0
votes
Hi,
I dont want to be asked for the user login everytime I boot the system with a ccimx6ulsbc pro with yocto image. I would like to be always root so I want to start being root automaticaly without being asked.
How can I do that?
yocto
digi
ccimx6ulsbc
embedded-linux
root
asked
Apr 1, 2020
in
Linux
by
pablovi96
New to the Community
(
26
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
I have solved this with the following lines in the /etc/inittab:
1:2345:respawn:/bin/login -f root ttymxc4 </dev/ttymxc4>/dev/ttymxc4 2>&1
answered
Apr 1, 2020
by
pablovi96
New to the Community
(
26
points)
Please
log in
or
register
to add a comment.
...