NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:OMAP35x DVEVM Boot from SD/MMC card

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article OMAP35x DVEVM Boot from SD/MMC card here.

Comments on OMAP35x DVEVM Boot from SD/MMC card


Gwlund said ...

The proper syntax for mmcboot is...

  1. setenv mmcboot 'mmcinit;...

[not]

  1. setenv mmcboot 'mmc init;...

--Gwlund 14:27, 11 June 2010 (CDT)

Gwlund said ...

Also, the proper syntax for fatload is...

  fatload mmc 0:1 0x80000000

[not]

  fatload mmc 0 0x8000000

Even after fixing this typo I still can't get ramdisk to boot. Reports kernel panic when configuring device /dev/ram0. Looks like there is a step missing somewhere.

--Gwlund 09:42, 12 June 2010 (CDT)

S7726 said ...

Gwlund:

I just had my system not booting because of your suggested syntax. The u-boot help system specifies the usage of 'mmc init' including the space. there is no mmcinit command but there is an option for init to the mmc command.

--S7726 18:02, 1 September 2011 (CDT)