PlatformIO throwing avrdude errors with CuriosityNano AVR128DA48 #394
Unanswered
Ragnar2022
asked this question in
Q&A
Replies: 2 comments 4 replies
-
UPDATE: Running command: First run:
Second run:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you uploading via SerialUPDI? That functionality is not supported by
the 6.3 version of AVRdude. Some new ones have it, but the core does not
make use of those versions,
…On Wed, Feb 8, 2023 at 10:25 AM Ragnar2022 ***@***.***> wrote:
I've been developing in PlatformIO on a Nano AVR128DA48 on one Windows 10
machine just fine. Now, I'm trying to get it up and running on another
machine (Windows 11) and avrdude is bitching like it's not even connected.
I've successfully flashed it through the Arudino IDE 1.8.18 on the Windows
11 machine.
This is what I get in PlatformIO when I try to flash it.
avrdude: bad response to AVR sign-on command: 0xa0
avrdude: retrying with external reset applied
avrdude: bad response to AVR sign-on command: 0xa0
avrdude: retrying with external reset applied
avrdude: JTAGEN fuse disabled?
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
This does not happen on the other machine. I'm using the same PlatformIO
Core 6.1.6 on both machines. Thoughts? Prayers?
—
Reply to this email directly, view it on GitHub
<#394>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEWYQOTOCV6R2K66D6LDWWO3FVANCNFSM6AAAAAAUVMXDTE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore <https://github.com/SpenceKonde/ATTinyCore>: Arduino support for
all pre-2016 tinyAVR with >2k flash!
megaTinyCore <https://github.com/SpenceKonde/megaTinyCore>: Arduino support
for all post-2016 tinyAVR parts!
DxCore <https://github.com/SpenceKonde/DxCore>: Arduino support for the AVR
Dx-series parts, the latest and greatest from Microchip!
Contact: ***@***.***
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been developing in PlatformIO on a Nano AVR128DA48 on one Windows 10 machine just fine. Now, I'm trying to get it up and running on another machine (Windows 11) and avrdude is bitching like it's not even connected. I've successfully flashed it through the Arudino IDE 1.8.18 on the Windows 11 machine.
This is what I get in PlatformIO when I try to flash it.
This does not happen on the other machine. I'm using the same PlatformIO Core 6.1.6 on both machines. Thoughts? Prayers?
Beta Was this translation helpful? Give feedback.
All reactions