353/363 Support
Also see The reflash manual
These are the steps to compile from CVS and prepare 353/363 software to flash to the camera.
Navigate to the directory where you will download your source in this example the directory is
/home/username/workspace/
OR
~/workspace/
If you're a developer publish your ssh key to the server with the following commands
substituting developer name with your own sourceforge username.
As per instructions at https://sourceforge.net/cvs/?group_id=105686
$ export CVS_RSH=ssh
$ cvs -z3 -d:ext:developername@elphel.cvs.sourceforge.net:/cvsroot/elphel co -P elphel353-7.1
After you download the elphel source change one directory down from your working directory to the folder elphel-7.1
cd ~/workspace/elphel-7.1
Run the install script, this builds a target source folder.
./install_elphel_from_cvs
After that has finished, change to your target directory
cd ../353
Run the install_elphel script this will download sources and build them to the elphel353 directory
./install_elphel
After that has finished run make to create the first camera images
make
These will be made to ./target
.
After that, follow the flashing instructions