Hi ,
I'm using DVSDK1.30. How to use SPI 1? There is no SPI device under /dev.
Thank you!
best regards
kevin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ,
I'm using DVSDK1.30. How to use SPI 1? There is no SPI device under /dev.
Thank you!
best regards
kevin
Hi Kevin,
In Linux 2.6.10, there is no support for /dev/spi interface. In this case, the SPI just acts as a bus and the device interface (in /dev) is exposed by the slave devices (like EEPROM in drivers/mtd/devices/at25xxA_eeprom.c).
Support for /dev/spi (aka spidev) is present in later kernels (community Linux).
Thanks,
Sekhar
Hi Sekhar,
If I want to connect a touchscreen chip (ADS7846) to SPI1, how to do?
Thank you!
Kevin
Hi Sekhar,
What is the EEPROM in drivers/mtd/devices/at25xxA_eeprom.c used for (this eeprom connected with SPI0 on DM355 EVM)?
It seems that system can't start when I disable this EEPROM in kernel.
Thank you!
Kevin