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: 84
- Joined: Tue May 05, 2020 7: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, Application Support Engineer
Useful links:
https://fit-iot.com/web/
Support Wiki: http://www.fit-pc.com/wiki/
Support mail: fitpcsupport@compulab.co.il
Useful links:
https://fit-iot.com/web/
Support Wiki: http://www.fit-pc.com/wiki/
Support mail: fitpcsupport@compulab.co.il