[U-Boot] [PATCH v6 1/3] arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version

Hi,
I have tried this patch-set (applied to u-boot-2017.03) on a Odroid-C2. Booting from SD card works fine. However booting form eMMC card (128GB from Hardkernel) produces the following error:
=> fatload mmc 0:1 ${initrd_loadaddr} ${initrdfile} Card did not respond to voltage select! mmc_init: -95, time 9 ** Bad device mmc 0 ** Setting max-frequency to 60MHz does not help.
Booting from the eMMC card using the Hardkernel u-boot and the Hardkernel kernel works fine.
Thanks!
Felix

Am 10.04.2017 um 21:03 schrieb felix zihlmann:
Hi,
I have tried this patch-set (applied to u-boot-2017.03) on a Odroid-C2. Booting from SD card works fine. However booting form eMMC card (128GB from Hardkernel) produces the following error:
=> fatload mmc 0:1 ${initrd_loadaddr} ${initrdfile} Card did not respond to voltage select! mmc_init: -95, time 9 ** Bad device mmc 0 **
mmc 0 is the SD slot. When doing "mmc list" you should see:
=> mmc list mmc@72000: 0 mmc@74000: 1 (eMMC)
So you have to do "fatload mmc 1:1 ......."
Heiner
Setting max-frequency to 60MHz does not help.
Booting from the eMMC card using the Hardkernel u-boot and the Hardkernel kernel works fine.
Thanks!
Felix

Am Montag, den 10.04.2017, 21:07 +0200 schrieb Heiner Kallweit:
Am 10.04.2017 um 21:03 schrieb felix zihlmann:
Hi,
I have tried this patch-set (applied to u-boot-2017.03) on a Odroid-C2. Booting from SD card works fine. However booting form eMMC card (128GB from Hardkernel) produces the following error:
=> fatload mmc 0:1 ${initrd_loadaddr} ${initrdfile} Card did not respond to voltage select! mmc_init: -95, time 9 ** Bad device mmc 0 **
mmc 0 is the SD slot. When doing "mmc list" you should see:
=> mmc list mmc@72000: 0 mmc@74000: 1 (eMMC)
So you have to do "fatload mmc 1:1 ......."
Heiner
That was it! Thanks very much. You can add me as tested-by if you like.
Felix
Setting max-frequency to 60MHz does not help.
Booting from the eMMC card using the Hardkernel u-boot and the Hardkernel kernel works fine.
Thanks!
Felix
participants (2)
-
felix zihlmann
-
Heiner Kallweit