X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..3f030abe3f671b993dd14d057e660d21dcf03c9b:/linux/flasher.c diff --git a/linux/flasher.c b/linux/flasher.c index 05f31249..7cc8966f 100644 --- a/linux/flasher.c +++ b/linux/flasher.c @@ -149,6 +149,7 @@ int main(int argc, char **argv) { sleep(1); fprintf(stderr,"Waiting for Proxmark to reappear on USB...\n"); + fprintf(stderr,"(Press and hold down button NOW if your bootloader requires it)\n"); while(!(devh=OpenProxmark(0))) { sleep(1); } fprintf(stderr,"Found...\n");