Skip to content
Snippets Groups Projects
Verified Commit 875d9f8f authored by rahix's avatar rahix
Browse files

chore: Detail how to use ARM toolchain


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent f2e90d9a
No related branches found
No related tags found
No related merge requests found
Pipeline #788 passed
......@@ -15,6 +15,8 @@ Install the cross-compiler and debugger either from your distributions repositor
On Ubuntu, the package is called `gcc-arm-none-eabi`.
If you downloaded the toolchain from ARM, you need to adjust `card10-cross.ini`. Under `[binaries]`, prefix the names of each executable with the full path to the extracted toolchain directory. Like `/path/to/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gcc`.
### Compiling the card10 firmware
```bash
# Configure the build system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment