Skip to content
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

"A programmer is required to upload" error when uploading #2276

Closed
sohail-inamdar opened this issue Nov 6, 2023 · 1 comment
Closed

"A programmer is required to upload" error when uploading #2276

sohail-inamdar opened this issue Nov 6, 2023 · 1 comment
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

@sohail-inamdar
Copy link

Sketch uses 2960 bytes (0%) of program storage space. Maximum is 2097152 bytes.
A programmer is required to upload.
A program is required to upload.

I am trying to get started with Aries v2 on ARDUINO IDE, Code is compiling successfully but failed to upload code. and its showing this error.
arduino ide

@per1234 per1234 self-assigned this Nov 6, 2023
@per1234 per1234 transferred this issue from arduino/Arduino Nov 6, 2023
@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Nov 6, 2023
@per1234
Copy link
Contributor

per1234 commented Nov 6, 2023

Hi @sohail-inamdar. The "ARIES IoT" board definition does not contain an upload.protocol property. This means the only method supported for uploading to this board is "Upload Using Programmer".

If you select the appropriate programmer from the Tools > Programmer menu and then select Sketch > Upload Using Programmer from the Arduino IDE menus, the sketch will upload without this "A programmer is required to upload" error.

Arduino IDE 1.x automatically uses "Upload Using Programmer" even when the user triggers an upload normally under these conditions, but that feature was never implemented in Arduino IDE 2.x. We already have an issue tracking the IDE's violation of the Arduino Platform Specification at #103.

So I'll close this as a duplicate.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Nov 6, 2023
@per1234 per1234 changed the title Sketch uses 2960 bytes (0%) of program storage space. Maximum is 2097152 bytes. A programmer is required to upload "A programmer is required to upload" error when uploading Nov 6, 2023
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