Hi All,
I am having trouble figuring out what is wrong with my mmc2 setup. I am trying to talk to a WL1271 module. I can see that the clock and cmd toggle when the AM3352 boots Linux... but they never toggle again.
I have reviewed the following threads:
http://processors.wiki.ti.com/index.php/WL127x_Porting_Guide
http://e2e.ti.com/support/arm/sitara_arm/f/791/t/245394.aspx
I have checked the voltage domains, 3.3v for both.
I have checked my init code in arch/arm/march_omap2/board_am335x.c
(see next post)
I have looked at the mmc clock and cmd. They only toggle on boot up.
I have looked in /sys/kernel/debug/..../mmc2 and the clocks are all set to 0. While mmc1 and mmc0 have reasonable numbers.
Is there configuration in the Kernel that needs to change compared to the AM335x SK?
What I would like help with is getting the basic MMC up and running. What Linux commands can I use to poke the MMC. It seems to me that getting the MMC talking is the first step that needs to take place.
Thanks for your help!
I am quite frustrated.
Chuck