README.md: Add Ubuntu ARM toolchain information

This commit is contained in:
Federico Amedeo Izzo 2020-09-28 14:55:29 +02:00 committed by Niccolò Izzo
parent 6d4979c1af
commit 65c0e18102
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ git clone https://github.com/n1zzo/OpenRTX
To build the firmware you need to have a toolchain for the ARM ISA installed
on you system, you can install one using your package manager.
For example on Ubuntu you can install `arm-none-eabi-gcc`
```
sudo apt install gcc-arm-none-eabi
```
You can then proceed in building the firmware:
```