Uploading With Avrdude - adafruit learning system Trinket Introduction Manual

Table of Contents

Advertisement

memory
"efuse"
size
= 1;
write
=
"1 0 1 0 1 1 0 0 1 0 1 0 0 1 0
"x x x x x x x x x x x x x x x
read
=
"0 1 0 1 0 0 0 0 0 0 0 0 1 0 0
"x x x x x x x x o o o o o o o
min_write_delay = 9000;
max_write_delay = 9000;
;
memory
"calibration"
size
= 2;
read
=
"0 0 1 1 1 0 0 0
"0 0 0 0 0 0 0 a0 o o o o o o o
;
;
If editing manually, Mac users should delete all references to parallel port programmers
("type = par;").

Uploading with AVRdude

Now you're ready to use avrdude. Open up your command line and enter in this line (but
don't hit return)
avrdude -c usbtiny -p attiny85
Now plug in the Trinket into the computer's USB port and/or press the reset button to enter
the bootloader. You should see the red LED pulsing. Now press return, you should get the
© Adafruit
Industries
0",
i";
0",
o";
0 0 0 x x x x
https://learn.adafruit.com/introducing-trinket
x",
o";
Page 36 of 48

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Trinket and is the answer not in the manual?

Table of Contents