|
NAMEbtcflash - Firmware flash utility for BTC DRW1008 DVD+/-RW recorderSYNOPSISbtcflash dev=device [ options ] [ f=firmwarefile ]DESCRIPTIONBtcflash is used to read update the Firmware for a BTC DRW1008 DVD+/-RW recorder.Be very careful when writing firmware as this program does not check for the correctness of the target device. Device namingFor a list of possible device name parameters call btcflash -scanbus or btcflash dev=help and then use the right dev= parameter based on the device listing.OPTIONS
EXAMPLESENVIRONMENT
SEE ALSOcdrecord(1), rcmd(3), ssh(1).NOTESDIAGNOSTICSA typical error message for a SCSI command looks like:btcflash: I/O error. test unit ready: scsi sendcmd: no error CDB: 00 20 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 25 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x25 Qual 0x00 (logical unit not supported) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.002s timeout 40s The second line prints the SCSI command descriptor block for the failed command. The third line gives information on the SCSI status code returned by the command, if the transport of the command succeeds. This is error information from the SCSI device. The fourth line is a hex dump of the auto request sense information for the command. The fifth line is the error text for the sense key if available, followed by the segment number that is only valid if the command was a copy command. If the error message is not directly related to the current command, the text deferred error is appended. The sixth line is the error text for the sense code and the sense qualifier if available. If the type of the device is known, the sense data is decoded from tables in scsierrs.c . The text is followed by the error value for a field replaceable unit. The seventh line prints the block number that is related to the failed command and text for several error flags. The block number may not be valid. The eight line reports the timeout set up for this command and the time that the command really needed to complete. BUGSAUTHORJoerg Schilling D-13353 Berlin Germany Additional information can be found on:
If you have support questions, send them to: cdrtools-support@lists.sourceforge.net If you have definitely found a bug, send a mail to: cdrtools-developers@lists.sourceforge.net
To subscribe, use: https://lists.sourceforge.net/lists/listinfo/cdrtools-developers
Visit the GSP FreeBSD Man Page Interface. |