View Issue Details

IDProjectCategoryView StatusLast Update
0000550PicoMOD4F3Spublic2013-06-12 07:42
ReporterKiepferAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV0.14 
Target VersionV1.07Fixed in VersionV1.07 
Summary0000550: F3S partition is not detected correctly in case of high storage memory usage.
DescriptionUnfortunatly this error has dramatic impact. After reaching the critical storage memory usage the board will not boot up correctly and the partition driver will format the complete nand flash.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

Kiepfer

2011-04-04 10:54

developer   ~0000357

Problem is caused by the fact that F3S marks the written sectors as reserved, to avoid any filesystem damage by Windows CE. As partitioning is based on logical sector layer, the number of available logical sectors will decrease all the time and the partition driver will mark a partition invalid as soon as the starting sector of a (f3s) partition is higher than the overall logical sector number.
The risk of reaching this critical memory usage even is much higher when two F3S partitions are used.