Documentation/FAQ: Why /dev/ttySx is not created
This commit is contained in:
parent
5c5e75ac6f
commit
bed8161202
|
@ -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
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue