On 2 August 2013 18:48, Erlon Cruz <sombrafam@gmail.com> wrote:
> kernel: Linux 3.10-rc6 -> vexpress_defconfig
> The kernel boots, but it cant mount the SD:The mainline kernel's vexpress_defconfig is known to
>
> mmc0: host doesn't support card's voltages
> mmc0: error -22 whilst initialising SD card
> SD: Unknown CMD1
be broken. In particular you need to make sure you
define at least CONFIG_REGULATOR and CONFIG_REGULATOR_VEXPRESS,
otherwise the MMC controller driver thinks it supports no
voltages at all and fails like this.
-- PMM