Milksop GPL Reflasher - 0.12 - (c)2002 andy@warmcat.com
MILK app: controls Milksop flash programmer
milk [mode] [options]
Mode switches
-m, --milksop (or run as 'milksop') Milksop mode -c, --cheaplpc (or run as 'cheaplpc') CheapLPC mode -f, --filtror (or run as 'filtror') Filtror mode -j, --jtag (or run as 'jektor') Jtag mode -2, --cheapi2c (or run as 'cheapi2c') I2C mode
Options that do not need mode
-h, --help print this help -v, --version show version -a, --address hhhhh Perform action starting from this hex address in flash (default 0) -d, --defaultfile <file> incoming binary file for use with -t -b -b, --binarypatch <file> insert binary into binary file, needs --address hhhhh
Milksop Options:(-m)
-i, --internal Target internal flash (default is external) used with other options -z, --justcheck Just test that the flash can be communicated with, then exit -r, --readback <file> Read back flash into the binary file given -p, --program <file> Erase/Program flash with the binary file given -v, --verify If given with program, reads back and confirms correct after program -e, --erase Just perform erase -o, --ioport hhh Use parallel port at given hex IO address (default 0x378) -a, --address hhhhh Perform action starting from this hex address in flash (default 0) -q, --cyclepower quick power cycle
CheapLPC Options:(-c)
-r, --readback <file> Read back flash into the binary file given -p, --program <file> Erase/Program flash with the binary file given -v, --verify If given with program, reads back and confirms correct after program -e, --erase Just perform erase -o, --ioport hhh Use parallel port at given hex IO address (default 0x378) -a, --address hhhhh Perform action starting from this hex address in flash (default 0) -S --slow n Slow down all IO by factor n -T --test enter interactive test mode
Filtror Options:(-m)
-r, --readback <file> Read back flash into the binary file given -s, --showdata <hexlength> Display memory at address given with -a -p, --program <file> Erase/Program flash with the binary file given -v, --verify If given with program, reads back and confirms correct after program -t, --terminal Filtror terminal mode -o, --ioport hhh Use parallel port at given hex IO address (default 0x378) -a, --address hhhhh Perform action starting from this hex address in flash (default 0) -q, --cyclepower quick power cycle
Jtag Options:(-j)
-p, --program <svffile> Execute SVF file on jtag -o, --ioport hhh Use parallel port at given hex IO address (default 0x378)
Examples:
milk -m -i -p myfile.bin milk -m -p myfile.bin -v -o 278 -a 80000 milk -f -r newfile.bin milk -d binoriginalfile -t patchfile milk -d binoriginalfile -a 1000 -b binpatchfile
|