Update README.md

This commit is contained in:
2026-07-08 10:00:27 -04:00
parent 293cfbd35f
commit 7513695d8d
+3 -3
View File
@@ -1,13 +1,13 @@
# UTAT Firmware Development MCUBoot POC
# MCUBoot Implementation Guide
Documentation of the steps taken to implement MCUBoot.
Documentation of the steps taken to implement MCUBoot on a Nucleo G431RB development board.
## Environnment config
Use the environment written in flake.nix by running `nix develop`
## Set up Zephyr
Zephyr is the RTOS that runs on the Nucleo G431RB development board I'm using.
Zephyr is the RTOS that uses the MCUboot bootloader being set up.
[Getting started with Zephyr](https://docs.zephyrproject.org/latest/develop/getting_started/index.html)