Installation
Prebuilt binaries
Releases
You can download prebuilt binaries for your preferred platform from the releases page of the BMC-Firmware repository.
TODO: http://firmware.turingpi.com ?
Nightly GitHub builds
Alternatively, a GitHub action runner builds packages for every commit to the source repository. To download them, navigate to build actions, choose a workflow run and scroll to the "Artifacts" section.
Package managers
Arch User Repository (AUR)
The package is available in the AUR.
Building from source
Installation via cargo
To automatically download, build and install from source, invoke the following command (requires Rust toolchain installed):
cargo install tpi
Building
It's also possible to clone the repository and issue a cargo build --release
.
Updated 12 months ago
What’s Next