I have configured the SPI0 pins for our coustom board.
below is the pin muxing for spi in .dts file
0x150 0x30 /* spi0_sclk, INPUT_PULLUP | MODE0 */ 0x154 0x30 /* spi0_d0, INPUT_PULLUP | MODE0 */ 0x158 0x10 /* spi0_d1, OUTPUT_PULLUP | MODE0 */ 0x15c 0x10 /* spi0_cs0, OUTPUT_PULLUP | MODE0 */
I also able to see the "spidev1.0 " in /dev folder.
But when ever I am trying to test "spidev_test" application as suggested in the below url, I am not able to transmit the data.
I followed the url as mentioned elinux.org/BeagleBone_Black_Enable_SPIDEV
When I probed the Tx and CLK of SPI in my custom board by running the test application, I am not getting any pulse triggers.
To verify any H/W problem, I disabled the SPI and then exported those pins as GPIO. After that when I tried to toggle the pins I could able to see the change in voltage level in Oscilloscope.
can any one help me in resolving the issue to make the SPI work.
Regards
Sudipta.