README.md: Add Ubuntu ARM toolchain information

replace/2da334b4e53e836c94a2928367b0806db6946180
Federico Amedeo Izzo 2020-09-28 14:55:29 +02:00 zatwierdzone przez Niccolò Izzo
rodzic 6d4979c1af
commit 65c0e18102
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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:
```