Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.93 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.93 KB

fdfdb

FlashDetector (RAW) Flash Database

Controller Vendors

  1. al - Alcor Micro
  2. cbm - ChipsBank
  3. is - Innostor - Now a part of ASolid
  4. jm - JMicron - Now its SSD Controller department is Maxiotek
  5. mk - Maxiotek - HIKVISION is its major shareholder
  6. ma - Maxio - Same as above, new identity of Maxiotek
  7. sf - SandForce - Now a part of Seagate
  8. smufd - SiliconMotion - UFD controller
  9. smssd - SiliconMotion - SSD controller
  10. smff - SiliconMotion - ForceFlash

Excluded Vendors

  1. ps - PHISON - Mainly used by Kingston, Toshiba
  2. sss - Solid State System - The same as PHISON
  3. mw - Micov

Additional Folders

  1. tools - Including some tools for processing fdb
  2. archives - Including PDFs

extra.json Format

The full iTXTech FlashDetector Flash Database Documentation is here.

{
    "Vendor":{
        "Part number": {
            "id": ["Flash Id 0", "Flash Id 1"],
            "fid": ["Flash Id 0", "Flash Id 1"], // Overwrite all FlashIds, do not use fid with id
            "l": "Process node",
            "c": "Cell level",
            "t": ["Controller 0", "Controller 1"],
            "m": "Additional Info",
            "d": 8,//Die
            "e": 2,//CE
            "r": 4,//Rb
            "n": 1,//Channel
        }
    }
}

Special remark for SanDisk: CODE, Txxxx

CODE means there's only one CE and need to short all CE pins and Rb pins.

Txxx is the codename corresponding to Toshiba, like T0DFK, T9THL, T2T24

Contribution

If you have a PDF file, please submit an issue and upload it.

If you have a RAW fdb file, please submit a pull request.

Any FDB file should be public and accessible to anyone.

License

CC BY-NC-SA 4.0