diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-07 22:59:27 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-07 23:02:20 -0400 |
commit | 73fd2926377021af49eb0ab1fda9491f6902bd90 (patch) | |
tree | a2f4740088c1162f9d9466cd4acfc27f4c473fb5 /docs/FAQ.md | |
parent | ab5238317b34965510796f1cd97c073b349883d1 (diff) | |
download | kutter-73fd2926377021af49eb0ab1fda9491f6902bd90.tar.gz kutter-73fd2926377021af49eb0ab1fda9491f6902bd90.tar.xz kutter-73fd2926377021af49eb0ab1fda9491f6902bd90.zip |
docs: Update "avr restart=command" FAQ to point to bootloaders.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index ec4a9e2a..ffde9d77 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -356,8 +356,7 @@ power is removed). The workaround is to use a restart_method other than "command" or to flash an updated bootloader to the AVR device. Flashing a new bootloader is a one time step that typically requires an external -programmer - search the web to find the instructions for your -particular device. +programmer - see [Bootloaders](Bootloaders.md) for further details. ### Will the heaters be left on if the Raspberry Pi crashes? |