sk109sk 0 Posted June 4, 2023 Hello! I want to change the SPI buffer size from 4096 to a greater value. I tried to put spidev.bufsiz=65536 in /boot/config.txt but it is not working. Can someone to help me to set buffer size to a larger size? Thanks! Share this post Link to post Share on other sites
tooz 52 Posted June 5, 2023 hello @sk109sk, 13 hours ago, sk109sk said: I tried to put spidev.bufsiz=65536 in /boot/config.txt but it is not working. please add it in /boot/cmdline.txt instead sudo vim /boot/cmdline.txt add this line, save and reboot spidev.bufsiz=65536 you can check the value with: cat /sys/module/spidev/parameters/bufsiz 1 Share this post Link to post Share on other sites
sk109sk 0 Posted June 6, 2023 On 6/5/2023 at 10:09 AM, tooz said: hello @sk109sk, please add it in /boot/cmdline.txt instead sudo vim /boot/cmdline.txt add this line, save and reboot spidev.bufsiz=65536 you can check the value with: cat /sys/module/spidev/parameters/bufsiz It is working, thank you @tooz. Share this post Link to post Share on other sites