Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm: boards: stm32 eval: fix flashing instructions #777

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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