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)