-
-
Notifications
You must be signed in to change notification settings - Fork 398
Cannot upload to Arduino Diecimila - not in sync #139
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
Comments
Managed to upload this through the desktop application, but I haven't been able to do this through the CLI, what I was missing was switching the processor to atmega168, but passing it as is yields: $ arduino upload -p /dev/ttyUSB0 --fqbn arduino:avr:diecimila:cpu=atmega168 Arduino/AnalogReader
Error: getting build properties for board arduino:avr:diecimila: invalid value 'cpu=atmega168' for option 'cpu'
Invalid FQBN. I'm not sure where to get the exact string for these. Tried atmega168 and ATmega168, to no avail. |
You can get it from boards.txt: That part is related to #138
Did you rename
|
This looks like the syntax for the Arduino IDE CLI mode. Just to add on to what @per1234 said, |
@moustacheful did you ever find the cause of that error message?:
Have you checked to see if it still occurs with the latest version of arduino-cli? |
Hey! sorry, I did not. In the end I just used the gui version, which worked
with no issues.
Sadly, I don't have that arduino with me nor will I have one in the
foreseeable future, so feel free to close this :(
…On Fri, May 24, 2019, 05:29 per1234 ***@***.***> wrote:
@moustacheful <https://github.com/moustacheful> did you ever find the
cause of that error message?:
Error: getting build properties for board arduino:avr:diecimila: invalid value 'cpu=atmega168' for option 'cpu'
Invalid FQBN.
Have you checked to see if it still occurs with the latest version of
arduino-cli?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139?email_source=notifications&email_token=ABFB5P7MYMOVDKFGBBCUQSTPW6YN3A5CNFSM4GTNXERKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWEVVEA#issuecomment-495540880>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFB5P6N2G5QZ747JYZ7IG3PW6YN3ANCNFSM4GTNXERA>
.
|
Thanks for the update @moustacheful. I still can't reproduce the error so I'm going to go ahead and close this issue. If anyone encounters this type of error, please comment here and I can re-open. |
…roperty-Func Deprecate old c style functions for adding properties in favour of composition
Followed the instructions on the readme:
During the sync checks, the
rx
leds flashes briefly.This is a very old Arduino Diecimila. Anything I might be missing?
The text was updated successfully, but these errors were encountered: