Difference between revisions of "Oscit on elphel"

From ElphelWiki
Jump to: navigation, search
(Preparing sources)
(Preparing sources)
Line 19: Line 19:
 
== Preparing sources ==
 
== Preparing sources ==
  
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]] (I installed the dependencies and source, no PHP, no FPGA).
+
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:
 +
 
 +
1. I set my sources list to multiverse
 +
2. installed the minimal set of packages
 +
3. installed Cris-GCC
 +
3.1 manually fix files with 0666 3rd parameter in
 +
  - gnu-toplev/gcc/collect2.c:1622
 +
4. configure nfs. /etc/exports content:
 +
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)
 +
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)
 +
4. installed sources for elphel cameras in ~/git/elphel

Revision as of 03:23, 18 May 2009

Network setup

The first step is to plug the camera on the network and make sure it is powered and has a decent IP.

3COM POE.png

The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the camera's default:

My laptop ip:

IP: 192.168.0.10
mask: 255.255.0.0

Camera default ip:

192.168.0.9

If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like Angry IP scanner.

Preparing sources

I created a VM machine that runs Ubuntu and followed the steps described in the article Elphel Software Kit for Ubuntu. What I did:

1. I set my sources list to multiverse
2. installed the minimal set of packages
3. installed Cris-GCC
3.1 manually fix files with 0666 3rd parameter in
 - gnu-toplev/gcc/collect2.c:1622
4. configure nfs. /etc/exports content:
 /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)
 /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)
4. installed sources for elphel cameras in ~/git/elphel