Skip to content

Commit

Permalink
rm: boards: stm32 eval: fix flashing instructions
Browse files Browse the repository at this point in the history
The flash layouts file was renamed to FlashLayout_emmc.tsv.
Explicitly enter the correct directory to run the flashing command.

Signed-off-by: Vanessa Maegima <[email protected]>
  • Loading branch information
vanmaegima authored and kprosise committed Jan 2, 2025
1 parent 03c61c7 commit b7c80cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/reference-manual/boards/stm32mp15-eval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Preparation

tar -xvf flashlayouts-stm32mp15-eval.tar.gz

The file used for flashing is ``FlashLayout_stm32mp1-optee.tsv``
The file used for flashing is ``FlashLayout_emmc.tsv``

Hardware Preparation
--------------------
Expand Down Expand Up @@ -125,7 +125,8 @@ Index`` from the previous step if needed:

.. prompt:: bash host:~$, auto

host:~$ STM32_Programmer_CLI -c port=usb1 -w FlashLayout_stm32mp1-optee.tsv
host:~$ cd flashlayouts-stm32mp1
host:~$ STM32_Programmer_CLI -c port=usb1 -w flashlayout_lmp-factory-image/lmp/FlashLayout_emmc.tsv

This can take a few minutes to complete. The process can be watched from the
host console, UART output, or board display.
Expand Down

0 comments on commit b7c80cc

Please sign in to comment.