boards: arm: fvp_baser_aemv8r: fix board name in docs
Use the correct board names in example. Signed-off-by: Manuel Argüelles <marguelles.dev@gmail.com>
This commit is contained in:
parent
991396c54a
commit
e7be6d0f79
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/synchronization
|
||||
:host-os: unix
|
||||
:board: fvp_baser_aemv8r_aarch32
|
||||
:board: fvp_baser_aemv8r/fvp_aemv8r_aarch32
|
||||
:goals: build
|
||||
|
||||
This will build an image with the synchronization sample app.
|
||||
|
|
|
@ -91,7 +91,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/synchronization
|
||||
:host-os: unix
|
||||
:board: fvp_baser_aemv8r
|
||||
:board: fvp_baser_aemv8r/fvp_aemv8r_aarch64
|
||||
:goals: build
|
||||
|
||||
This will build an image with the synchronization sample app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue