Skip to main content.
Navigation:
DENX
>
DULG
>
UBootCmdGroupMMC
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
DULG
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
DULG Home
BoardSelect
Manual
FAQ
Application Notes
Changes
Index
List of pages in DULG
Search
%SECTION0{name=UBootCmdGroupMMC}% MMC devices %INCLUDE{DULGData_%BOARD%.UBootMMCHelp}% The =mmc dev= command displays the current device %INCLUDE{DULGData_%BOARD%.UBootMMCDev}% The =mmc list= command displays the available mmc devices %INCLUDE{DULGData_%BOARD%.UBootMMCList}% With the =mmc rescan= command you can rescan the actual mmc device. %INCLUDE{DULGData_%BOARD%.UBootMMCRescan}% The =mmcinfo= command displays the information about the actual mmc device %INCLUDE{DULGData_%BOARD%.UBootMMCInfo}% The =mmc part= command displays the available partitions on the actual mmc device. %INCLUDE{DULGData_%BOARD%.UBootMMCPart}% You can read data from the mmc with the =mmc read= command: %INCLUDE{DULGData_%BOARD%.UBootMMCRead}% You can erase/write data from the mmc with the =mmc erase= / =mmc write= commands: %INCLUDE{DULGData_%BOARD%.UBootMMCReadWrite}% %IF{ "%HAVE_MMC_FAT%" eq "true"}% if you have a dos partition on the device, you can list the content with: %INCLUDE{DULGData_%BOARD%.UBootMMCFatLs}% and load a file in RAM with: %INCLUDE{DULGData_%BOARD%.UBootMMCFatLoad}% %ENDIF%