Next: , Previous: , Up: The Software   [Contents][Index]


3.5 Self Check

As an optional step you can run some tests to make sure that the software has been built correctly and that the controller is operating properly. To do this, you should connect the controller to a target device, and to your local computer and type

make check

A number of tests will run, and if there are any failures an error message will be shown. A successful check should look similar to Figure 3.1. Note that running these tests will erase any program on the target device.

PASS: ./test/test000.sh
PASS: ./test/test001.sh
PASS: ./test/test002.sh
PASS: ./test/test003.sh
PASS: ./test/test004.sh
PASS: ./test/test005.sh
PASS: ./test/test006.sh
PASS: ./test/test007.sh
PASS: ./test/test008.sh
PASS: ./test/test009.sh
PASS: ./test/test010.sh
PASS: ./test/test011.sh

Figure 3.1: Running the self change after building the software

If this completes successfully you can go ahead and install the software.