View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003473 | FSiMX6 | F3S | public | 2018-08-10 15:03 | 2018-12-06 11:16 |
Reporter | derksen | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V2.40 | ||||
Target Version | V2.70 | Fixed in Version | V2.60 | ||
Summary | 0003473: In special case filesystem tries to write data to wrong partition | ||||
Description | In some cases filesystem tries to write data to wrong partition. In this case safety check fails before it goes to flash driver. | ||||
Steps To Reproduce | - Use a efusA9 and SKIT and connect USB device to your pc. - In NBoot use "Z" command to mount flash. - Use cygwin to transfer Fellers raw image "nandrd-feller.bin". - Write image with command "dd if=./nandrd-feller.bin of=/cygdrive/"Mount Point"/nand/nandwr.bin" It take some time. See debug output. - Restart the board - Start application "writedatatest.exe". | ||||
Additional Information | Customer Feller has sended following f3s debug messages: F3S_FSD: [FDI]: writeChunk() - request out of range (Block 78594) F3S_FSD: [FDI]: writeChunk() - request out of range (Block 78595) ... In this case block means sector. Messages show that F3S try to write data to wrong partition and safety check fails. Flash partition: - binfs 60MB - first data part: F3S 90MB - second data part: F3S rest | ||||
Forum Link | |||||
Found Driver Version | V2.13 | ||||
Fixed Driver Version | V2.14 | ||||