From 067b8f4b9cb7c0e5ec7303c346e5eb83b7a77ae6 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Thu, 23 Mar 2023 00:22:22 -0400 Subject: [PATCH] bcf: start qsg --- .../beagleconnect/freedom/02-quick-start.rst | 54 ++++++++++++++++++- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/boards/beagleconnect/freedom/02-quick-start.rst b/boards/beagleconnect/freedom/02-quick-start.rst index 11d4d399..785e2d1f 100644 --- a/boards/beagleconnect/freedom/02-quick-start.rst +++ b/boards/beagleconnect/freedom/02-quick-start.rst @@ -3,6 +3,56 @@ Quick Start Guide #################### +What's included in the box? +**************************** -.. tip:: - Checkout :ref:`beagleconnect-freedom-demos` for more information. +1. BeagleConnect Freedom board in enclosure +2. Antenna +3. USB cable +4. Quick-start card + +.. todo:: + + Image with what's inside the box and a better description. + + +Attaching antenna +****************** + +.. todo:: + + Describe how to screw on the antenna. + + +Tethering to PC +**************** + +.. todo:: + + Describe how to get a serial connection. + +Wireless Connection +******************** + +.. todo:: + + Describe how to get an IEEE802.15.4g connection from BeaglePlay. + + +Access Micropython +******************* + +Boards come pre-flashed with Micropython. Read :ref:`beagleconnect-freedom-using-micropython` for +more details. + +.. todo:: + + Describe how to get to a local console and websockets console. + + +Demos and Tutorials +******************* + +* :ref:`beagleconnect-freedom-using-greybus` +* :ref:`beagleconnect-freedom-using-micropython` +* :ref:`beagleconnect-freedom-using-zephyr` -- GitLab