From ae4baa9605fd4b971d081ce7bb461b19b6383df1 Mon Sep 17 00:00:00 2001 From: Sierra Guequierre Date: Mon, 2 Oct 2023 15:19:17 -0500 Subject: [PATCH] DOCS-892: Emphasize upboard pin driver (#1943) --- docs/components/board/upboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/board/upboard.md b/docs/components/board/upboard.md index 61bff92aee..ca9922f713 100644 --- a/docs/components/board/upboard.md +++ b/docs/components/board/upboard.md @@ -15,14 +15,14 @@ Complete the following setup requirements, then move on to configuring your boar ## Setup requirements -Flash your Intel-based board with: +You must flash your Intel-based board with: 1. The Ubuntu `"Server install image"` version of the operating system. For example, `ubuntu-22.04.2-live-server-amd64.iso`. Follow [these instructions](https://ubuntu.com/tutorials/install-ubuntu-server) to install Ubuntu Server. -1. The [pin control driver](https://github.com/up-division/pinctrl-upboard). +2. The [pin control driver](https://github.com/up-division/pinctrl-upboard). + This driver is necessary to stabilize the [GPIO pin mapping definition](https://github.com/up-board/up-community/wiki/Pinout) on the board, making the pin mapping identical to that of a [Raspberry Pi](/components/board/pi/). Follow [these instructions](https://github.com/up-division/pinctrl-upboard) to install the pin control driver. - This driver stabilizes the [GPIO pin mapping definition](https://github.com/up-board/up-community/wiki/Pinout) on the board to make it identical to that of a [Raspberry Pi](/components/board/pi/). {{< tabs name="Configure an upboard Board" >}} {{% tab name="Config Builder" %}}