On Mon, Oct 27, 2014 at 7:37 PM, Adam Goode <adam@xxxxxxxxxxxxx> wrote: > This is still present with -3. It looks like this version of U-Boot is > not capable of booting from the internal eMMC on beaglebone black. > > U-Boot SPL 2014.10-g4647503-dirty (Oct 24 2014 - 16:47:41) > omap_hsmmc_send_cmd: timedout waiting on cmd inhibit to clear > spl: mmc init failed: err - -19 > ### ERROR ### Please RESET the board ### Which "config" did you guys build against for 2014.10, i had to do this small change to get the eMMC to also work: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.10/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L40 diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 2e5aeaa..4cc7e19 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -1,5 +1,4 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="NAND" -CONFIG_CONS_INDEX=1 +CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1" +S:CONFIG_ARM=y +S:CONFIG_TARGET_AM335X_EVM=y Regards, -- Robert Nelson http://www.rcn-ee.com/ _______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm