Format SSD MMC
changed repository url
← Older revision Revision as of 03:32, 20 March 2017 Line 70: Line 70: ==<font color="blue">Useful links</font>== ==<font color="blue">Useful links</font>== −* [https://github.com/Elphel/elphel-tools-update github:elphel-tools-update] - '''write_bootable_mmc.py'''+* [https://git.elphel.com/Elphel/elphel-tools-update git:elphel-tools-update] - '''write_bootable_mmc.py''' ** the script is used to create a bootable MMC from a PC (the camera doesn't have ''parted'' and ''kpartx'' installed) ** the script is used to create a bootable MMC from a PC (the camera doesn't have ''parted'' and ''kpartx'' installed) ** it has examples of using '''dd''', '''parted''', '''mkfs''', '''kpartx''' ** it has examples of using '''dd''', '''parted''', '''mkfs''', '''kpartx''' Andrey.filippovUsing camogm with Elphel393 camera
Eyesis4Pi 393
changed repository url
← Older revision Revision as of 03:28, 20 March 2017 Line 106: Line 106: ==Software== ==Software== −All software is FOSS (Free and Open Source Software). It is experimental software that is used to test the camera performance, and it continues to be developed. All updates are available for download and build from [https://github.com/Elphel GitHub]. Software may require integration with customer software depending upon camera hardware configuration and application. It includes:+All software is FOSS (Free and Open Source Software). It is experimental software that is used to test the camera performance, and it continues to be developed. All updates are available for download and build from [https://git.elphel.com/Elphel Elphel Git]. Software may require integration with customer software depending upon camera hardware configuration and application. It includes: * Camera internal software/firmware and SDK * Camera internal software/firmware and SDK * Post-processing tools * Post-processing tools Andrey.filippovSDK 10393
changed repository url
← Older revision Revision as of 03:27, 20 March 2017 Line 1: Line 1: ==SDK== ==SDK== ===Firmware (FPGA)=== ===Firmware (FPGA)=== −* [https://eclipse.org Eclipse IDE] + [https://github.com/Elphel/vdt-plugin VDT-Plugin]+* [https://eclipse.org Eclipse IDE] + [https://git.elphel.com/Elphel/vdt-plugin VDT-Plugin] * [http://www.xilinx.com/products/design-tools/vivado.html Vivado WebPACK Edition] * [http://www.xilinx.com/products/design-tools/vivado.html Vivado WebPACK Edition] * [http://iverilog.icarus.com/ IVerilog] * [http://iverilog.icarus.com/ IVerilog] Line 9: Line 9: * [https://www.yoctoproject.org/tools-resources/projects/poky Yocto Poky] * [https://www.yoctoproject.org/tools-resources/projects/poky Yocto Poky] ===Sources=== ===Sources=== −* [https://github.com/Elphel GitHub/Elphel]+* [https://git.elphel.com/Elphel Elphel Git] [[Category:393]] [[Category:393]] Andrey.filippov10393
Poky 2.0 manual
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.filippovMigration to gitlab
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.filippovMigration to gitlab
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'' OlegMigration to gitlab
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
Gitlab recipes
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
User account ElaneBroadhurst was created
ElaneBroadhurstUser:MonteSelby2346
User account MonteSelby2346 was created
MonteSelby2346User:Clemmie9401
User account Clemmie9401 was created
Clemmie9401User:GabrieleOfficer
User account GabrieleOfficer was created
GabrieleOfficerUser:GracieMajor06
User account GracieMajor06 was created
GracieMajor06Eyesis4Pi 393 User Guide - Download
User:JuanaDowie1
User account JuanaDowie1 was created
JuanaDowie1