Hello,
We are changing our system from Apalis TK1 to Apalis IMX8 and for our software to work we need a buffer size bigger than 4096 on SPI. We used on Apalis Tk1:
cd /sys/module/spidev/parameters
chmod 666 bufsiz
echo 65534 > bufsiz
But when we tried to use the same script on IMX8 we got the error:
echo: write error: Input/output error
We also tried creating the file
root@apalis-imx8-06944749:/sys/module# vi /etc/modprobe.d/spidev.conf
but when rebooted did not work, checking the SPI buffer size after we only got the same value:
root@apalis-imx8-06944749:~# cat /sys/module/spidev/parameters/bufsiz
4096
How can we change the SPI buffer on Apalis IMX8?