Project

General

Profile

Statistics
| Revision:

root / trunk / utils / debug.sh @ 301

History | View | Annotate | Download (100 Bytes)

1 167 kwoo
#!/bin/sh
2
3
avrdude -c avrispmkii -P usb -p t2313 -U flash:r:$1:i
4 168 kwoo
avr-objdump -D -S -m avr $1 | less