Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos authored Dec 21, 2024
1 parent a27ef51 commit 2f11cec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ref_app/tools/AVR/avrdude/avrdude-v8.0-windows-x64/readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Programming with avrdude
# Programming the ARDUINO with `avrdude`

In this section, we consider the flash file `ref_app.hex` which, after
In this section, we will program the ARDUINO boards with `avrdude`.

Consider the flash file `ref_app.hex` which, after
building the reference application `ref_app`, will be found in the `bin` directory.
These instructions are for modern `Win*`.

The device being used is the AVR-SIP mkII, which is an older USB-based
The programming device being used is the AVR-SIP mkII, which is an older USB-based
programmer.

## Getting Started

Get a modern version of `avrdude` for `Win*` such as `avrdude-v8.0-windows-x64.zip` which can
be found at the avrdude releases such as
be found within `avrdude`'s release, such as
[avrdude-v8.0](https://github.com/avrdudes/avrdude/releases/download/v8.0/avrdude-v8.0-windows-x64.zip).
Of course, occasional newer releases may also become available.

Expand Down

0 comments on commit 2f11cec

Please sign in to comment.