I filed a bug for the beaglebone black eMMC problem:
https://bugzilla.redhat.com/show_bug.cgi?id=1161619


Adam


On Sun, Nov 2, 2014 at 11:32 PM, Adam Goode <[email protected]> wrote:
> A one-line change to the specfile fixed eMMC booting for me (also
> tested with booting from SD card):
>
> Change "make am335x_evm_config" to "make am335x_boneblack_config".
>
> I believe this is the correct config, as shown here:
> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=b6ab550413b6b64d0024e9dec8bf6017653127e4
>
> If this breaks the beaglebone white, you might need to introduce a new
> board in the RPM.
>
>
> Adam
>
> On Mon, Oct 27, 2014 at 8:44 PM, Robert Nelson <[email protected]> 
> wrote:
>> On Mon, Oct 27, 2014 at 7:37 PM, Adam Goode <[email protected]> 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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to