Skip to content

Commit b6f9052

Browse files
committed
mbed2_porting.md: link to greentea steps in bare_metal_usage.md
1 parent 433c596 commit b6f9052

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

docs/program-setup/bare_metal/mbed2_porting.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,7 @@ Troubleshoot any issue.
124124
125125
To validate the bare metal target configuration, execute the Mbed OS Greentea test suite with the bare metal profile. This profile causes Greentea to skip a subset of the tests, either because the underlying functionality has not been ported to bare metal or because some tests require RTOS features (for examples, more complex tests based on multi-threading).
126126
127-
If you haven't used Greentea before, [you can learn more in our documentation](../tools/greentea-testing-applications.html).
128-
129-
1. Change directory:
130-
131-
```
132-
cd mbed-os
133-
```
134-
135-
1. Execute the Greentea test suite with the bare metal configuration for the supported toolchains:
136-
137-
```
138-
mbed test -m <YOUR_TARGET> -t <TOOLCHAIN> --app-config TESTS/configs/baremetal.json
139-
```
140-
141-
<span class="tips">**Tip:** You can append `--compile` and fix build issues before running tests with `--run`.</span>
142-
143-
1. All tests should pass (or be automatically skipped).
127+
Follow steps in [Running Greentea tests for bare metal profile](baremetal_usage.md#running-greantea-tests-for-bare-metal-profile). All tests should pass (or be automatically skipped).
144128
145129
Further optimisations for targets with small flash memories:
146130
- Append `--profile release` to the command above. Use of the release profile helps keep some tests within the size limit.

0 commit comments

Comments
 (0)