how to build flash and use hydrafw on windows - hydrabus/hydrafw GitHub Wiki

How to build, flash and use hydrafw on Windows:

Prerequisites for Windows (install git, msys2 and clone hydrafw):

    cd ~
    pacman -S git make mingw-w64-x86_64-gcc
    git clone https://github.com/hydrabus/hydrafw.git hydrafw
    cd ~/hydrafw
    git submodule init
    git submodule update
    cd src/build-scripts
    make clean all

To build hydrafw firmware (with mingw):

MSYS2 MINGW64 is required. The firmware is set up for compilation with the GCC toolchain GNU_ARM_4_9_2015q3.

Build the firmware

    cd ~/hydrafw/src
    make clean
    make

Flash and use hydrafw on Windows with USB DFU:

See the wiki https://github.com/hydrabus/hydrafw/wiki/Getting-Started-with-HydraBus-flash-and-use-hydrafw-on-windows