docs: Update FAQ to reference Bootloaders.md on "make flash" failure
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
893acdb56b
commit
197030c684
|
@ -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)
|
[config directory](https://github.com/KevinOConnor/klipper/tree/master/config)
|
||||||
with specific instructions for flashing the device. Also, check the
|
with specific instructions for flashing the device. Also, check the
|
||||||
board manufacturer's documentation to see if it describes how to flash
|
board manufacturer's documentation to see if it describes how to flash
|
||||||
the device. Finally, on AVR devices, it may be possible to manually
|
the device. Finally, it may be possible to manually flash the device
|
||||||
flash the device using [avrdude](http://www.nongnu.org/avrdude/) with
|
using tools such as "avrdude" or "bossac" - see the
|
||||||
custom command-line parameters - see the avrdude documentation for
|
[bootloader document](Bootloaders.md) for additional information.
|
||||||
further information.
|
|
||||||
|
|
||||||
### How do I change the serial baud rate?
|
### How do I change the serial baud rate?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue