diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-02-10 13:00:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-02-10 13:00:57 -0500 |
commit | 03b62ca04f7de4f332b71791298617e92c94a5cc (patch) | |
tree | a33d8902208a202652d0b13666ffe5e8d28e5be1 /docs | |
parent | 8666a724db6785108e4fc997830e3c69219d4a46 (diff) | |
download | kutter-03b62ca04f7de4f332b71791298617e92c94a5cc.tar.gz kutter-03b62ca04f7de4f332b71791298617e92c94a5cc.tar.xz kutter-03b62ca04f7de4f332b71791298617e92c94a5cc.zip |
docs: Add SDCard_Updates.md to Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 11f255c7..b67b3e6f 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -70,6 +70,8 @@ communication with the Klipper developers. # Device Specific Documents +- [SDCard Updates](SDCard_Updates.md): Flash a micro-controller by + copying a binary to an sdcard in the micro-controller. - [Raspberry Pi as Micro-controller](RPi_microcontroller.md): Details for controlling devices wired to the GPIO pins of a Raspberry Pi. - [Beaglebone](beaglebone.md): Details for running Klipper on the |