Skip to content

Commit 64aea8d

Browse files
Remove exFAT related description
1 parent 80bd9fe commit 64aea8d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

rtos-docs/filex/chapter6.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ The Log Header area is followed by the FAT Chain Log area. Figure 9 contains inf
5454
|Field|Size(in bytes)|Description|
5555
|-----|--------------|-----------|
5656
|FAT Chain Log Checksum|2|Checksum of the entire FAT Chain Log area. The FAT Chain Log area is considered invalid if the it fails the checksum verification.|
57-
|Flag|1|Valid flag values are:<br/>0x01 FAT Chain Valid<br />0x02 BITMAP is being used|
57+
|Flag|1|Valid flag values are:<br/>0x01 FAT Chain Valid|
5858
|Reserved|1|Reserved for future use|
5959
|Insertion Point – Front|4|The cluster (that belongs to the original FAT chain) where the newly created chain is going to be attached to.|
6060
|Head Cluster of New FAT Chain|4|The first cluster of the newly created FAT Chain|
6161
|Head Cluster of Original FAT Chain|4|The first cluster of the portion of the original FAT Chain that is to be removed.|
6262
|Insertion Point – Back|4|The original cluster where the newly created FAT chain joins at.|
6363
|Next Deletion Point|4|This field assists the FAT chain cleanup procedure.|
6464

65-
The Log Entries Area contains log entries that describe the changes needed to recover from a failure. There are three types of log entry supported in the FileX fault tolerant module: FAT Log Entry; Directory Log Entry; and Bitmap Log Entry.
65+
The Log Entries Area contains log entries that describe the changes needed to recover from a failure. There are three types of log entry supported in the FileX fault tolerant module: FAT Log Entry; Directory Log Entry.
6666

6767
The following three figures and three tables describe these log entries in detail.
6868

@@ -93,19 +93,6 @@ Type|2|Type of Entry, must be FX_FAULT_TOLERANT_FAT_LOG_TYPE|
9393
|Log Sector|4|The sector where the directory entry is located|
9494
|Log Data|Variable|Content of the directory entry|
9595

96-
![Bitmap Log Entry](./media/user-guide/bitmap-log-entry.png)
97-
98-
**Figure 8. Bitmap Log Entry**
99-
100-
**TABLE 12. Bitmap Log Entry**
101-
102-
|Field|Size(in bytes)|Description|
103-
|-----|--------------|-----------|
104-
|Type|2|Type of Entry, must be FX_FAULT_TOLERANT_BITMAP_LOG_TYPE|
105-
|Size|2|Size of this entry|
106-
|Cluster Number|4|Cluster number|
107-
|Value|4|Value to be written into the FAT entry|
108-
10996
## Fault Tolerant Protection
11097

11198
After the FileX Fault Tolerant Module starts, it first searches for an existing fault tolerant log file in the media. If a valid log file cannot be found, FileX considers the media unprotected. In this case FileX will create a fault tolerant log file on the media.

0 commit comments

Comments
 (0)