Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:applications:gpio:uart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:common:applications:gpio:uart [2023/11/07 05:09]
nick [Enable UART]
products:sbc:common:applications:gpio:uart [2023/11/07 05:09] (current)
nick [Enable UART]
Line 42: Line 42:
  
  
-e.g. Enable ''UART_E'', you need to add ''uart_e'' to node ''fdt_overlays'' if it doesn't exist.+e.g. Enable ''UART_C'', you need to add ''uart3'' to node ''fdt_overlays'' if it doesn't exist.
  
 ```shell ```shell
-fdt_overlays=uart_e+fdt_overlays=uart3
  
 ``` ```
Line 52: Line 52:
  
 ```shell ```shell
-$ ls /dev/ttyS4 +$ ls /dev/ttyS3 
-/dev/ttyS4+/dev/ttyS3
 ``` ```
  
Line 61: Line 61:
  
  
-e.g. Enable ''UART_E'', you need to add ''uart_e'' to node ''fdt_overlays'' if it doesn't exist.+e.g. Enable ''UART_C'', you need to add ''uart3'' to node ''fdt_overlays'' if it doesn't exist.
  
 ```shell ```shell
-fdt_overlays=uart_e+fdt_overlays=uart3
  
 ``` ```
Line 71: Line 71:
  
 ```shell ```shell
-$ ls /dev/ttyS4 +$ ls /dev/ttyS3 
-/dev/ttyS4+/dev/ttyS3
 ``` ```
  
Last modified: 2023/11/07 05:09 by nick