From 7513695d8d19ca3908c6f14c2a0af6e9827beb15 Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 8 Jul 2026 10:00:27 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c42ff0d..a2fee60 100644 --- a/README.md +++ b/README.md @@ -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)