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,
I running my platform on am335x. Is it support eMMC in my processor.
How much size of memory can integrate using with am335x. Could you share me the software steps and changes in my linux.
Regards,
Lofna.
Yes, eMMC is supported on AM335X. There are no size restrictions, as eMMC is connected to one of the MMC processor interfaces and from software point of view it behaves similarly to an SD card. There is only a boot restriction for eMMC on MMC0 - check section 26.1.7.5 from the AM335X TRM Rev. L for this and for booting information.
Biser Gatchev-XID said:from software point of view it behaves similarly to an SD card
Just a small nitpick: although physically and electrically similar (hence easily confused), from a software point of view the two are totally incompatible. Software will try the SD initialization command (which is ignored by MMC) first, and if that times out tries MMC initialization instead.