This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:applications:gpio:uart [2023/11/07 05:09] nick [Enable UART] |
products:sbc:common:applications:gpio:uart [2024/08/06 08:27] (current) nick |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| | ::: | ::: | | ::: | ::: | ||
| ===== Enable UART ===== | ===== Enable UART ===== | ||
| + | |||
| + | ==== Linux ==== | ||
| + | |||
| In order to use the UART, you need to enable the UART function via [[products: | In order to use the UART, you need to enable the UART function via [[products: | ||
| Line 42: | Line 45: | ||
| - | e.g. Enable '' | + | e.g. Enable '' |
| ```shell | ```shell | ||
| - | fdt_overlays=uart_e | + | fdt_overlays=uart3 |
| ``` | ``` | ||
| Line 52: | Line 55: | ||
| ```shell | ```shell | ||
| - | $ ls /dev/ttyS4 | + | $ ls /dev/ttyS3 |
| - | /dev/ttyS4 | + | /dev/ttyS3 |
| ``` | ``` | ||
| Line 61: | Line 64: | ||
| - | e.g. Enable '' | + | e.g. Enable '' |
| ```shell | ```shell | ||
| - | fdt_overlays=uart_e | + | fdt_overlays=uart3 |
| ``` | ``` | ||
| Line 71: | Line 74: | ||
| ```shell | ```shell | ||
| - | $ ls /dev/ttyS4 | + | $ ls /dev/ttyS3 |
| - | /dev/ttyS4 | + | /dev/ttyS3 |
| ``` | ``` | ||
| Line 112: | Line 115: | ||
| /dev/ttyS2 | /dev/ttyS2 | ||
| ``` | ``` | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Android ==== | ||
| + | |||
| + | <tabbox VIM1S> | ||
| + | |||
| + | '' | ||
| + | |||
| + | |||
| + | <tabbox VIM4> | ||
| + | |||
| + | '' | ||
| + | |||
| + | <tabbox VIM3> | ||
| + | |||
| + | '' | ||
| </ | </ | ||