Manual installation
Windows (using Winget)
Open a new terminal (
cmd.exe
)Run the following commands to install required packages (you can skip already installed tools):
If any window pops up, follow the instructions to install the software. The ARM toolchain will open a new terminal window, which can simply be closed.
After installation, restart all open IDEs and proceed with the Git setup
Linux
Open a new terminal
Run the command for your distribution:
Ubuntu (>= 20.04) / Debian:
sudo apt install git cmake ninja-build python3 \ gcc-arm-none-eabi gdb-multiarch \ libstdc++-arm-none-eabi-newlib \ binutils-multiarchOther distros: Please find/compile the corresponding packages and install them.
Add
udev
rules to allow the user access to the debug probe by running
and then restart your computer/laptop.
After installation, restart all open IDEs and proceed with the Git setup
macOS
If you don't have Homebrew installed, go to https://brew.sh/ and follow the installation instructions.
Open a new terminal
Run the following command:
After installation, restart all open IDEs and proceed with the Git setup