CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
6 stars 0 forks source link

Implement bootloader to restore "golden copy" of firmware from FRAM storage #24

Open DeflateAwning opened 4 months ago

NuclearTea commented 2 weeks ago

After researching and discussing with Toshi, we will utilize the dual banks in the flash memory, where the first bank will be the running Application while the second bank will be the Golden Copy. In order continue working on this, we will need to be able to upload a golden copy which will require its own telecommand and write the flash banks. Since this will be useful for #18, I will create another issue and continue working on that.

New Issue: #172