From e0b6be353ba8d456e2eef403ba49b40bc408d667 Mon Sep 17 00:00:00 2001 From: Nimayer Date: Fri, 13 Nov 2020 14:45:57 +0100 Subject: [PATCH] README.md: Add radio_tool instructions for flashing --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45141787..10901e88 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,20 @@ ninja -C build_arm openrtx_md380 -jN Where N is the number of cores that you want to allocate to the build process. ## Flashing your radio +You can flash your radio from your Linux computer using the [radio_tool](https://github.com/v0l/radio_tool) software. -If everything compiled without errors you can connect your radio via USB, +First compile and install `radio_tool` using the following commands +``` +git clone https://github.com/v0l/radio_tool +cd radio_tool +mkdir build && cd build +cmake .. +make -j4 +sudo make install +``` +For more informations on `radio_tool` visit it's repository at https://github.com/v0l/radio_tool + +If OpenRTX compiled without errors you can connect your radio via USB, put it in recovery mode (by powering it on with the PTT and the button above it pressed), and flash the firmware: