OpenRTX swiss army knife
This repository contains the first version of the tool. The codebase has been reorganised and moved to https://github.com/OpenRTX/OpenRTX-Companion, where is currently under active development.
- Install the rust toolchain using rustup
- This project required Cargo >= 1.59.0, check your version with
cargo --version
, if it is lower, install the nightly toolchain from rustup - Clone this repository with the
--recursive
option and enter theopenrtxtool
folder - Install build dependencies
sudo dnf install libusb-devel
- Run
cargo run
to compile and run a debug build
You can append rtxlink parameters to thecargo run
command.