cubieplayer / Cubian

Debian for Cubieboard
http://cubian.org
270 stars 49 forks source link

spidev/spi debug on Cubian X headless #377

Open cs42 opened 9 years ago

cs42 commented 9 years ago

The kernel has SPI support compiled in (good, but better would be compiling SPI as a module).

For easy usage from user space it's good to have SPIDEV available. Please compile and add this module.

Further the debug option of SPI adds too much noice to the kernel log. Please disable it.

michalliu commented 9 years ago

Okay