BelaPlatform / Bela

Bela: core code, IDE and lots of fun!
Other
491 stars 139 forks source link

All the SPI initialization should be handled by us #336

Open giuliomoro opened 7 years ago

giuliomoro commented 7 years ago

If the PRU has started before the spi-omap2-mcspi driver has loaded:

We should do all the spi init ourselves and get rid of the linux driver.

giuliomoro commented 7 years ago

You would get something like this in dmesg when the SPI driver loads after you started the PRU:

[12.829978] omap_hwmod: spi0: _wait_target_disable failed

https://github.com/BelaPlatform/bela-image-builder/issues/55