fitlet2 serial port naming for centos 7

Moderator: Andrey.Mazlin

Post Reply
liorK
Posts: 1
Joined: Thu May 21, 2020 1:12 pm

fitlet2 serial port naming for centos 7

Post by liorK »

do you have a solution to activate fitlet2 serial com port on centos 7 ?

Andrey.Mazlin
Posts: 102
Joined: Tue May 05, 2020 10:02 am

Re: fitlet2 serial port naming for centos 7

Post by Andrey.Mazlin »

liorK wrote:
Thu May 21, 2020 3:18 pm
do you have a solution to activate fitlet2 serial com port on 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

Post Reply

Return to “General fitlet2 questions”