This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:applications:gpio:uart [2024/08/06 08:27] nick |
products:sbc:common:applications:gpio:uart [2026/09/14 05:22] (current) nick |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ^ VIM1S | UART_C | ^ VIM1S | UART_C | ||
| | ::: | ::: | | ::: | ::: | ||
| + | ^ VIM 5 | UART_AO_E | ||
| + | | ::: | ::: | ||
| ===== Enable UART ===== | ===== Enable UART ===== | ||
| Line 115: | Line 117: | ||
| /dev/ttyS2 | /dev/ttyS2 | ||
| ``` | ``` | ||
| + | |||
| + | <tabbox VIM 5> | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | |||
| + | e.g. Enable '' | ||
| + | |||
| + | ```shell | ||
| + | fdt_overlays=uart_ao_e | ||
| + | |||
| + | ``` | ||
| + | |||
| + | After reboot, you will see the UART device node. | ||
| + | |||
| + | ```shell | ||
| + | $ ls /dev/ttyS4 | ||
| + | /dev/ttyS4 | ||
| + | ``` | ||
| + | |||
| </ | </ | ||