Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

Poky 2.0 manual

Wiki Recent Changes - Sun, 03/19/2017 - 21:23

Changed repository url

← Older revision Revision as of 03:23, 20 March 2017 Line 12: Line 12:  * All steps for fpga projects are run from Eclipse IDE * All steps for fpga projects are run from Eclipse IDE  ** Read about [http://blog.elphel.com/2016/05/tutorial-02-eclipse-based-fpga-development-environment-for-elphel-cameras/ setting up Eclipse based FPGA development] ** Read about [http://blog.elphel.com/2016/05/tutorial-02-eclipse-based-fpga-development-environment-for-elphel-cameras/ setting up Eclipse based FPGA development] −** [https://github.com/Elphel/vdt-plugin VDT Plugin repository]+** [https://git.elphel.com/Elphel/vdt-plugin VDT Plugin repository]     * Once everything is built it supports updating software projects (files and binaries) on the target system * Once everything is built it supports updating software projects (files and binaries) on the target system  ** access is set up in yocto's ''local.conf'' (see ''setup.py'' output) + ''ssh-copy-id'' ** access is set up in yocto's ''local.conf'' (see ''setup.py'' output) + ''ssh-copy-id'' −** ''bitbake some-app -c target_scp'' from the command line or Eclipse IDE - see examples in '''elphel-apps-...''' at [https://github.com/Elphel GitHub]+** ''bitbake some-app -c target_scp'' from the command line or Eclipse IDE - see examples in '''elphel-apps-...''' at [https://git.elphel.com/Elphel Git]     ==<font color="blue">Supported OSes</font>== ==<font color="blue">Supported OSes</font>== Line 83: Line 83:  *   *    <font size='2'> <font size='2'> −  git clone https://github.com/Elphel/elphel393.git+  git clone https://git.elphel.com/Elphel/elphel393.git    cd elphel393   cd elphel393    ./setup.py   ./setup.py Andrey.filippov

Migration to gitlab

Wiki Recent Changes - Sun, 03/19/2017 - 18:58

‎Working copy: projects.json

← Older revision Revision as of 00:58, 20 March 2017 (2 intermediate revisions by the same user not shown)Line 1: Line 1: −==Switch from github to gitlab==+==Switch from github (hosted by GitHub) to gitlab (hosted by Elphel)==       cd elphel393   cd elphel393 −  git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git)+  git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git already)    git remote set-url origin https://git.elphel.com/Elphel/elphel393.git   git remote set-url origin https://git.elphel.com/Elphel/elphel393.git    git pull   git pull Line 18: Line 18:  * not part of the repo * not part of the repo  * created from ''projects-default.json'' * created from ''projects-default.json''  +* edit this file and replace all entries ''https://git.elphel.com/Elphel'' with ''git@git.elphel.com:Elphel'' to use ''ssh'' access instead of the ''https'' if desired. Then re-run ''setup.sh'' to apply the changes. Andrey.filippov

Migration to gitlab

Wiki Recent Changes - Sun, 03/19/2017 - 18:11

‎Working copy: projects.json

← Older revision Revision as of 00:11, 20 March 2017 (One intermediate revision by the same user not shown)Line 14: Line 14:    git clone https://git.elphel.com/Elphel/elphel393.git   git clone https://git.elphel.com/Elphel/elphel393.git    ./setup.py   ./setup.py  +  +==Working copy: ''projects.json''==  +* not part of the repo  +* created from ''projects-default.json'' Oleg

Migration to gitlab

Wiki Recent Changes - Sun, 03/19/2017 - 17:29

Created page with "==Switch from github to gitlab== cd elphel393 git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git) git remote set-url origin https://git.elphel.c..."

New page

==Switch from github to gitlab==

cd elphel393
git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git)
git remote set-url origin https://git.elphel.com/Elphel/elphel393.git
git pull

# if projects.json is still there:
rm projects.json
./setup.py (it already has ability to change remote server)

==Clean installation==

git clone https://git.elphel.com/Elphel/elphel393.git
./setup.py Oleg

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Sun, 03/19/2017 - 15:32

← Older revision Revision as of 21:32, 19 March 2017 Line 1: Line 1:  ==Scripts== ==Scripts==  [https://github.com/Elphel/elphel-tools-x393 elphel-tools-x393] [https://github.com/Elphel/elphel-tools-x393 elphel-tools-x393] −==Internal SSDs==+   +==Recording to raw partition (fast recording)==  +===Internal SSDs===    # int_ssd_download.py will connect to the cameras over ssh a few times   # int_ssd_download.py will connect to the cameras over ssh a few times    # generate ssh keys if they don't exist   # generate ssh keys if they don't exist Line 21: Line 23:    ./extract_images.php path=/data/footage/test_20170308a dest_path=0   ./extract_images.php path=/data/footage/test_20170308a dest_path=0    −==External SSDs==+===External SSDs===    # use dd or ext_ssd_download.py   # use dd or ext_ssd_download.py  +  +==Recording to file system (normal recording)==  +* mux, mount, rsync *.movs Oleg

Gitlab recipes

Wiki Recent Changes - Sun, 03/19/2017 - 14:54

Created page with "==X-Frame-Options header== * Edit: ''/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb'' in '''def default_headers''': -headers['X-Frame-Opt..."

New page

==X-Frame-Options header==
* Edit: ''/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb'' in '''def default_headers''':
-headers['X-Frame-Options'] = 'DENY'
+headers['X-Frame-Options'] = 'ALLOW-FROM https://www.elphel.com/'
* Restart services
gitlab-ctl restart Oleg

User:ElaneBroadhurst

Wiki Recent Changes - Sun, 03/19/2017 - 01:03

User account ElaneBroadhurst was created

ElaneBroadhurst

User:MonteSelby2346

Wiki Recent Changes - Sat, 03/18/2017 - 22:07

User account MonteSelby2346 was created

MonteSelby2346

03/18/17 [x393][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 17:02
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:59
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:58
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:53
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:47
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:46
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:29
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:25
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sat, 03/18/2017 - 16:24
Andrey Filippov committed changes to the Elphel git project :
Update README.md

03/18/17 [vdt-plugin][master] by Andrey Filippov: Updated links to the current repository

Elphel GIT logs - Sat, 03/18/2017 - 16:23
Andrey Filippov committed changes to the Elphel git project :
Updated links to the current repository

03/18/17 [x393][master] by Andrey Filippov: changed links to the current repository files

Elphel GIT logs - Sat, 03/18/2017 - 16:20
Andrey Filippov committed changes to the Elphel git project :
changed links to the current repository files

03/18/17 [imagej-elphel][master] by AndreyFilippov: working on supertiles

Elphel GIT logs - Sat, 03/18/2017 - 14:26
AndreyFilippov committed changes to the Elphel git project :
working on supertiles

Pages

Subscribe to www3.elphel.com aggregator