Skip to content

Building The Firmware

Keir Fraser edited this page Dec 22, 2021 · 2 revisions

The TestBed firmware is cross-compiled on an x86 Ubuntu Linux system. However other similar Linux-base systems (or a Linux virtual environment on another OS) can likely be made to work quite easily.

To install the prerequisites on Ubuntu:

 # sudo apt install git gcc-arm-none-eabi python3 stm32flash

To build the firmware:

 # git clone https://github.com/keirf/flashfloppy-testbed.git
 # cd flashfloppy-testbed
 # make
Clone this wiki locally