No changes between revisions
/Modules/AVR/ATprogISPUSB02A/SW/HEX_STK500V2/flash_by_stk500v2.sh |
---|
0,0 → 1,8 |
# Linux Shell Script |
# ATprogISPUSB02A fash script |
# Uses STK500v2 Programmer |
echo "WARNING: Enables external clock. Make sure a crystal is connected to the ATmega8535! |
Connect a programmer to the ATprogISPUSB02A and set a 'ISP SELECTION' jumper (J4) to 'internal' (1-2)" |
avrdude -p atmega8535 -P /dev/ttyUSB0 -c stk500v2 -B 50 -v -U lfuse:w:0xff:m -U hfuse:w:0xdb:m |
avrdude -p atmega8535 -P /dev/ttyUSB0 -c stk500v2 -B 50 -U flash:w:stk500.hex:a |
echo "If none errors above - Please set 'ISP SELECTION' jumper (J4) to 'normal' (2-3) position." |
Property changes: |
Added: svn:executable |
+* |
\ No newline at end of property |