Commit e9c18213 authored by Ivan Tyagov's avatar Ivan Tyagov

Adjust.

parent 44461f71
......@@ -12,7 +12,7 @@ Run open62541_install.sh file under Init folder
### Copy the open62541.h and open62541.c
If you are developing OPC UA application for LIM2 controller with MOD-IO, then your OPC UA location will be ~/osie/coupler/opc-ua-server/
If you are developing OPC UA application for LIME2 controller with MOD-IO, then your OPC UA location will be ~/osie/coupler/opc-ua-server/
$ cp ~/open62541/build/open62541.* ~/osie/coupler/opc-ua-server/
......@@ -20,6 +20,6 @@ $ cp ~/open62541/build/open62541.* ~/osie/coupler/opc-ua-server/
$ arm-linux-gnueabihf-gcc open62541.c server.c -o server
### If one wants to run coupler on a x86 platform then one needs to expose in current environment
### If one wants to run coupler on a x86 platform then one needs to run server in virtual environment
$ export I2C_VIRTUAL_MODE=1
$ ./server -m 1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment