Skip to content

Unable to load sketches using Arduino as ISP #2460

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

Closed
3 tasks done
kalymos opened this issue Jun 22, 2024 · 2 comments
Closed
3 tasks done

Unable to load sketches using Arduino as ISP #2460

kalymos opened this issue Jun 22, 2024 · 2 comments
Assignees
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@kalymos
Copy link

kalymos commented Jun 22, 2024

Describe the problem

It is completely impossible to load a sketch using Arduino as ISP as a programmer, both using MiniCorps and official board definitions, however I have no problem burning bootloaders.
All these manipulations were possible without problem on versions 1.8.19

To reproduce

After the standard creation of an Arduino as ISP
selecting the correct target board
choosing the programmer as Arduino as ISP

Expected behavior

I get these two possible results if I use the standard or MiniCor board definitions.

standard
1
2

MiniCor
3
4

Arduino IDE version

2.3.3-nightly-20240622; 2.3.2

Operating system

Linux

Operating system version

opensuse 15.6

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@kalymos kalymos added the type: imperfection Perceived defect in any part of project label Jun 22, 2024
@per1234 per1234 self-assigned this Jun 22, 2024
@per1234
Copy link
Contributor

per1234 commented Jun 22, 2024

Hi @kalymos. In order to upload a sketch using any ISP programmer, you must select Sketch > Upload Using Programmer from the Arduino IDE menus rather than using Sketch > Upload or clicking the "Upload" button as you would do when uploading a sketch to a board normally.

The reason you didn't have to do that in Arduino IDE 1.x is because it has a feature where the board definition can be configured so that an "Upload Using Programmer" operation is triggered when the user selects Sketch > Upload from the menus or clicks the "Upload" button. The MiniCore platform is configured to have that behavior when you select Tools > Bootloader > No bootloader from the Arduino IDE menus.

We already have an issue tracking the missing "default to Upload Using Programmer" feature: #103. So I'll close this issue as a duplicate of that one.

If you still have problems uploading after using Sketch > Upload Using Programmer, you are welcome to post on Arduino Forum to request assistance. I'm sure we'll be able to help you out over there:

https://forum.arduino.cc/c/using-arduino/avrdude-stk500-bootloader-issues/81

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 22, 2024
@per1234 per1234 added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself labels Jun 22, 2024
@kalymos
Copy link
Author

kalymos commented Jun 22, 2024

Thank you for your quick response.
Your answer is 100% functional, sorry I had not searched for the problem with the right keywords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants