Skip to content

A shell script that extracts the fuse bytes from the .fuse section of a AVR elf file.

License

Notifications You must be signed in to change notification settings

ithron/AVRFuseExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This script extract the fuse bytes from the .fuse section of a AVR elf file.
See the avr-libc documentation (http://www.nongnu.org/avr-libc/user-manual/group__avr__fuse.html) for more information on how to embedd the fuse bytes into the elf file.

Usage:

	./extractfuses [a|l|h|e|avrdude] elf-file
	
Options:

	a			print all fuse bytes in the order high, low, extended
	l			print the low byte
	h			print the high byte
	e			print the extended byte
	avrdude	print the avrdude command to program the fuses

About

A shell script that extracts the fuse bytes from the .fuse section of a AVR elf file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages