boards: beaglev_fire: fix board identifiers in docs
Per PR review. Signed-off-by: Alex Charlton <alex.n.charlton@gmail.com>
This commit is contained in:
parent
fdfb029cb2
commit
16e0a6f434
1 changed files with 4 additions and 4 deletions
|
@ -17,15 +17,15 @@ Building
|
||||||
|
|
||||||
There are three board configurations provided for the BeagleV-Fire:
|
There are three board configurations provided for the BeagleV-Fire:
|
||||||
|
|
||||||
* ``beaglev_fire_polarfire_e51``: Uses only the E51 core
|
* ``beaglev_fire/polarfire/e51``: Uses only the E51 core
|
||||||
* ``beaglev_fire_polarfire_u54``: Uses the U54 cores
|
* ``beaglev_fire/polarfire/u54``: Uses the U54 cores
|
||||||
* ``beaglev_fire_polarfire_u54_smp``: Uses the U54 cores with CONFIG_SMP=y
|
* ``beaglev_fire/polarfire/u54/smp``: Uses the U54 cores with CONFIG_SMP=y
|
||||||
|
|
||||||
Applications for the ``beaglev_fire`` board configuration can be built as usual:
|
Applications for the ``beaglev_fire`` board configuration can be built as usual:
|
||||||
|
|
||||||
.. zephyr-app-commands::
|
.. zephyr-app-commands::
|
||||||
:zephyr-app: samples/hello_world
|
:zephyr-app: samples/hello_world
|
||||||
:board: beaglev_fire_polarfire_u54
|
:board: beaglev_fire/polarfire/u54
|
||||||
:goals: build
|
:goals: build
|
||||||
|
|
||||||
Debugging
|
Debugging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue