generated from eagletrt/stm32-sw-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Since the cockpit firmware will use the canlib it is needed to update and upload the firmware via CAN bus.
To achieve this the openblt bootloader needs to be implemented and tested into the project.
Implementation Steps
- Get openblt files of the specific microcontroller family
- Integrate the openblt bootloader inside the project by creating the
platformio.ini
andmain.c
- Test that the bootloader is working correctly