It is an Linux kernel built by myself, using the kernel source from Raspberry repository, version 5.15.y.
The version shows 5.15.92-v7+ by uname command.
Without dtparam=spi=on, no spidev would exit.
The change made on the standard config.txt besides adding "dtparam=spi=on" are as below:The compilation command is
The version shows 5.15.92-v7+ by uname command.
Without dtparam=spi=on, no spidev would exit.
The change made on the standard config.txt besides adding "dtparam=spi=on" are as below:
Code:
dtoverlay=disable-btdtoverlay=uart0enable_uart=1dtoverlay=spi0-3cs
dtc -@ -I dts -O dtb -o spi0-3cs.dtbo spi0-3cs-overlay.dts
Statistics: Posted by crane — Mon Jan 01, 2024 11:44 pm