diff --git a/intro/blinkLED.rst b/intro/blinkLED.rst index d78e01c5a05c4d56ad08d38bd9838cd60e3932de..da337569d76ea5945a35834e644f428f4a32462e 100644 --- a/intro/blinkLED.rst +++ b/intro/blinkLED.rst @@ -19,7 +19,93 @@ Plug in the Beagle ------------------ For this step you need to get a USB cable and attach your Beagle -to your host computer with it. +to your host computer with it. Where you attached the cable +depends on which Beagle you have. Click on the tab for your board. + +.. tabs:: + + .. group-tab:: Black + + .. figure:: figures/image8.jpg + :width: 632px + :height: 166px + :align: center + :alt: Tethered Configuration + + Tethered Configuration + + .. figure:: figures/image9.jpg + :width: 451px + :height: 206px + :align: center + :alt: USB Connection to the Board + + Mini USB Connection to the Board as seen from the bottom. + + For more details see: :ref:`beagleboneblack-connectivity` + + .. group-tab:: Blue + + .. figure:: figures/blueconnect.jpg + :width: 451px + :align: center + :alt: USB Connection to the Blue + + Micro USB Connection to the Blue + + .. group-tab:: AI-64 + + .. figure:: figures/usb-tethering.jpg + :width: 400px + :align: center + :alt: Tethered Configuration + + Tethered Configuration + + .. figure:: figures/usb-c-connection.jpg + :width: 400px + :align: center + :alt: USB Connection to the Board + + USB-c Connection to the Board + + .. figure:: figures/usb-a-connection.jpg + :width: 400px + :align: center + :alt: USB Connection to the PC/Laptop + + USB Connection to the PC/Laptop + + .. figure:: figures/power-led.jpg + :width: 400px + :align: center + :alt: Board Power LED + + Board Power LED + + For more details see: :ref:`connecting-up-your-beaglebone-ai-64` + + .. group-tab:: Play + + .. figure:: figures/tethered-connection.jpg + :width: 1400 + :align: center + :alt: Tethering BeaglePlay to PC + + Tethering BeaglePlay to PC + + For more details see: :ref:`beagleplay-quick-start` + + .. group-tab:: Pocket + + .. figure:: figures/11fig-PB-microUSBattach1.jpg + :align: center + :alt: Tethered Configuration + + Micro USB Connection + + For more details see: :REF:`connecting_up_pocketbeagle` + Once attached you will see some LEDs blinking. Wait a bit and the blinking will settle down to a steady heart beat. @@ -36,9 +122,10 @@ Login Next you login to the Beagle from your host computer. Here you have a choice. If you want a graphical approach, choose the ``VS Code`` tab. If you want a command line -and are running Linux on your host, -take the ``ssh (Linux/Mac)`` tab. Finally take the -``putty (Windows)`` tab for command line from windows. +and your host is a Mac, take the ``ssh (Mac)`` tab. If you +are running Linux on your host, +take the ``ssh (Linux)`` tab. Finally take the +``putty (Windows)`` tab for command line from Windows. .. tabs:: @@ -46,7 +133,7 @@ take the ``ssh (Linux/Mac)`` tab. Finally take the Recent Beagles come with the IDE Visual Studio Code (https://code.visualstudio.com/) installed and - running. To access it, open a web browse on + running. To access it, open a web browser on your host computer and browse to: ``192.168.7.2:3000`` (use ``192.168.6.2:3000`` for the Mac) and you will see something like: @@ -81,7 +168,7 @@ take the ``ssh (Linux/Mac)`` tab. Finally take the This code blinks one of the USR LEDs built into the board. Click on the ``RUN Code`` triangle on the upper right of - the screen to run the code. (You could also enter ``Ctrl+Alt+N``) + the screen (see red arrow) to run the code. (You could also enter ``Ctrl+Alt+N``) The USR3 LED should now be blinking. Click on the ``Stop Code Run`` (``Ctrl+Alt+M``) square to the right of the @@ -354,7 +441,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..4788513804a561a3d5a16dbb4e84a883227c0604 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 diff --git a/intro/figures/vscode2.png b/intro/figures/vscode2.png index 6b08183f0353ccae88322e4d07913958b072e8af..7793abe75e419e0c79303c6e526405cc01d9e40d 100644 Binary files a/intro/figures/vscode2.png and b/intro/figures/vscode2.png differ