1 To run rmServer_k2h.out:
3 copy the following files from rm/test/dts_files to the install directory containing rmServer_k2h/k.out:
4 global-resources.dtb
5 server-policy.dtb
6 linux-evm.dtb [Optional]
8 The data contained in the latter DTB files is not required to run the RM Server. A new GRL and policy
9 can be written and supplied instead of the latter files.
11 For information on how to create new GRLs and Policies please see:
12 http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Resource_Manager
14 To run the Server:
15 $ ./rmServer_k2h.out global-resources.dtb server-policy.dtb linux-evm.dtb
17 The Server will wait for Client socket connections and service any requests received via those sockets.
20 To run the rmClientTest_k2h.out:
22 copy the following files from rm/test/dts_files to the install directory containing rmClientTest_k2h/k.out:
23 static-policy.dtb
25 To execute the Client test:
26 $ ./rmClientTest_k2h.out static-policy.dtb
28 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.