Hello,
I think it makes sense to configure SPI slave mode support in Linux (SPIDEV).
By default it is not supported, so, I suggest to use the following sequence for SPIDEV :
$ bitbake linux-imx -c menuconfig
# select DEVICE DRIVERS -> SPI Support -> User mode SPI device driver support
$ bitbake linux-imx
$ bitbake core-image-minimal
The recent command is used to deploy compiled files to file system.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------