use https://github.com/raspberrypi/linux/bl ... verlay.dts as the starting point, add fragment 3 and 4 from https://github.com/raspberrypi/linux/bl ... verlay.dts to it.
Change the target to spi1https://github.com/raspberrypi/linux/bl ... ay.dts#L46
make sure to adjust the GPIO connections to your actual wiring scheme
https://github.com/raspberrypi/linux/bl ... ts#L38-L40
you will also have to adjust https://github.com/raspberrypi/linux/bl ... ts#L64-L66 and https://github.com/raspberrypi/linux/bl ... ts#L88-L90
add the overrides https://github.com/raspberrypi/linux/bl ... s#L98-L108 into the existing overrides section
save the File under a new name.
compile and Install it https://www.raspberrypi.com/documentati ... html#part1 and https://www.raspberrypi.com/documentati ... ompilation
Change the target to spi1
Code:
target = <&spi1>;make sure to adjust the GPIO connections to your actual wiring scheme
https://github.com/raspberrypi/linux/bl ... ts#L38-L40
you will also have to adjust https://github.com/raspberrypi/linux/bl ... ts#L64-L66 and https://github.com/raspberrypi/linux/bl ... ts#L88-L90
add the overrides https://github.com/raspberrypi/linux/bl ... s#L98-L108 into the existing overrides section
save the File under a new name.
compile and Install it https://www.raspberrypi.com/documentati ... html#part1 and https://www.raspberrypi.com/documentati ... ompilation
Statistics: Posted by aBUGSworstnightmare — Sat Sep 13, 2025 5:29 am