Closed theSoenke closed 9 years ago
Getting into boot mode seems to work. The LED is lightning stable when i execute
DriveCom.exe /drive=D /action=SetBootMode
But when i now execute
DriveCom.exe /drive=D /action=SendExecutable /burner=BN03V117M.BIN
This is the result:
Action specified: SendExecutable FATAL: System.InvalidOperationException: DeviceIoControl failed: 0079 bei DriveCom.PhisonDevice._SendCommand(SafeFileHandle handle, Byte[] cmd, Byte[] data, Int32 bytesExpected) in ...\Psychson\DriveCom\DriveCom\PhisonDevice.cs:Zeile 365. bei DriveCom.PhisonDevice.SendCommand(Byte[] cmd, Byte[] data) in ...\Psychson\DriveCom\DriveCom\PhisonDevice.cs:Zeile 314. bei DriveCom.PhisonDevice.SendCommand(Byte[] cmd) in ...\Psychson\DriveCom\DriveCom\PhisonDevice.cs:Zeile 304. bei DriveCom.PhisonDevice.JumpToPRAM() in ...\Psychson\DriveCom\DriveCom\PhisonDevice.cs:Zeile 228. bei DriveCom.Startup._ExecuteImage(String fileName) in ...\Psychson\DriveCom\DriveCom\Startup.cs:Zeile 404. bei DriveCom.Startup.Main(String[] args) in ...\Psychson\DriveCom\DriveCom\Startup.cs:Zeile 109.
Tried it again with the burner image BN03V04M.BIN and now it worked
When flashing the firmware i get an exception from DriveCom
This is the command i executed: tools\DriveCom.exe /drive=D /action=SendFirmware /burner=BN03V117M.BIN /firmware=firmware\bin\fw.bin
Any idea whats the problem?