]> cvs.zerfleddert.de Git - proxmark3-svn/commitdiff
ADD: added a WIN sample.
authoriceman1001 <iceman@iuse.se>
Tue, 5 Apr 2016 02:48:05 +0000 (04:48 +0200)
committericeman1001 <iceman@iuse.se>
Tue, 5 Apr 2016 02:48:05 +0000 (04:48 +0200)
client/flasher.c

index 51c48c0e283bf97d54d9c52a6c8c9db2721a08b3..4e431658154dbdd3d74c99817bb7157e6479011f 100644 (file)
@@ -82,10 +82,9 @@ static void usage(char *argv0)
 {
        fprintf(stderr, "Usage:   %s <port> [-b] image.elf [image.elf...]\n\n", argv0);
        fprintf(stderr, "\t-b\tEnable flashing of bootloader area (DANGEROUS)\n\n");
-       //Is the example below really true? /Martin
-       fprintf(stderr, "Example:\n\n\t %s path/to/osimage.elf path/to/fpgaimage.elf\n", argv0);
        fprintf(stderr, "\nExample (Linux):\n\n\t %s  /dev/ttyACM0 armsrc/obj/fullimage.elf\n", argv0);
        fprintf(stderr, "\nExample (OS)   :\n\n\t %s  /dev/cu.usbmodem1451 armsrc/obj/fullimage.elf\n", argv0);
+       fprintf(stderr, "\nExample (WIN)  :\n\n\t %s  com3 armsrc/obj/fullimage.elf\n", argv0);
        fprintf(stderr, "\nNote (Linux): if the flasher gets stuck in 'Waiting for Proxmark to reappear on <DEVICE>',\n");
        fprintf(stderr, "              you need to blacklist proxmark for modem-manager - see wiki for more details:\n");
        fprintf(stderr, "        old ref --> http://code.google.com/p/proxmark3/wiki/Linux\n\n");
Impressum, Datenschutz