From 60a809e32e7222d931722bddb7f32509df6a4ca8 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 6 Jul 2022 16:03:51 -0400 Subject: [PATCH] getting-started: clean up wording a bit --- support/getting-started.rst | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/support/getting-started.rst b/support/getting-started.rst index a6a5f782..16871328 100644 --- a/support/getting-started.rst +++ b/support/getting-started.rst @@ -114,45 +114,39 @@ to your computer. If your computer supports mDNS, you should see your Beagle as Non-BeagleBone boards will utilize alternate names. Multiple BeagleBone boards on the same network will add a suffix such as beaglebone-2.local. +Browse to your Beagle +---------------------- + +A web server with an IDE should be running on your Beagle. Point your browser to it to begin development. + +.. NOTE:: + Use either `Firefox <https://www.mozilla.org/firefox>`_ or `Chrome <https://www.google.com/chrome>`_ + (Internet Explorer will NOT work), browse to the web server running on your board. It will load a presentation + showing you the capabilities of the board. Use the arrow keys on your keyboard to navigate the presentation. + The below table summarizes the typical addresses. .. list-table:: :header-rows: 1 - * - List table + * - Link - Connection type - Operating System(s) - - Status * - http://192.168.7.2 - USB - Windows - - Inactive * - http://192.168.6.2 - USB - Mac OS X, Linux - - Inactive * - http://192.168.8.1 - WiFi - all - - Inactive * - http://beaglebone.local - all - mDNS enabled - - Inactive * - http://beaglebone-2.local - all - mDNS enabled - - Inactive - -Browse to your beagle ----------------------- - -Use either `Firefox <https://www.mozilla.org/firefox>`_ or `Chrome <https://www.google.com/chrome>`_ -(Internet Explorer will NOT work), browse to the web server running on your board. It will load a presentation -showing you the capabilities of the board. Use the arrow keys on your keyboard to navigate the presentation. - -Click here to launch: http://192.168.7.2 Older software images require you to EJECT the BEAGLE_BONE -drive to start the network. With the latest software image, that step is no longer required. Troubleshooting ------------------ -- GitLab