Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
7 |
pfowler |
1 |
sudo avrdude -c avrispmkii -p attiny2313 -P usb -U lfuse:w:0xef:m
|
|
|
2 |
|
|
|
3 |
avr-gcc -g -Os -mmcu=attiny2313 -c test.c
|
|
|
4 |
avr-gcc -g -mmcu=attiny2313 -o test.elf test.o
|
|
|
5 |
avr-objcopy -j .text -j .data -O ihex test.elf test.hex
|
|
|
6 |
sudo avrdude -c avrispmkii -p attiny2313 -P usb -U flash:w:test.hex
|