Skip to content

how to build flash and use hydrafw on windows

Benjamin Vernoux edited this page Jun 11, 2024 · 24 revisions

How to build, flash and use hydrafw on Windows:

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

    pacman -S git make
    git clone https://github.com/hydrabus/hydrafw.git hydrafw
    cd hydrafw/
    git submodule init
    git submodule update

To build hydrafw firmware (with mingw):

MinGW (http://www.mingw.org) is required. The firmware is set up for compilation with the GCC toolchain GNU_ARM_4_9_2015q3.

Build the firmware

    cd in src directory(which contains directories board, common, hydrabus ...)
    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

How to Flash/Use HydraFW

How to Build/Flash/Use HydraFW

Developer Getting-Started with HydraBus and STM32CubeIDE

Hardware

Firmware (hydrafw) performances

Firmware (hydrafw) Application guides

Firmware (hydrafw) guides

How to Help

Clone this wiki locally