Skip to content

Commit 8f149ab

Browse files
author
Amanda Butler
authored
Merge pull request #1083 from ARMmbed/AnotherButler-patch-2
Start FPGA getting started guide in target.md
2 parents 7689ed1 + 5f8498e commit 8f149ab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/porting/target/target.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,18 @@ The Mbed OS HAL provides a set of conformance tests for the Mbed OS HAL APIs. Yo
8585
```
8686
mbed test -t <toolchain> -m <target> -n mbed-os-tests-mbed_hal*
8787
```
88+
89+
### FPGA
90+
91+
You can test your port using the FPGA test shield component, which you can find in the `mbed-os` repository.
92+
93+
To run the FPGA test shield test, perform the following steps:
94+
95+
1. Ensure the FPGA test shield is programmed with the latest firmware version.
96+
1. Connect the FPGA test shield to the Device Under Test.
97+
1. Set the jumper on the FPGA test shield to select USB power.
98+
1. Connect the power to the FPGA test shield using a USB cable.
99+
1. Add the `FPGA_CI_TEST_SHIELD` component to the Device Under Test in the `targets.json` configuration file.
100+
1. Run the test:
101+
102+
`tests-mbed_hal_fpga_ci_test_shield-spi`

0 commit comments

Comments
 (0)