Serial-Port Name of serial port to open (eg. COM1, COM2, /dev/ttyACM0, etc)
0/1 NAND id number: 0-NAND0, 1-NAND1
Commands:
* dump Filename [Offset] [Length]
dumps to Filename at [Offset] and [Length]
* vwrite/write Filename [Offset] [Length]
Flashes (v=verify) Filename at [Offset] and [Length]
* vdiffwrite/diffwrite Filename Diff-file
Flashes (v=verify) Filename using a Diff-file
* release
Releases TRISTATE, so that the PS3 can boot
* bootloader
Enters Teensy's bootloader mode (for Teensy reprogramming)
Notes: 1) All offsets and lengths are in hex
2) The Diff-file is a file which lists all the changed
offsets of a dump file. This should increase flashing
time dramatically.