FatFsUtil: Generate a non-partitioned image in our folder-to-sdcard conversion.

This commit is contained in:
Jordan Woyak 2024-06-04 15:14:32 -05:00
parent c04460d88b
commit 98e6a95e87
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ bool SyncSDFolderToSDImage(const std::function<bool()>& cancelled, bool determin
}
MKFS_PARM options = {};
options.fmt = FM_FAT32;
options.fmt = FM_FAT32 | FM_SFD;
options.n_fat = 0; // Number of FATs: automatic
options.align = 1; // Alignment of the data region (in sectors)
options.n_root = 0; // Number of root directory entries: automatic (and unused for FAT32)