rusefi/firmware/bootloader
Andreika 91c773b538
OpenBLT: Enable another arbitrary pin https://github.com/rusefi/rusefi/issues/7069 (#7084)
2024-11-19 15:43:56 -05:00
..
openblt_chibios maintainability: openblt text status #6981 2024-10-12 13:23:44 -04:00
Makefile $(EXTRA_PARAMS) $(EXTRA_2_PARAMS) $(EXTRA_3_PARAMS) 2024-10-12 17:39:45 -04:00
bootloader_main.cpp OpenBLT: Enable another arbitrary pin https://github.com/rusefi/rusefi/issues/7069 (#7084) 2024-11-19 15:43:56 -05:00
bootloader_stubs.cpp
compile_bootloader.sh
readme.md

readme.md

Bootloader

See https://github.com/rusefi/rusefi/wiki/Firmware-update-via-CAN

Here we combine ChibiOS with OpenBLT

Q: how do I build bootloader for specific board say proteus/meta-info-proteus_f7.env?

A:
Option 1:

./firmware/bin/compile.sh config/boards/proteus/meta-info-proteus_f7.env bootloader/blbuild/openblt_proteus_f7.bin

Option 2:

cd firmware/bootloader
source ../config/boards/common_script_read_meta_env.inc ../config/boards/proteus/meta-info-proteus_f7.env
make -j$(nproc)