rusefi/firmware/bootloader
David Holdeman 8399af96ab include config makefile for bootloader 2024-02-27 19:49:03 -05:00
..
openblt_chibios use blt_bool https://github.com/rusefi/rusefi/pull/5922 2024-02-08 14:29:59 -05:00
Makefile include config makefile for bootloader 2024-02-27 19:49:03 -05:00
bootloader_main.cpp use blt_bool https://github.com/rusefi/rusefi/pull/5922 2024-02-08 14:29:59 -05:00
bootloader_stubs.cpp fix logHardFault for BL and cleanup 2023-12-30 16:22:30 -05:00
compile_bootloader.sh remove clean_env_variables script (#5012) 2023-01-28 19:55:40 -05:00
readme.md Update readme.md 2024-02-25 21:04:52 -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:

cd firmware/bootloader
source ../config/boards/common_script_read_meta_env.inc ../config/boards/hellen/small-can-board
make