1pxfw(8) pxfw 0.3 pxfw(8)
2
3
4
6 pxfw - Firmware flashing tool for Plextor CD/DVD devices
7
9 pxfw DEVICE [-if firmware.bin] [-u] [-f] [-v]
10 pxfw DEVICE [-e] [-r] [-t] [-v]
11
13 pxfw is the linux firmware flasher for Plextor CD and DVD drives.
14 Remove any disks before flashing.
15
17 You can flash the firmware of these drives:
18 Plextor Premium, PX-712, PX-716, PX-755 and PX-760.
19
21 /dev/hdX
22 select an ATAPI CD/DVD device. Replace X with device character.
23
24 /dev/sdX
25 select a SATA, SCSI or USB CD/DVD device. Replace X with device
26 character.
27
29 -if select inputfile. Specify the firmware binary file, which should
30 be written to DEVICE.
31
32 -u proceed update. When the firmware checksum test has succeeded,
33 write firmware to DEVICE.
34
35 -f force flashing. Even if DEVICE is not recognized, or firmware.
36 checksum has failed, firmware writing will be forced.
37 Handle with care.
38
39 -e read EEPROM from DEVICE.
40
41 -r reboot the device.
42
43 -t test which opcodes are supported by the device.
44
45 -v debug.
46
47
49 pxfw /dev/hdc -if 755_1.07.bin -u
50 writes firmware file 755_1.07.bin into Master Drive on Secondary
51 IDE-Port.
52
53 pxfw /dev/sdc -e
54 reades EEPROM from SATA/USB/SCSI drive connected as /dev/sdc.
55
56
57
58
59Gennady ShultZ Kozlov 16 March, 2007 pxfw(8)