Hi,
I am trying to bring up the raspberrypi board. I have gotten as far as connecting the HW, installing qt, qmaking the raspberrypi_video sample code. At first I got as far as the Red Spot, but I believe that was because I had not enabled SPI and I2C in raspi-config. After doing so, including, making loading them in the kernel as default, when I try
sudo ./raspberrypi_video
I get
Error - Could not open SPI device: No such file or directory
From the discussion above, it looks like I need to do something else to load the SPI and I2C modules, beyond just enabling them in raspi-config.
Reading the documentation
suggests that raspi-config should be it.
However, I do not see any modules called anything like spi or I2C in my filesystem.
Also confirmed I have version 3.18 installed
I also added
i2c-dev
spidev
to /etc/modules
and saw that these module were being loaded in the boot up sequence, but I still get
Error - Could not open SPI device: No such file or directory
Any advice would be much appreciated.
Dave