Hi all;
I have added spi interface in u-boot from omap3 patch got.
But still unable to do communication with SPI interface!!!!!!!!!!!
Can anyone know what might be the problem?
Regards,
santosh vastrad
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.
Hi all;
I have added spi interface in u-boot from omap3 patch got.
But still unable to do communication with SPI interface!!!!!!!!!!!
Can anyone know what might be the problem?
Regards,
santosh vastrad
Hi,
I couldn't be able to tell for OMAP3, but I would suggest you to share what patch you have applied, and specify if SPI has worked for you on kernel level or if you have some other way to validate HW.
Said that, I would suggest to make sure that the pads needed for SPI are configured correctly on the control module, and if possible, confirm that you are getting some signals on the oscilloscope.
Hi Jorge,
Thanks for the reply!!!!!!!!!!!!!
I resolved the issue yesterday morning!!!!!!
it's in mux pads configuration only,
I got it right now
Regards,
santosh vastrad
hi santosh,
i have the same question for it...
Can you provide the sugguestion(pin mux defined) for me...
My u-boot version is u-boot-2011.09 !
I need to use SPI interface access SD Card on BeagleBoard.
thanks!
with Best Regards,
ShinFu
HI Shinfu:
check for your spi interface;
3 lines;
MUX_VAL(CP(ETK_D0_ES2), (IDIS | PTD | EN | M1)
MUX_VAL(CP(ETK_D1_ES2), (IEN | PTD | EN | M1))
MUX_VAL(CP(ETK_D7_ES2), (IDIS | PTD | EN | M1)
ETK__*** : these are my pins connected for SPI Check yours respectively!
Regards,
santosh vastrad