summaryrefslogtreecommitdiffstats
path: root/source/ct-Bot/contrib/flash_n_fuse/setfuses.sh
blob: 0c0297070b50ef5a69349e002a67fac6a3211cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# echo program C't-Bot with avrdude and mySmartUSB
#
# echo Usage: setfuses.sh <filename>
#
if [ $# != 1 ]; then
	echo "Usage: setfuses.sh <filename>"
	exit 1;
fi

avrdude -p m32 -c avr910 -P /dev/ttyUSB0 -e -u -U lfuse:w:lfuse.hex:i -U hfuse:w:hfuse.hex:i -U lock:w:lock.hex:i