Hi All,
I work on 8127 IPNC RDK 3.0.
And I want get the the SPI character device node in filesystem like as ''/dev/spidevX.X".
In the Kernel config menu, I enable the "SPI support" and the "User mode SPI device driver support " option.
When the system startup, the kernel print the message "PM: Adding info for spi:spi1.0".
And in /proc/devices, I find the ''153 spi".
All is looks right.
But there is no “spidevX.X” in /dev.
And I mknod manually like below, it return "spi0: No such device or address" when read or write.
brw-r--r-- 1 root root 153, 0 Apr 2 01:20 spi0
brw-r--r-- 1 root root 153, 1 Apr 2 01:21 spi1
Could someone help me?
Thanks!