rusefi_documentation/Dev-Quick-Start.md

18 lines
400 B
Markdown
Raw Normal View History

# Developer Quick Start
2022-01-06 02:33:19 -08:00
STM32F407 firmware
2023-01-02 11:22:23 -08:00
```shell
2022-02-12 06:51:35 -08:00
git clone --recurse-submodules https://github.com/rusefi/rusefi
2022-01-06 01:57:46 -08:00
cd firmware
make
2022-01-06 02:33:19 -08:00
```
virtual serial port
2022-01-24 14:48:22 -08:00
PC application to send commands: [rusEFI Firmware bundle](https://rusefi.com/build_server/rusefi_bundle.zip)
2022-01-06 02:33:19 -08:00
2023-01-02 11:22:23 -08:00
See also <https://github.com/rusefi/rusefi/blob/master/firmware/setup_linux_environment.sh>
2022-01-06 01:57:46 -08:00
2023-01-02 11:22:23 -08:00
[ChibiOS](https://www.chibios.org/)