Skip to content

Commit

Permalink
DOCS-892: Emphasize upboard pin driver (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Oct 2, 2023
1 parent c70bc93 commit ae4baa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/board/upboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Expand Down

0 comments on commit ae4baa9

Please sign in to comment.