Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ socket AVR

![alt text](https://raw.githubusercontent.com/Trel725/chavrprog/master/schematics.jpg)

### Commads
### Commands

-d DEVICE - specifies AVR chip
-r ADDR - read flash memory from start to ADDR in bytes, or
Expand All @@ -52,7 +52,7 @@ socket AVR
use if you're flashing complex HEX, like Arduino bootloader or if default fails
-p r - read content of on-chip EEPROM, print in terminal, or
-p r FILE - read EEPROM to FILE
-p w HEX - write eeprom from intel hex file
-p w HEX - write eeprom from intel hex file
-f - read fuse bits
-l BYTE - write low fuse, must be in hex format, e.g. 0x2A
-H BYTE - write high fuse, must be in hex format, e.g. 0x2A
Expand All @@ -66,7 +66,7 @@ There is 2 verification functions implemented - fast and strict. By default with
The most typical command set looks like:
`chavrprog -d mega328p -a ./firmware.hex`

Disklaimer
Disclaimer
-----------


Expand Down