Has anyone got the eMMC working with Starterware? I know modifications need to be made in mmcsd_proto.c, but I am not sure what.
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.
Has anyone got the eMMC working with Starterware? I know modifications need to be made in mmcsd_proto.c, but I am not sure what.
I have added eMMC support to the StarterWare SD Card example. It is a large amount of work as the differences between the MMC protocol and SD protocol are quite large. I used the u-boot driver, linux sd/mmc drivers and the protocol docs for reference.
Unfortunately, I cannot share the code. Belongs to the client. Probably not the response you wanted. You can probably handle your specific eMMC device by stepping through the setup sequence and porting code for each message as you go.