diff --git a/docs/01_quickstart.md b/docs/01_quickstart.md index c92b002..f619ddf 100644 --- a/docs/01_quickstart.md +++ b/docs/01_quickstart.md @@ -25,13 +25,13 @@ Before you begin, make sure you have the following: 2. Insert the SD card into the "Flash Module Adapter" provided with the Kumquat board. 3. Insert the adapter into the top right pin header (X16) just below the audio connectors on the Kumquat board. -![Insert Adapter](placeholder_image_link) +![Insert Adapter](../../img/quickstart/insert-adapter.png) ## Step 4: Connect USB Cable 1. Connect one end of the USB cable to the right port (X12) of the Kumquat board. 2. Insert the other end of the USB cable into an available USB port on your computer. -![Connect USB Cable](placeholder_image_link) +![Connect USB Cable](../../img/quickstart/connect-console.png) ## Step 5: Open Serial Terminal @@ -49,7 +49,7 @@ See [Serial Console](interfaces/console) for more Information 1. Connect the 12V or 24V power supply to the bottom right terminal block (X1) of the Kumquat board. 2. Ensure that the positive pin of the power connector is on the right side. -![Connect Power Supply](placeholder_image_link) +![Connect Power Supply](../../img/quickstart/connect-power.png) ## Step 7: Boot up the Kumquat Board 1. Check the serial console for output. diff --git a/docs/img/quickstart/connect-console.png b/docs/img/quickstart/connect-console.png new file mode 100644 index 0000000..a22c92c Binary files /dev/null and b/docs/img/quickstart/connect-console.png differ diff --git a/docs/img/quickstart/connect-power.png b/docs/img/quickstart/connect-power.png new file mode 100644 index 0000000..b991cfe Binary files /dev/null and b/docs/img/quickstart/connect-power.png differ diff --git a/docs/img/quickstart/insert-adapter.png b/docs/img/quickstart/insert-adapter.png new file mode 100644 index 0000000..9345def Binary files /dev/null and b/docs/img/quickstart/insert-adapter.png differ