This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:applications:gpio:i2s [2024/07/10 01:58] sravan [I2S Usage] |
products:sbc:common:applications:gpio:i2s [2026/09/14 05:28] (current) nick |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| | ::: | | ::: | ||
| | ::: | | ::: | ||
| + | | ::: | ||
| + | | ::: | ||
| + | ^ VIM 5 | 29 (BCK) | PIN.A1 | ||
| + | | ::: | ||
| + | | ::: | ||
| | ::: | | ::: | ||
| | ::: | | ::: | ||
| Line 69: | Line 74: | ||
| After reboot, you can connect your i2s device to corresponding pins. | After reboot, you can connect your i2s device to corresponding pins. | ||
| + | |||
| + | <tabbox VIM 5> | ||
| + | |||
| + | Edit ''/ | ||
| + | |||
| + | e.g. To enable '' | ||
| + | |||
| + | ```shell | ||
| + | fdt_overlays=i2s | ||
| + | |||
| + | ``` | ||
| + | |||
| + | After reboot, you can connect your i2s device to corresponding pins. | ||
| + | |||
| + | ```shell | ||
| + | $ aplay -Dhw:0,1 test002.wav | ||
| + | ``` | ||
| </ | </ | ||