I'm running linux-2.6.37-psp04.02.00.07.sdk on a DM3730 custom board.
MMC driver is statically build.
I need the card to be checked when my application starts up and mounted to a non-default mounting point.
To do this, I need to make sure the card, and any partition of the card, is not mounted automatically when Linux boots.
I have checked /etc/fstab, there isn't any configuration related to MMC card, but the card still mounts automatically.
Is there a place to configure it so that MMC card doesn't mount automatically?