Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating an account

You can create a free LF Edge Sandbox account by visiting this URL.

...

  • Refer to the LF Edge Sandbox hardware documentation to verify your device is on the list of supported devices.
  • COMING SOON - If your device is not supported, reserve hardware resources on the <Community_Lab_link>from the LF Edge Community Lab.

Step 2: Install EVE-OS

To Install EVE-OS, you will need to build an EVE-OS Image, flash that image it to a portable drive, and then install it onto your edge node.

...

Complete the following procedure that is appropriate for your operating system. When you finish, you will have an installer.raw file, which you will use to install EVE-OS.

MacOS and Linux

1. Open your terminal. Ensure you are in your preferred directory for this operation. This procedure assumes HOME.

...

2. Make an eve-overrides directory , which will contain containing your server endpoint configuration.

...

Code Block
languagejava
docker run -v $HOME/eve-overrides:/in --rm lfedge/eve:latest-arm64 \
live > live.img

Windows OS

1. Open your terminal. Ensure you are in your preferred directory for this operation. This procedure assumes HOMEPATH.

...

Step 3: Onboard Your Edge Node

To onboard your edge node, you will need to You will use the LF Edge Sandbox GUI to onboard your edge node. You will also need the Onboarding Key and the edge device soft serial number. 

...

The onboarding key is available on an LF Edge wiki page. Please note you need an LF ID to access this page and copy the onboarding key. You can find the The onboarding key instructions are here <need to link to onboarding key doc>. 

2: Get your soft serial number for your edge device

You will need to input the your edge node's unique soft serial number of your edge node (created automatically during EVE-OS installation). The soft serial number gets written to the USB stick during installation, or you can `cat soft_serial` from inside the EVE-OS /config directory. If you plug the USB stick into your laptop after installation, you'll find the serial number as the directory name in the INVENTORY partition.  On MacOSmacOS, it should look something like this:

...

3: Use the GUI to onboard your edge node.

Navigate Login to your LF Edge Sandbox and navigate to the Edge Nodes page and click . Click the "+" symbol in the upper right-hand corner to add a new Edge node.

...

Add (Create) your own Edge Application: You can create a new application using a containerized or VM image that is ready to be deployed on EVE-OS. TheOnboard an Edge Application add an edge application documentation will walk you through the steps to create a new edge application.

...

Step 6: Monitor the status of your edge nodes and applications

You can click on Click the Edge node icon on the left navigation to see a list of individual Edge Nodes in a table view. Click on an Edge Node to see details like 'Status,' 'Basic information,' and 'Events' in separate tabs. See Lifecycle Operations on Edge Nodes to learn more.

...

Contact Information

For more information, please visit our community slack channel [#lf-edge-sandbox] or post to our email distribution list.

...