Skip to content

Requirements & Setup

Rust Installation

If your using Windows, check out the guide here. Otherwise:

  1. Run the following in your terminal, then follow the onscreen instructions.

    Terminal window
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  2. Get the adafruit-nrfutil from here. Follow the installation guide on their website.

  3. Install arm-none-eabi-objcopy on your device.

    On macOS you can get it from Homebrew:

    Terminal window
    brew install arm-none-eabi-gcc

    On Ubuntu install it with apt:

    Terminal window
    sudo apt install gcc-arm-none-eabi

    Use scoop on Windows:

    Terminal window
    scoop install gcc-arm-none-eabi