Requirements & Setup
Rust Installation
If your using Windows, check out the guide here. Otherwise:
-
Run the following in your terminal, then follow the onscreen instructions.
Terminal window curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -
Get the
adafruit-nrfutil
from here. Follow the installation guide on their website. -
Install
arm-none-eabi-objcopy
on your device.On macOS you can get it from Homebrew:
Terminal window brew install arm-none-eabi-gccOn Ubuntu install it with apt:
Terminal window sudo apt install gcc-arm-none-eabiUse scoop on Windows:
Terminal window scoop install gcc-arm-none-eabi