Changes

Jump to: navigation, search

Linux Mint: Serial port name bug on fitlet2 with Atom CPU

329 bytes added, 07:06, 12 September 2019
/* Temporary solution */
6: uart:16550A mmio:0x281011000 irq:6 tx:10 rx:10 RTS|DTR
7: uart:16550A mmio:0x7FFFF0C000 irq:7 tx:0 rx:0 CTS
</pre>
 
== Compile custom kernel ==
* Another way is to get serial port working is to recompile your kernel manually and disable CONFIG_SERIAL_DEV_BUS in menuconfig:
<pre>
Device Drivers ->
Character devices ->
< > Serial device bus
</pre>
* As result in .config will appear:
<pre>
# CONFIG_SERIAL_DEV_BUS is not set
</pre>
425
edits