(01-10-2018, 03:24 AM)kingflab Wrote: Hi IlyaM,
I saw your messages on the Rock64 IRC channel.
I also like to use SPI to connect a 868Mhz transceiver on my Rock64 and don't have enough knowledge about how to change device trees and stuff like that. Can you tell me what I have to do to activate spidev on the Rock64 with the ubuntu image? I googled the last 2 month but can't get it working. The most posts just tell how to use the SPI flash :/
thanks in advance
Hi, sorry for the late message, unfortunately I don't have a success to use spidev. You can use sudo mod probe spidev to activate this module and lsmod shows you loaded spidev module, but ls /dev/spi* shows no such file or directory, also you can rebuild device tree to enable spidev (follow this link http://linux-sunxi.org/SPIdev)