Hi, committed the following patch that fixes jlink timeout issues under linux.
Cheers Spen Index: src/jtag/jlink.c =================================================================== --- src/jtag/jlink.c (revision 1127) +++ src/jtag/jlink.c (working copy) @@ -52,7 +52,7 @@ #define JLINK_WRITE_ENDPOINT 0x02 #define JLINK_READ_ENDPOINT 0x81 -#define JLINK_USB_TIMEOUT 100 +#define JLINK_USB_TIMEOUT 1000 #define JLINK_IN_BUFFER_SIZE 8192 #define JLINK_OUT_BUFFER_SIZE 8192 _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development