stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.

This commit is contained in:
Martin Fischer 2020-04-13 23:58:29 +02:00 committed by Damien George
parent 7942d0b688
commit 28833690bb

View File

@ -132,7 +132,8 @@ are located and what filename to program. The elements to use are:
`u32` means unsigned 32-bit little-endian integer. `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 The provided fwupdate.py script contains helper functions to call into Mboot
with the correct data, and also to update Mboot itself. with the correct data, and also to update Mboot itself.