diff --git a/intro/blinkLED.rst b/intro/blinkLED.rst
index d78e01c5a05c4d56ad08d38bd9838cd60e3932de..f726ff2406f45501ee0493ce434d81916f00a64c 100644
--- a/intro/blinkLED.rst
+++ b/intro/blinkLED.rst
@@ -20,6 +20,75 @@ Plug in the Beagle
 
 For this step you need to get a USB cable and attach your Beagle 
 to your host computer with it.
+
+.. tabs::
+
+    .. group-tab:: Black
+
+        .. figure:: figures/image8.jpg
+            :width: 632px
+            :height: 166px
+            :align: center
+            :alt: Tethered Configuration
+
+        .. figure:: figures/image9.jpg
+            :width: 451px
+            :height: 206px
+            :align: center
+            :alt: USB Connection to the Board
+                    
+    .. group-tab:: Blue
+
+        .. figure:: figures/blueconnect.jpg
+
+        Figure from https://wiki.seeedstudio.com/BeagleBone_Blue/
+            
+    .. group-tab:: AI-64
+
+        .. figure:: figures/usb-tethering.jpg
+            :width: 400px
+            :align: center 
+            :alt: Tethered Configuration
+
+        Fig: Tethered Configuration  
+
+        .. figure:: figures/usb-c-connection.jpg
+            :width: 400px
+            :align: center 
+            :alt: USB Connection to the Board
+
+            Fig: USB Connection to the Board
+        .. figure:: figures/usb-a-connection.jpg
+            :width: 400px
+            :align: center 
+            :alt: USB Connection to the PC/Laptop
+
+            Fig: USB Connection to the PC/Laptop
+
+        .. figure:: figures/power-led.jpg
+            :width: 400px
+            :align: center 
+            :alt: Board Power LED
+
+            Fig: Board Power LED
+
+    .. group-tab:: Play
+
+        .. figure:: figures/tethered-connection.jpg
+            :width: 1400
+            :align: center
+            :alt: Tethering BeaglePlay to PC
+
+            Tethering BeaglePlay to PC
+            
+    .. group-tab:: Pocket
+
+        .. figure:: figures/11fig-PB-microUSBattach1.jpg
+            :align: center
+            :alt: Tethered Configuration
+
+            Tethered Configuration            
+            
 Once attached you will see some LEDs blinking.
 Wait a bit and the blinking will settle down to a steady
 heart beat.
@@ -354,7 +423,7 @@ the USR button and you'll see:
     Event: time 1692994988.641754, -------------- SYN_REPORT ------------
     Ctrl+c 
 
-The following script uses evtesst to wait for the USR button to be pressed and 
+The following script uses evtest to wait for the USR button to be pressed and 
 then turns on the LED.
 
 .. literalinclude:: buttonEvent.sh
diff --git a/intro/figures/11fig-PB-microUSBattach1.jpg b/intro/figures/11fig-PB-microUSBattach1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ab3d6bd656536cba2e989ed30ee423c25965221f
Binary files /dev/null and b/intro/figures/11fig-PB-microUSBattach1.jpg differ
diff --git a/intro/figures/blueconnect.jpg b/intro/figures/blueconnect.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b3966262cecd9aa8c35527ff2077137ad9b1deb4
Binary files /dev/null and b/intro/figures/blueconnect.jpg differ
diff --git a/intro/figures/image8.jpg b/intro/figures/image8.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..dc859ab6ab7de38f2585a3768b32e8c0eb0f0d16
Binary files /dev/null and b/intro/figures/image8.jpg differ
diff --git a/intro/figures/image9.jpg b/intro/figures/image9.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..980bca2c21b73ce42af35e5b0b58a80d9bf1d94c
Binary files /dev/null and b/intro/figures/image9.jpg differ
diff --git a/intro/figures/power-led.jpg b/intro/figures/power-led.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e835cbe1da28152aa9336ee51b387c7189930508
Binary files /dev/null and b/intro/figures/power-led.jpg differ
diff --git a/intro/figures/tethered-connection.jpg b/intro/figures/tethered-connection.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..94824948a703d88823fd188b5b2a702590e2e14e
Binary files /dev/null and b/intro/figures/tethered-connection.jpg differ
diff --git a/intro/figures/usb-a-connection.jpg b/intro/figures/usb-a-connection.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0b2181eb447f32dd8096514cac69aa9362bc651d
Binary files /dev/null and b/intro/figures/usb-a-connection.jpg differ
diff --git a/intro/figures/usb-c-connection.jpg b/intro/figures/usb-c-connection.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..757811ea3194152b3ba8417f0522bcbe3ba3c0b9
Binary files /dev/null and b/intro/figures/usb-c-connection.jpg differ
diff --git a/intro/figures/usb-tethering.jpg b/intro/figures/usb-tethering.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6214079d744bda62bc0a19df63b56310ed9e738f
Binary files /dev/null and b/intro/figures/usb-tethering.jpg differ