-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch #9563] New feature: ability to reset FLIPv2 targets #733
Comments
James Cook Minor correction: the command-line option to enable this is, as in the case of the 'par' plugin, "-E reset" (not "-e reset") |
Joerg Wunsch <joerg_wunsch> Please document the new option, either in avrdude.1 or in avrdude.texi (or in both :). |
@dl8dtl I have no experience with FLIP at all, and I'm not even sure I own any FLIP compatible hardware. But if you want I can create a PR where I've collected the bits and pieces from patch 43232 with some added documentation to avrdude.1 and avrdude.texi? |
If you have Arduino Uno with ATmega16U2, I think that one can be put into DFU mode and use FLIP (v1) Ref: FLIP V1 for AVR mega But since this is talking about FLIP v2, then it is only for AVR xmega and UC3. I have one UC3 but the chip is not supported by avrdude. |
@MCUdude |
I may receive some Xmega hardware later in August. I'll have a look at creating a PR for this after a bit of testing first. |
The patch is posted here to make things a bit easier.
|
First, I could not get FLIP2 to work unless I added the USB PID:
I had to manually apply the patch, but I can confirm it's working like it should. Without it, I'll either have to power cycle or reset the board manually, but with the new
I'm getting a compiler warning though:
|
This makes it possible for the application to start immedeatly after the program has been loaded. Simply use '-E reset' or '-E noreset'. Default is no reset. Closes avrdudes#733
Use the same implementation as linuxspi does, instead of the one suggested in avrdudes#733
Sat 10 Feb 2018 04:38:09 PM UTC
This patch adds the ability to reset FLIPv2 DFU devices after programming, by adding the "-e reset" command-line option.
The command-line interface and implementation is patterned after the 'par' driver.
file #43232: avrdude-flip2-reset.patch
This issue was migrated from https://savannah.nongnu.org/patch/?9563
The text was updated successfully, but these errors were encountered: