]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blob - test/k2k/armv7/linux/README.txt
Added cify script and test dts files to yocto install
[keystone-rtos/rm-lld.git] / test / k2k / armv7 / linux / README.txt
1 To run rmServer_k2k.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_k2k.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 rmLinuxClientTest_k2k.out:
22 copy the following files from rm/test/dts_files to the install directory containing rmLinuxClientTest_k2h/k.out:
23 static-policy.dtb
25 To execute the Client test:
26 $ ./rmLinuxClientTest_k2k.out static-policy.dtb
28 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.