Difference between revisions of "AXY:Virtual Box MIB"

From SoftMC-Wiki
Jump to: navigation, search
(Virtual MIB Installation)
(Virtual MIB Installation)
Line 8: Line 8:
 
* Virtual MIB as a Codeasys
 
* Virtual MIB as a Codeasys
  
== Virtual MIB Installation ==
+
== Stand alone Eclipse Configuration ==
 
[[Image:]]
 
[[Image:]]
 
{| style="border-spacing:0;"
 
{| style="border-spacing:0;"

Revision as of 15:17, 16 October 2012

This document describe how to install and build a MIB in a virtual box.

Abstract

There are several usage for the Virtual Box MIB.

  • Virtual MIB as a build machine
  • Virtual MIB as a Codeasys

Stand alone Eclipse Configuration

[[Image:]]

Step
Description
VBOX (linux)
Host (windows)
Note
0
Open shell sh
1
Create a user adduser build Linux will ask for password, type “qwerty” for example
2
Create rsa keys ssh-keygen Passphrase must be empty
3
Copy key to VBOX ssh-copy-id build@192.168.56.101 SSH will ask for password, type “qwerty”
4
Check connection ssh build@192.168.56.101 Ssh shall not ask for password!

Build command in exclise

sh -c "ssh build@192.168.56.101 'make -C /media -j2'"

[[Image:]]