Hello,
NXP BSP does not support neither ECSPI slave mode nor kernel 4.8.
Nevertheless, customers can configure SPI slave mode support in Linux (SPIDEV).
By default it is not supported; the following sequence may be performed 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.
Also, the following may be helpful :
https://community.nxp.com/message/921897
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------