Closed lionelains closed 2 years ago
Acknowledged
Hi @imrank03, yes, sure, I am going to propose an update to the doc as well...
Also, I think STM32 examples would benefit from factoring the flash lock/unlock/erase etc. part into a dedicated file.
Hello @lionelains, sounds good! I am working on that.
This PR allows running rustBoot and its example upgrade flow on the STM32F469-IDISCO board.
On this board, the sample rustBoot flash upgrade process is as follows: (it is executed when issuing
cargo stm32f469 build-sign-flash rustBoot 1234 1235
from the command line)boards/firmware/stm32f469/boot_fw_blinky_green/src/main.rs
)boards/firmware/stm32f469/updt_fw_blinky_red/src/main.rs
)