source: rtems/bsps/arm/beagle/TESTING @ eb36d11

5
Last change on this file since eb36d11 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 796 bytes
RevLine 
[53dd6d61]1To build and run the tests for this BSP, use the RTEMS tester.
2The necessary software can be built with the RTEMS source builder.
3
4To build the BSP for testing:
5        - set CONSOLE_POLLED=1 in the configure environment, some tests
6          assume console i/o is polled
7        - add --enable-tests to the configure line
8
91. Qemu
10
11Linaro Qemu can emulate the beagleboard xm and so run all regression
12tests in software. Build the bbxm.bset from the RTEMS source builder and
13you will get qemu linaro that can run them. There is a beagleboardxm_qemu
14bsp in the RTEMS tester to invoke it with every test.
15
162. bbxm hardware
17
18This requires JTAG, see README.JTAG. Use the beagleboardxm bsp in the
19RTEMS tester. It starts gdb to connect to openocd to reset the target
20and load the RTEMS executable for each test iteration.
Note: See TracBrowser for help on using the repository browser.