From 54acc2bf82875c2a74740bb98ff36d0a4e85da5c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 30 Oct 2021 10:12:57 -0400 Subject: [PATCH] BL docs --- firmware/bootloader/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/bootloader/readme.md b/firmware/bootloader/readme.md index 7de3ba3a97..238c289168 100644 --- a/firmware/bootloader/readme.md +++ b/firmware/bootloader/readme.md @@ -29,6 +29,11 @@ Use this code on your own risk! *** Developers Section *** +Problem statement: + - UART + bluetooth bootloader for Prometheus board which does not have USB + - future plan: firmware from SD card + - future plan: some sort of settings reset mechanism + How it works, in two words: - The bootloader requires a separate makefile because it's a separate binary executable with its own project settings and fileset. - Start firmware/bootloader/compile_bootloader.bat to compile the bootloader code. Use it only if bootloader modification is required.