Documentation/FAQ: Why /dev/ttySx is not created

This commit is contained in:
Alan C. Assis 2021-08-06 18:33:38 -03:00 committed by saramonteiro
parent 5c5e75ac6f
commit bed8161202
1 changed files with 12 additions and 0 deletions

View File

@ -82,6 +82,18 @@ You need to enable these options in the menuconfig:
[*] Support SIGINT [*] Support SIGINT
(0x03) Serial parse SIGINT characters (0x03) Serial parse SIGINT characters
Why isn't /dev/ttySx created when using USB Console even when UART is enabled?
==============================================================================
If you don't use serial console then /dev/ttyS0 will not be created,
even if you enable the UART peripheral at "System Type".
You can fix it enabling the Serial Upper-Half Driver:
Device Drivers --->
Serial Driver Support --->
[*] Enable standard "upper-half" serial driver
Network Network
======= =======