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:spi [2023/11/07 05:07] nick [Enable SPI] |
products:sbc:common:applications:gpio:spi [2025/02/17 21:40] (current) nick [Enable SPI] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| | | | | ||
| - | ^ VIM3/ | + | ^ VIM3/ |
| | ::: | ::: | | ::: | ::: | ||
| | ::: | ::: | | ::: | ::: | ||
| Line 47: | Line 47: | ||
| - | e.g. Enable '' | + | e.g. Enable '' |
| ```shell | ```shell | ||
| - | fdt_overlays=spi0 | + | fdt_overlays=spi1 |
| ``` | ``` | ||
| After reboot, you will see the SPI device node. | After reboot, you will see the SPI device node. | ||
| + | |||
| + | ```shell | ||
| + | $ ls / | ||
| + | / | ||
| + | ``` | ||
| <tabbox VIM3L with 5.15 kernel> | <tabbox VIM3L with 5.15 kernel> | ||
| Line 61: | Line 65: | ||
| - | e.g. Enable '' | + | e.g. Enable '' |
| ```shell | ```shell | ||
| - | fdt_overlays=spi0 | + | fdt_overlays=spi1 |
| ``` | ``` | ||
| After reboot, you will see the SPI device node. | After reboot, you will see the SPI device node. | ||
| + | |||
| + | ```shell | ||
| + | $ ls / | ||
| + | / | ||
| + | ``` | ||
| <tabbox VIM4> | <tabbox VIM4> | ||
| Line 613: | Line 622: | ||
| Connect PIN36(MOSI), | Connect PIN36(MOSI), | ||
| + | |||
| + | |||
| ```shell | ```shell | ||
| - | $ ./ | + | $ ./ |
| spi mode: 0x0 | spi mode: 0x0 | ||
| bits per word: 8 | bits per word: 8 | ||
| max speed: 500000 Hz (500 KHz) | max speed: 500000 Hz (500 KHz) | ||
| ``` | ``` | ||
| + | |||
| + | <WRAP important > | ||
| + | Please choose the correct spi device node. | ||
| + | </ | ||
| + | |||
| Check output data: | Check output data: | ||