Skip to content

Commit d38e40d

Browse files
wearyzenkartben
authored andcommitted
samples: tflite-micro: Use FVP for test validation
What is changed? - Updated the board qualifier for MPS3 to `mps3/corstone300/fvp` Why do we need this change? - To validate the sample with FVP by default since QEMU doesn't model the NPU. Signed-off-by: Sudan Landge <[email protected]>
1 parent 6f61121 commit d38e40d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/modules/tflite-micro/hello_world/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the :envvar:`PATH` variable, then building and testing can be done with followin
6565
commands.
6666

6767
```
68-
$ west build -p auto -b mps3/corstone300/an547 samples/modules/tflite-micro/hello_world/ -T sample.tensorflow.helloworld.cmsis_nn
68+
$ west build -p auto -b mps3/corstone300/fvp samples/modules/tflite-micro/hello_world/ -T sample.tensorflow.helloworld.cmsis_nn
6969
$ FVP_Corstone_SSE-300_Ethos-U55 build/zephyr/zephyr.elf
7070
```
7171

samples/modules/tflite-micro/hello_world/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ tests:
2424
sample.tensorflow.helloworld.cmsis_nn:
2525
tags: tensorflow
2626
platform_allow:
27-
- mps3/corstone300/an547
27+
- mps3/corstone300/fvp
2828
extra_configs:
2929
- CONFIG_TENSORFLOW_LITE_MICRO_CMSIS_NN_KERNELS=y

samples/modules/tflite-micro/tflm_ethosu/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ commands.
4343

4444
.. code-block:: bash
4545
46-
$ west build -b mps3/corstone300/an547 zephyr/samples/modules/tflite-micro/tflm_ethosu
46+
$ west build -b mps3/corstone300/fvp zephyr/samples/modules/tflite-micro/tflm_ethosu
4747
$ FVP_Corstone_SSE-300_Ethos-U55 build/zephyr/zephyr.elf

samples/modules/tflite-micro/tflm_ethosu/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tests:
1010
filter: dt_compat_enabled("arm,ethos-u")
1111
build_only: true
1212
integration_platforms:
13-
- mps3/corstone300/an547
13+
- mps3/corstone300/fvp

0 commit comments

Comments
 (0)