Go to file
Bean Huo 523d8f3cfb mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command
Add FFU mode 4 which enters FFU mode with CMD6, followed by repeated CMD24 commands to perform
single-block writes for the firmware download. After downloading all firmware data, CMD6 is issued
to exit FFU mode.

Signed-off-by: Bean Huo <beanhuo@micron.com>
Acked-by: Avri Altman <avri.altman@wdc.com>
Message-ID: <20241025203454.162710-6-beanhuo@iokpp.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2024-10-28 12:45:38 +01:00
3rdparty/hmac_sha mmc-utils: Make functions static for local scope enforcement 2024-07-08 11:30:08 +02:00
docs mmc-utils: Add Read-the-Docs configuration 2024-07-08 11:10:34 +02:00
man mmc-utils: manpage: Document -c option for partitioning commands 2022-02-08 16:15:10 +01:00
.gitignore mmc-utils: Add documentation section 2024-07-08 11:09:56 +02:00
.readthedocs.yaml mmc-utils: Add Read-the-Docs configuration 2024-07-08 11:10:34 +02:00
Android.mk fix building errors on Android 2015-03-24 22:09:55 -04:00
lsmmc.c mmc-utils: Make functions static for local scope enforcement 2024-07-08 11:30:08 +02:00
Makefile mmc-utils: create mandir during install 2024-08-01 12:49:20 +02:00
mmc_cmds.c mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command 2024-10-28 12:45:38 +01:00
mmc_cmds.h mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command 2024-10-28 12:45:38 +01:00
mmc.1 mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command 2024-10-28 12:45:38 +01:00
mmc.c mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command 2024-10-28 12:45:38 +01:00
mmc.h mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for Open-ended write download FW 2024-10-28 12:45:38 +01:00
README mmc-utils: Add Read-the-Docs configuration 2024-07-08 11:10:34 +02:00

MMC tools (mmc-utils)
=====================

mmc-utils is a tool for configuring MMC storage devices from userspace.

Contribution guidelines
-----------------------

The project works using a mailing list patch submission process, similar to the
process used for the Linux kernel itself.

One can document themselves by reading how to submit a patch in the official
Linux kernel documentation:
https://www.kernel.org/doc/html/latest/process/submitting-patches.html
Not all sections apply but it should be a good way to get started.

A patch should be sent as a mail (not as an attachement, see documentation
above) to the linux-mmc@vger.kernel.org mailing list with maintainers as
Cc recipients.

Documentation
-------------
https://mmc-utils.readthedocs.io/en/latest/


Maintainers
-----------

Avri Altman <avri.altman@wdc.com>
Ulf Hansson <ulf.hansson@linaro.org>

License
-------

This project is licensed under GPL-2.0-only.