From Source
Requirements:
warning
It is strongly advised to use baremetal Linux, or WSL, for installing from source.
- Python3
- Platformio
- GNU Bison
- Flex
Platformio can also be installed as a python package, requiring python 3 to be available:
python3 -m pip install -U platformio
GNU Bison and Flex can be installed with your Linux package manager of choice (apt/pacman)
Source Code:
Source code can be found on the official Capibara Zero firmware repository, on Github. Source
To obtain the source code for a particular release, it can be downloaded from the releases page.
Install:
# Init NFC libs
bash init_nfc_libs.sh
pio run
# To upload firmware
pio run -t upload