diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-22 10:07:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-22 10:07:34 -0400 |
commit | 197030c6844a6c797e0623af3338beb97a25bd68 (patch) | |
tree | b87a0fc497eae15343a7e4cfbfb808436de1daef /docs/FAQ.md | |
parent | 893acdb56bddbe8c24b51050187325f71e439798 (diff) | |
download | kutter-197030c6844a6c797e0623af3338beb97a25bd68.tar.gz kutter-197030c6844a6c797e0623af3338beb97a25bd68.tar.xz kutter-197030c6844a6c797e0623af3338beb97a25bd68.zip |
docs: Update FAQ to reference Bootloaders.md on "make flash" failure
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index cf729cb2..56490520 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -102,10 +102,9 @@ will need to manually flash. See if there is a config file in the [config directory](https://github.com/KevinOConnor/klipper/tree/master/config) with specific instructions for flashing the device. Also, check the board manufacturer's documentation to see if it describes how to flash -the device. Finally, on AVR devices, it may be possible to manually -flash the device using [avrdude](http://www.nongnu.org/avrdude/) with -custom command-line parameters - see the avrdude documentation for -further information. +the device. Finally, it may be possible to manually flash the device +using tools such as "avrdude" or "bossac" - see the +[bootloader document](Bootloaders.md) for additional information. ### How do I change the serial baud rate? |