I want to create a framebuffer driver which uses almost all pins of the banana pi header and am having some issues. When I request the SPI pins as GPIO my network is goes down. header WiringPI SPI0_CS0 8 SPI0_CS1 7 SPI0_MOSI 9 SPI0_MISO 10 SPI0_CLK 11
In the raspberry the wiringPi numbers are used. perhaps that is the problem. I have also tried: header SPI0_CS0 266 SPI0_CS1 270 SPI0_MOSI 268 SPI0_MISO 269 SPI0_CLK 267 Resulting in no network going down but when I say the pins should be low (in the request) the pins stay high. Hope you can give me a hint or a solution. Regards, Arnoud -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
