Skip to content

Programming an ATTiny424 with Arduino #691

Answered by SpenceKonde
bathtub-toast asked this question in Q&A
Discussion options

You must be logged in to vote

When "Uploading" a sketch, the board's definition of it's upload pins (potentially optiboot serial pins) - assuming those are specified (they aren't for non-bootloader boards of course) - are used to determining what kind of "programmer" (in this case a bootloader that acts like a programmer. During these uploads the selected tools -> programmer option ignored.

When "Upload using Programmer" or "Burn Bootloader" is used, those commands request an operation when cannot be performed through a bootloader. Hence, the selected programmer (from Tools -> Programmers) i used

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@bathtub-toast
Comment options

Answer selected by bathtub-toast
Comment options

You must be logged in to vote
1 reply
@bathtub-toast
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants