Skip to content

Commit

Permalink
stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoihu authored and dpgeorge committed Apr 16, 2020
1 parent 7942d0b commit 2883369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/stm32/mboot/README.md
Expand Up @@ -132,7 +132,8 @@ are located and what filename to program. The elements to use are:

`u32` means unsigned 32-bit little-endian integer.

The firmware to load must be a gzip'd DfuSe file (.dfu.gz).
The firmware to load must be a gzip'd DfuSe file (.dfu.gz) and stored within a
FAT formatted partition.

The provided fwupdate.py script contains helper functions to call into Mboot
with the correct data, and also to update Mboot itself.
Expand Down

0 comments on commit 2883369

Please sign in to comment.