fitlet2 serial port naming for centos 7
Moderator: Andrey.Mazlin
fitlet2 serial port naming for centos 7
do you have a solution to activate fitlet2 serial com port on centos 7 ?
-
- Posts: 102
- Joined: Tue May 05, 2020 10:02 am
Re: fitlet2 serial port naming for centos 7
Did you try this?
----------------------------------------------
Let's open up our text editor: nano /etc/sysconfig/grub.
Find the line labeled GRUB_CMDLINE_LINUX and add console=ttyS0 to the end (this assumes your serial port is ttyS0). ...
Save the file and exit.
Run
Code: Select all
stty -F /dev/ttyS0 speed 9600
Then
Code: Select all
grub2-mkconfig -o /boot/grub2/grub.cfg
Finally
Code: Select all
systemctl start getty@ttyS0
Andrey Mazlin,
Edge Computers Department Application Support Engineer
Useful links:
Main site: https://edge.compulab.com/
Support Wiki: http://www.fit-pc.com/wiki/
Support mail: edgesupport@compulab.co.il
Edge Computers Department Application Support Engineer
Useful links:
Main site: https://edge.compulab.com/
Support Wiki: http://www.fit-pc.com/wiki/
Support mail: edgesupport@compulab.co.il