View Issue Details

IDProjectCategoryView StatusLast Update
0003473FSiMX6F3Spublic2018-12-06 11:16
Reporterderksen Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV2.40 
Target VersionV2.70Fixed in VersionV2.60 
Summary0003473: In special case filesystem tries to write data to wrong partition
DescriptionIn 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 InformationCustomer 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 VersionV2.13
Fixed Driver VersionV2.14

Activities

There are no notes attached to this issue.