Difference between revisions of "Template:RPI open spi"

From Waveshare Wiki
Jump to: navigation, search
Line 1: Line 1:
 
===Enable SPI interface===
 
===Enable SPI interface===
 +
<font color="#FF0000">PS: If you are using a system with a Bullseye branch, you need to change "apt-get" to "apt", and the system of the Bullseye branch only supports Python3.</font>
 
*Open terminal, use command to enter the configuration page<br />
 
*Open terminal, use command to enter the configuration page<br />
 
<pre>
 
<pre>

Revision as of 01:46, 30 September 2022

Enable SPI interface

PS: If you are using a system with a Bullseye branch, you need to change "apt-get" to "apt", and the system of the Bullseye branch only supports Python3.

  • Open terminal, use command to enter the configuration page
sudo raspi-config
Choose Interfacing Options -> SPI -> Yes  to enable SPI interface

RPI open spi.png
Reboot Raspberry Pi:

sudo reboot

Please make sure that SPI interface was not used by other devices