Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:applications:gpio:spi

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:applications:gpio:spi [2025/01/09 20:35]
nick
products:sbc:common:applications:gpio:spi [2025/02/17 21:40] (current)
nick [Enable SPI]
Line 51: Line 51:
 ```shell ```shell
 fdt_overlays=spi1 fdt_overlays=spi1
- 
 ``` ```
  
 After reboot, you will see the SPI device node. After reboot, you will see the SPI device node.
 +
 +```shell
 +$ ls /dev/spidev2.1 
 +/dev/spidev2.1
 +```
  
 <tabbox VIM3L with 5.15 kernel> <tabbox VIM3L with 5.15 kernel>
Line 69: Line 73:
  
 After reboot, you will see the SPI device node. After reboot, you will see the SPI device node.
 +
 +```shell
 +$ ls /dev/spidev2.1 
 +/dev/spidev2.1
 +```
  
 <tabbox VIM4> <tabbox VIM4>
Line 623: Line 632:
 ``` ```
  
-<WRAP tip >+<WRAP important >
 Please choose the correct spi device node. Please choose the correct spi device node.
 </WRAP> </WRAP>
Last modified: 2025/01/09 20:35 by nick