]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blob - test/k2l/armv7/linux/README.txt
Resolved SDOCM00107840
[keystone-rtos/rm-lld.git] / test / k2l / armv7 / linux / README.txt
1 Running the RM ARM Linux + DSP Test:
2 Please see the RM User Guide for instructions on how to run this test
3 http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Running_RM_Test_Projects
5 Running the RM ARM Linux multi-process test:
7 To run rmServer.out:
9 copy the following files from rm/test/dts_files to the install directory containing rmServer.out:
10 global-resources.dtb
11 server-policy.dtb
12 linux-evm.dtb [Optional]
14 The data contained in the latter DTB files is not required to run the RM Server.  A new GRL and policy
15 can be written and supplied instead of the latter files.
17 For information on how to create new GRLs and Policies please see: 
18 http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Resource_Manager
20 To run the Server:
21 $ ./rmServer.out global-resources.dtb server-policy.dtb -l linux-evm.dtb
23 The Server will wait for Client socket connections and service any requests received via those sockets.
26 To run the rmLinuxClientTest.out:
28 copy the following files from rm/test/dts_files to the install directory containing rmLinuxClientTest.out:
29 static-policy.dtb
31 To execute the Client test:
32 $ ./rmLinuxClientTest.out static-policy.dtb
34 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.