Closed
Description
Followed the instructions on the readme:
$ arduino core search diecimila
Searching for platforms matching 'diecimila'
ID Version Name
arduino:avr 1.6.23 Arduino AVR Boards
$ arduino core install arduino:avr
Downloading arduino:[email protected]...
arduino:[email protected] downloaded
Downloading arduino:[email protected]...
arduino:[email protected] downloaded
Downloading arduino:[email protected]...
arduino:[email protected] downloaded
Downloading arduino:[email protected]...
arduino:[email protected] downloaded
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
$ arduino core list
ID Installed Latest Name
arduino:[email protected] 1.6.23 1.6.23 Arduino AVR Boards
$ arduino board list
FQBN Port ID Board Name
/dev/ttyUSB0 0403:6001 unknown
$ arduino compile --fqbn arduino:avr:diecimila Arduino/AnalogReader
Build options changed, rebuilding all
Sketch uses 930 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
$ arduino upload -p /dev/ttyUSB0 --fqbn arduino:avr:diecimila Arduino/AnalogReader
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Error: exit status 1
Error during upload.
During the sync checks, the rx
leds flashes briefly.
This is a very old Arduino Diecimila. Anything I might be missing?
Metadata
Metadata
Assignees
Labels
No labels