Pentheus Posted March 8, 2023 Share Posted March 8, 2023 Hi im not Linux user not all, can someone point me how to enable SPI ? I try this: Enabling SPI Enable the hardware through config: sudo armbian-config switch on SPI in System>Hardware>SPI-spidev & save Update /etc/modules: sudo nano /etc/modules to include the following line: spi-dev Update /boot/armbianEnv.txt : sudo nano /boot/armbianEnv.txt to include the following: param_spidev_spi_bus=1 #origianl is 0 but the resonance measurement.py module expects 1 so easier to fix here param_spidev_max_freq=100000000 The commands to verify the SPI bus should return output like: $ ls /dev/spi* /dev/spidev1.0 $ ls -l /dev/spi* crw——- 1 root root 153, 0 Aug 25 11:05 /dev/spidev1.0 $ lsmod | grep -i spi spidev 20480 1 But on $ ls /dev/spi* give me ls: cannot access '/dev/spi*': No such file or directory dmesg https://pastebin.com/BNSpyMiL Keep in mind English is not my native language. 0 Quote Link to comment Share on other sites More sharing options...
Pentheus Posted March 9, 2023 Author Share Posted March 9, 2023 I solved the issue with Arduino. 0 Quote Link to comment Share on other sites More sharing options...
leo.ruyven Posted May 14 Share Posted May 14 Goodday I had the same issue with a NanoPi Neo, your steps worked for me, with version Armbian_21.02.1_Nanopineo_bionic_current_5.10.12. It do not work with version Armbian_23.8.1_Nanopineo_bookworm_current_6.1.47 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.