diff options
author | Martin Fischer <fischer.carlito@gmail.com> | 2020-04-13 23:58:29 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-04-16 16:28:07 +1000 |
commit | 28833690bb9701cc9c381d0fd71f3a94d67f9c2f (patch) | |
tree | c1f79d6062559613267e28b877d576fcbacf8e5e | |
parent | 7942d0b688075a42e78f87152f952ad4c2976f44 (diff) |
stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.
-rw-r--r-- | ports/stm32/mboot/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/stm32/mboot/README.md b/ports/stm32/mboot/README.md index 3128307b1..52bbf5567 100644 --- a/ports/stm32/mboot/README.md +++ b/ports/stm32/mboot/README.md @@ -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. |