-
Notifications
You must be signed in to change notification settings - Fork 1
Setting up Virtual Machine and SensorAct system
STEP II: Setting up virtual machine and SensorAct system
To use the virtual machine with full version of Linux, see Setup virtual machine with full version of Linux and SensorAct system
To setup the virtual machine, please follow the steps:
-
Download the VM image zip. Extract it to your chosen location.
-
Open VMPlayer
-
Go to File->Open a Virtual Machine
-
Browse to the folder where you have extracted the VM image zip file. Open the SensorActVM folder and select the SensorActVM.vmx file to open.
-
On the right-hand-side pane, select Edit Virtual Machine Settings.
-
Select Network Adapter from the list displayed on the left-hand-side pane.
-
Select Bridged: Connected directly to the physical network, check the Replicate physical network connection state option and select Save.
-
Right click SensorAct displayed in the list and select "Play virtual machine". The system will boot itself.
-
Once the login prompt is displayed, use the following details:
Ubuntu ID: root
Password: rootpass
To enter the login details, press Ctrl+G to enable the VM player to capture the keyboard strikes. At this time, the mouse and the keyboard is disconnected from the host machine. To release the controls, press Ctrl + Alt. This will disconnect the mouse and keyboard controls from the virtual machine environment.
The virtual machine will start and the command prompt will displayroot@ubuntu:~$
-
To set up SensorAct, type the following commands inside the virtual machine's terminal
$ source configSA
Make sure your host machine is connected to the Internet. Use the host machine’s IP address of the interface (e.g. eth0 for Ethernet LAN/wlan0 for WiFi etc.) you are using to connect to the Internet. To know your host machine’s IP address, runipconfig
in the command prompt of a host machine with Windows OS andifconfig
in the terminal of a host machine with Linux OS.If you see an error, look at Troubleshooting section
$ source sensoract start
Thats it! SensorAct system will start.
Use the URL generated from the source configSA
command to access the application from the host machine's browser. In case, you forget the URL, use source sensoract find
command to get it.
For details about the sensoract command, visit Controlling SensorAct System
NEXT : Device Configuration