Project

General

Profile

Statistics
| Revision:

root / trunk / utils / debug.sh @ 177

History | View | Annotate | Download (100 Bytes)

1
#!/bin/sh
2

    
3
avrdude -c avrispmkii -P usb -p t2313 -U flash:r:$1:i
4
avr-objdump -D -S -m avr $1 | less