mirror of https://github.com/ARMmbed/mbed-os.git
For Windows-formatted SD card, it is not partitioned (no MBR), but its PBR has the same boot signature (0xaa55) as MBR. We would easily mis-recognize this SD card has valid partitions if we only check partition type. We add check by only accepting 0x00 (inactive) /0x80 (active) for valid partition status. |
||
---|---|---|
.. | ||
FEATURE_STORAGE | ||
TESTS | ||
blockdevice | ||
filesystem | ||
nvstore | ||
system_storage |