Skip to content

Commit

Permalink
add note about avrdude flashing on linux w/o compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrosson committed May 17, 2022
1 parent 6397f6d commit 8ef26d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ rm -rf ../../.build/* && qmk -v compile \
```

## Flashing on Linux

You can use a command similar (double check the device node) to the following for avr+dfu setups. You'll need to run 'qmk -v flash' to find what flash commands it's running to avoid having to build in the future.

```
avrdude -pm32u4 -cavr109 -D -P/dev/ttyACM0 -b57600 -Uflash:w:ardux-ardux_thepaintbrush-std-left.hex
```

## Remixing

Start with `layouts/_layout.h` and follow the code from there.
Expand Down

0 comments on commit 8ef26d4

Please sign in to comment.