This guide is written in a way that forces the reader to manually perform every step, excluding environment variables via the setup script because I want to be able to change those. If you would like to follow the official guide provided by beagleboard, which is far more streamlined and automated, please see the references at the bottom of this document.
<aid="org3b929ef"></a>
<aid="org906530a"></a>
# Prerequisites
@ -35,17 +35,17 @@ This guide is written in a way that forces the reader to manually perform every
mkdir deploy
<aid="orgf423559"></a>
<aid="org81f210c"></a>
## Using the riscv toolchain provided via crossdev
Crossdev is required for this step. If you don’t have crossdev set up, use [this](https:https://wiki.gentoo.org/wiki/Crossdev) guide to install it. At the time of writing this installs riscv64-unknown-linux-gnu-gcc 13.2.1. This is note worthy because the official guide uses 11.4. If there are issues with this toolchain, use the precompiled toolchain via [these steps](#org92cf0ed).
Crossdev is required for this step. If you don’t have crossdev set up, use [this](https://wiki.gentoo.org/wiki/Crossdev) guide to install it. At the time of writing this installs riscv64-unknown-linux-gnu-gcc 13.2.1. This is note worthy because the official guide uses 11.4. If there are issues with this toolchain, use the precompiled toolchain via [these steps](#orgcee506a).
crossdev -t riscv64-unknown-linux-gnu
export RISCV64_CC="riscv64-unknown-linux-gnu-"
<aid="org92cf0ed"></a>
<aid="orgcee506a"></a>
## Using a precompiled toolchain
@ -69,12 +69,12 @@ Export some other misc. environment variables:
export CORES=$(getconf _NPROCESSORS_ONLN)
<aid="org2e48d5e"></a>
<aid="orgcf597f6"></a>
# Clone & Build Heart Software Services (HSS)
<aid="org853aecd"></a>
<aid="org457b83e"></a>
## Clone HSS
@ -85,7 +85,7 @@ Export some other misc. environment variables:
** Using the riscv toolchain provided via crossdev
Crossdev is required for this step. If you don't have crossdev set up, use [[https:https://wiki.gentoo.org/wiki/Crossdev][this]] guide to install it. At the time of writing this installs riscv64-unknown-linux-gnu-gcc 13.2.1. This is note worthy because the official guide uses 11.4. If there are issues with this toolchain, use the precompiled toolchain via [[*Using a precompiled toolchain][these steps]].
Crossdev is required for this step. If you don't have crossdev set up, use [[https://wiki.gentoo.org/wiki/Crossdev][this]] guide to install it. At the time of writing this installs riscv64-unknown-linux-gnu-gcc 13.2.1. This is note worthy because the official guide uses 11.4. If there are issues with this toolchain, use the precompiled toolchain via [[*Using a precompiled toolchain][these steps]].