How can I interface with an SPI device in embedded Linux?

roll

New Member
Joined
Mar 28, 2019
Messages
1
Reaction score
0
Credits
0
I am using individual evaluation board(Grmon GR712). I can compile the Linux kernel and build an image file via build-root.

I want to access an SPI NAND flash memory, IS37SML01G1 from userspace in Linux.

Assuming that the wire configuration for SPI in the evaluation board is OK, How can I access flash memory?

What should I change in my kernel configuration? There is not a specific driver for IS37SML01G1.

What are the steps? How could I find documentation for external device binding in Linux?
 


Top