Skip to content

how to build flash and use hydrafw on windows

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

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

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