AVR Downloader/UploaDEr - Bugs: bug #40831, LUFA AVRISP-MKII fails with...
You are not allowed to post comments on this tracker with your current authentication level.
bug #40831: LUFA AVRISP-MKII fails with avrdude 6.0.1
Submitter: | Larry Viesse <larryvc> | ||
Submitted: | Sat 07 Dec 2013 03:10:06 AM UTC | ||
Votes: | 355 | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Larry Viesse |
Open/Closed: | Open | Release: | 6.3 |
Programmer hardware: | Device type: |
( Jump to the original submission )
Mon 10 Apr 2017 07:21:24 AM UTC, comment #15: |
Yegor Yefremov <yegorich> |
Fri 07 Apr 2017 02:49:40 PM UTC, comment #14: The question is not as much as what the state of this bug, but
|
Joerg Wunsch <joerg_wunsch>![]() |
Fri 07 Apr 2017 02:43:23 PM UTC, comment #13: What is the state of this issue? I can still apply this patch to current SVN trunk and I get both Atmel and Olimex devices working in Linux. I would really like to see this issue fixed in 6.4. |
Yegor Yefremov <yegorich> |
Mon 27 Mar 2017 01:03:14 PM UTC, comment #12: without the patch i get
|
julian <comboy> |
Thu 23 Mar 2017 10:01:53 AM UTC, comment #11: Please apply this patch to the official build, none of the avrdude 6.x-versions work with the LUFA-based AVRISP-MKII Clone and most likely the many derrivatives too
|
andreas <ante> |
Sun 12 Mar 2017 12:11:19 AM UTC, comment #10: Not sure why you are having a problem with LUFA + AVRISP MKII if this patch is not applied. I have not applied this patch, but I installed the latest LUFA firmware and my AVRISP MKII works with avrdude 6.2 as well as 6.3 . The only problem is it gives me avrdude: fileio: invalid operation=1
|
Hey Duds <heyduds1> |
Tue 31 Jan 2017 02:04:40 PM UTC, comment #9: patch works with 6.3
|
julian <comboy> |
Fri 24 Jun 2016 12:34:19 PM UTC, comment #8: Hi, I don't understand why the patch is still not applied?
|
xi <xii> |
Wed 27 Jan 2016 02:34:18 AM UTC, comment #7: Confirmed, and the patch still works against 6.2. Will it be accepted upstream? |
Dylan Taft <dylanetaft> |
Sat 26 Dec 2015 08:01:24 PM UTC, comment #6: Your [patch](https://savannah.nongnu.org/support/download.php?file_id=32171) also applies to RELEASE_6_2, and it makes avrdude-6.2 work with an Olimex AVR-ISP-MK2. |
Michael Mauch <elmicha> |
Mon 22 Sep 2014 10:41:03 PM UTC, comment #5: I've added a possible patch against SVN head. This gets rid of hard-coded endpoints & sizes for the stk500v2 and jtagice2 files. It's fairly simple, but I've tested with an Atmel JTAG-ICEMKII, LUFA AVR-ISPMKII in AVRStudio Mode, and LUFA AVR-ISPMKII in LibUSB mode.
|
Colin O Flynn <c_oflynn>![]() |
Sat 13 Sep 2014 07:53:41 AM UTC, comment #4: Since there is already a read endpoint fallback in usb_libusb.c:
|
Dean Camera <abcminiuser> |
Sat 13 Sep 2014 07:50:29 AM UTC, comment #3: Looking over the source code, it appears the issue is that the USB endpoints are already pre-filled by the upper tool layer:
|
Dean Camera <abcminiuser> |
Wed 12 Mar 2014 10:26:43 PM UTC, comment #2: OK, I see it in your file now:
|
Joerg Wunsch <joerg_wunsch>![]() |
Wed 12 Mar 2014 09:17:40 PM UTC, comment #1: It's still not quite clear to me why this happens.
|
Joerg Wunsch <joerg_wunsch>![]() |
Sat 07 Dec 2013 03:10:06 AM UTC, original submission:
The problem was found in usbdev_open in file usb_libusb.c.
prevents Dean's LUFA masqueraded endpoint from being discovered.
|
Larry Viesse <larryvc> |
Depends on the following items: None found
Items that depend on this one: None found
There are 355 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 9 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-04-07 | joerg_wunsch | Release | None | ![]() |
6.3 |
2017-01-31 | comboy | Carbon-Copy | - | ![]() |
Added comboy |
2016-06-24 | xii | Carbon-Copy | - | ![]() |
Added xii |
2016-01-27 | dylanetaft | Carbon-Copy | - | ![]() |
Added dylanetaft |
2015-12-28 | miki | Carbon-Copy | - | ![]() |
Added miki |
2014-09-22 | c_oflynn | Attached File | - | ![]() |
Added endpointdetect_pass1.patch, #32171 |
2014-05-23 | rons | Carbon-Copy | - | ![]() |
Added rons |
2014-03-12 | joerg_wunsch | Status | Need Info | ![]() |
None |
2014-03-12 | joerg_wunsch | Status | None | ![]() |
Need Info |
Spare time is a costly thing ...
Having the patch in the tree means, more people using latest tree would test it (consciously or not).
As I have already pointed in my previous post I have both Atmel and Olimex devices. Primary avrdude usage is on Linux for ARM. The only Atmel controller I'm using is Atmega 168pa (-p m168p) So let me know, if I can help with testing.
Though it is not likely to happen any time soon, but converting the project to git would be awesome. Alone patch creation via "git format-patch", "binary" debugging via git bisect and of course git blame feature make git far more appropriate for collaborative projects. No speaking about "tig" utility.