Skip to content

Commit

Permalink
DOCS-1169: Update setup architecture selection (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 29, 2023
1 parent 6755a95 commit b574491
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/extend/modular-resources/examples/tflite-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ Next, install `viam-server` on your robot, if you have not done so already:

1. Navigate to [the Viam app](https://app.viam.com) in your browser and [add a new robot](/manage/fleet/robots/#add-a-new-robot).

1. Switch to the **Setup** tab, and select your platform from the **Mode** selection at the top.
If you are installing on a Linux system, additionally select your system's **Architecture**.
1. Switch to the **Setup** tab, and select your platform from the **Architecture** selection at the top.

1. Follow the steps listed under the **Setup** tab to install `viam-server` on your system.

Expand Down
8 changes: 5 additions & 3 deletions docs/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ If you are using a microcontroller, prepare your board using the following guide
{{% card link="/installation/prepare/microcontrollers" class="small" %}}
{{< /cards >}}

<br>

Other SBCs such as the [RockPi S](https://wiki.radxa.com/RockpiS) and [Orange Pi Zero 2](https://orangepi.com/index.php?route=product/product&path=237&product_id=849) can run Viam with an experimental [periph.io](https://periph.io/) based [modular component](https://github.com/viam-labs/periph_board).

### Install `viam-server`
Expand All @@ -64,7 +66,7 @@ Once you have a compatible operating system on your board, follow along with the
1. Go to the [Viam app](https://app.viam.com) and [add a new robot](/manage/fleet/robots/#add-a-new-robot).
If this is your first time using the Viam app, you must create an account first.

1. On the **Setup** tab, select `Linux` for **Mode** and select the appropriate **Architecture** for your board.
1. On the **Setup** tab, select `Linux (Aarch64)` or `Linux (x86_64)`for the appropriate **Architecture** for your board.
On most Linux operating systems, you can run `uname -m` to confirm your board's architecture.

1. Follow the steps shown on the **Setup** tab to install `viam-server` on your board.
Expand All @@ -90,7 +92,7 @@ To install `viam-server` on a macOS computer:
1. Go to the [Viam app](https://app.viam.com) and [add a new robot](/manage/fleet/robots/#add-a-new-robot).
If this is your first time using the Viam app, you must create an account first.

1. On the **Setup** tab, select `Mac` for **Mode**.
1. On the **Setup** tab, select `Mac` as the **Architecture**.

1. Follow the steps shown on the **Setup** tab to install `viam-server` on your macOS computer.

Expand All @@ -108,7 +110,7 @@ To install `viam-server` on a Linux computer:
1. Go to the [Viam app](https://app.viam.com) and [add a new robot](/manage/fleet/robots/#add-a-new-robot).
If this is your first time using the Viam app, you must create an account first.

1. On the **Setup** tab, select `Linux` for **Mode** and select the appropriate **Architecture** for your computer.
1. On the **Setup** tab, select `Linux (Aarch64)` or `Linux (x86_64)` for the appropriate **Architecture** for your computer.
On most Linux operating systems, you can run `uname -m` to confirm your computer's architecture.

1. Follow the steps shown on the **Setup** tab to install `viam-server` on your Linux computer.
Expand Down
2 changes: 1 addition & 1 deletion docs/manage/fleet/robots.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For each robot in your fleet, you start by setting up the robot on the **Setup**

The **Setup** tab contains information for starting an instance of `viam-server` on your robot's computer.

Once you select the correct **Mode** and **Architecture** for your system in the upper left of the tab, follow the instructions on the page to connect and set up your robot.
Once you select the correct **Architecture** for your system in the upper left of the tab, follow the instructions on the page to connect and set up your robot.

{{% alert title="Tip" color="tip" %}}
More in-depth information on installing `viam-server` can be found in our [Install Guide](/installation/#install-viam-server).
Expand Down
2 changes: 1 addition & 1 deletion docs/try-viam/rover-resources/rover-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ If the Pi has power, the lights on the Raspberry Pi will light up.
### Connect to the Viam app

While the Pi boots, go to [app.viam.com](https://app.viam.com/robots) and [add a robot](/manage/fleet/robots/#add-a-new-robot).
On the robot's **Setup** tab, select `Linux` and `Aarch64`.
On the robot's **Setup** tab, select `Linux (Aarch64)`.
`ssh` into the Pi and follow the instructions on the robot's **Setup** tab to download `viam-server` and configure your robot.

To configure your rover so you can start driving it, [add the Viam Fragment to your Robot](/try-viam/rover-resources/rover-tutorial-fragments/).
Expand Down

0 comments on commit b574491

Please sign in to comment.