Skip to content
adamcaudill edited this page Oct 2, 2014 · 4 revisions

To dump the firmware currently on your drive, you must be running a burner image. See "Obtaining a Burner Image" for how to obtain this image.

Once you have the image, enter boot mode by running:

DriveCom.exe /drive=E /action=SetBootMode

where E is the drive letter. Then transfer and execute the burner image by running:

DriveCom.exe /drive=E /action=SendExecutable /burner=[burner]

where E is the drive letter and [burner] is the burner image file name.

You can then dump the firmware by running:

DriveCom.exe /drive=E /action=DumpFirmware /firmware=[firmware]

where E is the drive letter and [firmware] is the destination file name.

Clone this wiki locally