]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - test/k2h/armv7/linux/README.txt
Merge remote-tracking branch 'origin/master'
[keystone-rtos/rm-lld.git] / test / k2h / armv7 / linux / README.txt
index def78b3de055a8a3f3a7369c84310f12f4e81de0..52f273b4bc500c7b6fddf85373c16d8f533751ce 100644 (file)
@@ -1,3 +1,9 @@
+Running the RM ARM Linux + DSP Test:
+Please see the RM User Guide for instructions on how to run this test
+http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_System_Mgmt#Running_RM_Test_Projects
+
+Running the RM ARM Linux multi-process test:
+
 To run rmServer_k2h.out:
 
 copy the following files from rm/test/dts_files to the install directory containing rmServer_k2h/k.out:
@@ -17,12 +23,12 @@ $ ./rmServer_k2h.out global-resources.dtb server-policy.dtb linux-evm.dtb
 The Server will wait for Client socket connections and service any requests received via those sockets.
 
 
-To run the rmClientTest_k2h.out:
+To run the rmLinuxClientTest_k2h.out:
 
-copy the following files from rm/test/dts_files to the install directory containing rmClientTest_k2h/k.out:
+copy the following files from rm/test/dts_files to the install directory containing rmLinuxClientTest_k2h/k.out:
 static-policy.dtb
 
 To execute the Client test:
-$ ./rmClientTest_k2h.out static-policy.dtb
+$ ./rmLinuxClientTest_k2h.out static-policy.dtb
 
 The Client test will establish a socket connection with the Server, request resources and then free all resources requested.