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

fix: Mention missing dependencies in README


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4c71aad9
No related branches found
No related tags found
No related merge requests found
Pipeline #787 passed
# card10 Firmware Readme
## Setup
To compile the firmware you need `meson`(>0.40.0) and a `arm-none-eabi-gcc`. You should also have python3 installed on your system.
To compile the firmware you need the following:
- `meson`(>0.40.0)
- `arm-none-eabi-gcc` (package might be called `gcc-arm-none-eabi`)
- `arm-none-eabi-binutils` (package might be called `binutils-arm-none-eabi`)
- `arm-none-eabi-newlib` (package might be called `libnewlib-arm-none-eabi`)
- `python3`
- `python3-crc16` (`pip3 install --user crc16`)
### Compiler (`arm-none-eabi-gcc`)
Install the cross-compiler and debugger either from your distributions repositories, or alternatively download a precompiled toolchain from [ARM](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads).
On Ubuntu, the package is called `gcc-arm-none-eabi`
On Ubuntu, the package is called `gcc-arm-none-eabi`.
### Compiling the card10 firmware
```bash
......
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