-
In the documentation it is not listed however there are udev rules configured for it: So is the JTAGICE supported? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 25 replies
-
Hi @septatrix, Bloom does not currently support the discontinued JTAGICE3 debug tool. But if there is sufficient demand for it, I will consider supporting it. I will leave this discussion open for anyone else who wants to express demand for this. Users can do so by leaving a comment or adding a reaction. If 10 or more users express demand, I will consider it. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Unofficial build, branched from version 0.8.3, with JTAGICE3 supportDebian package: https://bloom-public-bucket.s3.eu-west-1.amazonaws.com/misc/Bloom-0.8.3-unofficial-jtagice3-Linux.deb RPM package: https://bloom-public-bucket.s3.eu-west-1.amazonaws.com/misc/Bloom-0.8.3-unofficial-jtagice3-Linux.rpm If you already have another version of Bloom installed, follow the instructions in the "Upgrading Bloom" section, at https://bloom.oscillate.io/download To select the JTAGICE3 debug tool, use the debug tool name
@septatrix & @maximevince please let me know how it goes. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Support for the JTAGICE3 is now live in v0.9.0. Download the latest version via https://bloom.oscillate.io/download. |
Beta Was this translation helpful? Give feedback.
-
Ah! Forgot to change the tool name, indeed.
Will try again tomorrow!
…-------- Original Message --------
On Apr 12, 2022, 19:30, Nav wrote:
> Unfortunately, that does not seem to work over here.
***@***.***(https://github.com/maximevince) Hmm, that is odd. Are you sure you updated your bloom.json with the new debug tool name (jtagice3)? Can you post the contents of your bloom.json file in here please?
> However debugging itself does not work with atmega644 as target and jtag as physical interface with failure to receive a break event.
***@***.***(https://github.com/septatrix) Do you have any other target you can try? Preferably one that doesn't use the JTAG physical interface? If you do, please give that a try with the JTAGICE3 and let me know if it works. I've always found debugging AVRs with JTAG to be a bit unstable with EDBG tools. Not just with Bloom, but with other software such as the MPLAB IDE.
Also, can you please post Bloom's debug output here? To enable the debug output, set debugLoggingEnabled to true, in the root object of your bloom.json:
{
"debugLoggingEnabled": true,
"environments": {...}
}
Thanks,
—
Reply to this email directly, [view it on GitHub](#30 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA46ZJ6VC3NQP5IHUZR6LLLVEWXMLANCNFSM5S57XN5Q).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Support for the JTAGICE3 is now live in v0.9.0. Download the latest version via https://bloom.oscillate.io/download.
https://github.com/navnavnav/Bloom/releases/tag/v0.9.0