This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi,
we are planning to connect a FPGA to the AM5728 using the GPMC interface and memory mapped access. At Linux I only found a gmpc NAND driver. Can we use this driver to configure a generic memory mapped device via GPMC?
Is there an example doing this?
best regards,
Joerg
Hello Joerg,
Thank you for the update and I believe the issue is fixed in kernel 4.14.79. In the driver, it reads no 'bank-width'.
Regards,
Krunal
Hello Narayanan,
meanwhile I got quite the same results like you (We could write correctly but read access always returns 0).
I read a bit through the forum here and found the solution at the thread e2e.ti.com/.../778001
You have to delclare the GPMC_CLK pin as INPUT not OUTPUT (like I did). Then synchronous read cycles work like expected.
hope that solves your problem also.
regards,
Joerg