board: imx93_evk: fix document introduced by hwmv2

Fixed board name according to hwmv2 update, and also updated the demo
log.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
Jiafei Pan 2024-09-03 15:26:57 +08:00 committed by Carles Cufí
commit eb4d1ef170

View file

@ -161,19 +161,19 @@ for example, with the :zephyr:code-sample:`synchronization` sample:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/synchronization :zephyr-app: samples/synchronization
:host-os: unix :host-os: unix
:board: mimx93_evk/mimx9352/a55 :board: imx93_evk/mimx9352/a55
:goals: run :goals: build
This will build an image with the synchronization sample app, boot it and This will build an image with the synchronization sample app, boot it and
display the following console output: display the following console output:
.. code-block:: console .. code-block:: console
*** Booting Zephyr OS build zephyr-v3.2.0-8-g1613870534a0 *** *** Booting Zephyr OS build Booting Zephyr OS build v3.7.0-2055-g630f27a5a867 ***
thread_a: Hello World from cpu 0 on mimx93_evk_a55! thread_a: Hello World from cpu 0 on imx93_evk!
thread_b: Hello World from cpu 0 on mimx93_evk_a55! thread_b: Hello World from cpu 0 on imx93_evk!
thread_a: Hello World from cpu 0 on mimx93_evk_a55! thread_a: Hello World from cpu 0 on imx93_evk!
thread_b: Hello World from cpu 0 on mimx93_evk_a55! thread_b: Hello World from cpu 0 on imx93_evk!
Programming and Debugging (M33) Programming and Debugging (M33)
******************************* *******************************