3.18.0 kernel headers and SPI - Raspberry Pi Forums
i trying gpib work on rpi b+, following guide:
https://www.element14.com/community/peo ... ment-79630
use linux-gpib, need kernel headers, , newest ones seem ones of version 3.18. installed using however, using kernel, spi pins stop working shows no devices.
when going 4.x kernel, spi works again.
reading regarding "device tree" changed in version 3.18, it's not clear if 3.18.0 before or after change.
grateful tips on how spi work 3.18.0 kernel, or up-to-date kernel headers, can use them build linux-gpib
thanks
https://www.element14.com/community/peo ... ment-79630
use linux-gpib, need kernel headers, , newest ones seem ones of version 3.18. installed using
code: select all
sudo apt-get install linux-image-rpi-rpfv sudo apt-get install linux-headers-rpi-rpfv
code: select all
ls /dev/*spi*
when going 4.x kernel, spi works again.
reading regarding "device tree" changed in version 3.18, it's not clear if 3.18.0 before or after change.
grateful tips on how spi work 3.18.0 kernel, or up-to-date kernel headers, can use them build linux-gpib
thanks
use rpi-source (https://github.com/notro/rpi-source / https://github.com/notro/rpi-source/wiki)
raspberrypi
Comments
Post a Comment