diff --git a/Documentation/debugger.rst b/Documentation/debugger.rst
index 10818291bde26eef8ded420972a2cf2222259f5b..3f1f8bf3b490390181393e9881272fc99511d8cc 100644
--- a/Documentation/debugger.rst
+++ b/Documentation/debugger.rst
@@ -5,9 +5,7 @@ Debugger
 If you have one of our debuggers for card10, this page details how you can use
 it.  The debugger looks like either one in the following pictures:
 
-.. todo::
-
-   Debugger Picture
+.. image:: static/debuggers.png
 
 OpenOCD
 -------
diff --git a/Documentation/how-to-flash.rst b/Documentation/how-to-flash.rst
index b0afeac6c627d5c35e399a06dacfd928e9510f74..a0ebbef5789272763587df4a3e94b959adaa360c 100644
--- a/Documentation/how-to-flash.rst
+++ b/Documentation/how-to-flash.rst
@@ -11,9 +11,7 @@ the bottom right pressed.  Rebooting is done by either short pressing the power
 button (top left) while you have a working firmware, or turning the card10 off
 completely (by pressing the power button for 8 seconds) and then starting it again.
 
-.. todo::
-
-   Image showing the location of the buttons
+.. image:: static/bootloader-buttons.png
 
 If you did everything correctly, the bootloader will display:
 
diff --git a/Documentation/static/bootloader-buttons.png b/Documentation/static/bootloader-buttons.png
new file mode 100644
index 0000000000000000000000000000000000000000..284a66333adac26b267a6c2dbc3e137e0d3e492b
Binary files /dev/null and b/Documentation/static/bootloader-buttons.png differ
diff --git a/Documentation/static/debuggers.png b/Documentation/static/debuggers.png
new file mode 100644
index 0000000000000000000000000000000000000000..c03cf0c148bd92cced522cbf4a7f0ae9f93c2f9b
Binary files /dev/null and b/Documentation/static/debuggers.png differ