rusefi/firmware/bootloader
rusEFI LLC 0e923037bf keep stack check for bootloader 2025-02-13 14:50:52 -05:00
..
openblt_chibios maintainability: openblt text status #6981 2024-10-12 13:23:44 -04:00
Makefile keep stack check for bootloader 2025-02-13 14:50:52 -05:00
bootloader_main.cpp A feature to enable an optional pin during the bootloader start #7069 2025-01-05 21:43:34 -05:00
bootloader_stubs.cpp error_handling: fix bootloader 2025-01-22 12:42:14 -05:00
compile_bootloader.sh
readme.md Update bootloader readme.md 2024-03-08 18:39:33 -05:00

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)