X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Frm-lld.git;a=blobdiff_plain;f=test%2Fk2h%2Farmv7%2Flinux%2FREADME.txt;h=52f273b4bc500c7b6fddf85373c16d8f533751ce;hp=def78b3de055a8a3f3a7369c84310f12f4e81de0;hb=8c1140bc95ee1a6a3449794e21a2cf0ddfc4ea94;hpb=c0049d9832efd4b621e046b2f7e95b21184e4450 diff --git a/test/k2h/armv7/linux/README.txt b/test/k2h/armv7/linux/README.txt index def78b3..52f273b 100644 --- a/test/k2h/armv7/linux/README.txt +++ b/test/k2h/armv7/linux/README.txt @@ -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.