Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

03/01/18 [x393][CMV300] by Oleg Dzhimiev: fixed phase adjustment

Elphel GIT logs - Thu, 03/01/2018 - 16:19
Oleg Dzhimiev committed changes to the Elphel git project :
fixed phase adjustment

03/01/18 [linux-elphel][rocko] by Oleg Dzhimiev: 1. fixed i2c discover 2. fixed phase adjustment - requires bitstream 0x100 3. tested phase adjustment

Elphel GIT logs - Thu, 03/01/2018 - 15:07
Oleg Dzhimiev committed changes to the Elphel git project :
1. fixed i2c discover 2. fixed phase adjustment - requires bitstream 0x100 3. tested phase adjustment

02/28/18 [x393][CMV300] by AndreyFilippov: Merge branch 'master' of git@git.elphel.com:Elphel/x393.git

Elphel GIT logs - Wed, 02/28/2018 - 20:41
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git@git.elphel.com:Elphel/x393.git

02/28/18 [x393][CMV300] by AndreyFilippov: hispi v03930100, 1704, added SOF mask to disable while setting up interface

Elphel GIT logs - Wed, 02/28/2018 - 20:41
AndreyFilippov committed changes to the Elphel git project :
hispi v03930100, 1704, added SOF mask to disable while setting up interface

02/27/18 [linux-elphel][rocko] by Oleg Dzhimiev: 1. testing phase adjustment and i2c operations 2. fixed a couple typos

Elphel GIT logs - Tue, 02/27/2018 - 18:57
Oleg Dzhimiev committed changes to the Elphel git project :
1. testing phase adjustment and i2c operations 2. fixed a couple typos

103982

Wiki Recent Changes - Tue, 02/27/2018 - 09:39

Created page with "==103982== ''This board is not finalized yet'' 103982 Preliminary Circuit Diagram thumb|374px|103982 partial PCB layout"

New page

==103982==
''This board is not finalized yet''

[[Media:103982_sch.pdf|103982 Preliminary Circuit Diagram]]

[[Image:103982_42.png|thumb|374px|103982 partial PCB layout]] Andrey.filippov

File:103982 42.png

Wiki Recent Changes - Tue, 02/27/2018 - 09:38

Andrey.filippov uploaded File:103982 42.png

New page

== Licensing ==
{{CERN OHLv1.1 }} Andrey.filippov

File:103982 sch.pdf

Wiki Recent Changes - Tue, 02/27/2018 - 09:11

Andrey.filippov uploaded File:103982 sch.pdf

New page

== Licensing ==
{{CERN OHLv1.1 }} Andrey.filippov

Gitlab recipes

Wiki Recent Changes - Mon, 02/26/2018 - 11:47

‎Solution

← Older revision Revision as of 18:47, 26 February 2018 (10 intermediate revisions by the same user not shown)Line 1: Line 1: −==X-Frame-Options header==+==<font color='darkblue'>X-Frame headers</font>==  +===X-Frame-Options header===  * Edit: ''/opt/gitlab/embedded/service/gitlab-rails/app/controllers/application_controller.rb'' in '''def default_headers''': * 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'] = 'DENY' Line 5: Line 6:  * Restart services * Restart services    gitlab-ctl restart   gitlab-ctl restart  +  +  +==<font color='darkblue'>Nginx behind apache2 misconfiguration</font>==  +===Error log===  + <font size='1em'>gitlab bind() to 0.0.0.0:80 failed (98: Address already in use)</font>  +  +Also, running '''gitlab-ctl status''' shows that nginx is getting restarted:  + <font size='1em'>run: gitaly: (pid 22266) 938s; run: log: (pid 18631) 277569s  + run: gitlab-monitor: (pid 22295) 938s; run: log: (pid 18630) 277569s  + run: gitlab-workhorse: (pid 22300) 937s; run: log: (pid 18617) 277569s  + run: logrotate: (pid 22312) 937s; run: log: (pid 18635) 277569s  + run: nginx: (pid 23828) <font color='red'>'''2s'''</font>; run: log: (pid 18629) 277569s  + run: node-exporter: (pid 22394) 936s; run: log: (pid 18636) 277569s  + run: postgres-exporter: (pid 22401) 936s; run: log: (pid 18649) 277569s  + run: postgresql: (pid 22406) 935s; run: log: (pid 18618) 277569s  + run: prometheus: (pid 22414) 935s; run: log: (pid 18616) 277569s  + run: redis: (pid 22429) 934s; run: log: (pid 18625) 277569s  + run: redis-exporter: (pid 22434) 934s; run: log: (pid 18615) 277569s  + run: sidekiq: (pid 22440) 933s; run: log: (pid 18626) 277569s  + run: unicorn: (pid 22447) 933s; run: log: (pid 18619) 277569s</font>  +  +===Versions===  + <font size='1em'>GitLab 10.5.1  + GitLab Shell 6.0.3  + GitLab Workhorse v3.6.0  + GitLab API v4  + Ruby 2.3.6p384  + Rails 4.2.10  + postgresql 9.6.5</font>  +  +===Problem===  +* /etc/gitlab/gitlab.rb:  + <font size='1em'># nginx['enable'] = true  + # nginx['client_max_body_size'] = '250m'  + # nginx['redirect_http_to_https'] = false  + # nginx['redirect_http_to_https_port'] = 80</font>  +  +''redirect_http_to_https'' default option is probably '''true''' or is ignored resulting in a nginx config record:  +  +* /var/opt/gitlab/nginx/conf/gitlab-http.conf:  + <font size='1em'>server {  +  listen *:80;  +  ...  + }</font>  +  +which is in conflict with Apache  +  +===Solution===  +In ''/etc/gitlab/gitlab.rb'' uncommented and changed '''nginx['redirect_http_to_https_port']''' to another port:  + <font size='1em'>nginx['redirect_http_to_https_port'] = 8033</font>  +Then:  + <font size='1em'>~# gitlab-ctl reconfigure  + ~# gitlab-ctl restart</font> Oleg

02/22/18 [linux-elphel][rocko] by Oleg Dzhimiev: phase adjustment for 14MPx - testing

Elphel GIT logs - Thu, 02/22/2018 - 19:34
Oleg Dzhimiev committed changes to the Elphel git project :
phase adjustment for 14MPx - testing

02/21/18 [linux-elphel][rocko] by Oleg Dzhimiev: phase adjustment for 14MPx - in development

Elphel GIT logs - Wed, 02/21/2018 - 19:40
Oleg Dzhimiev committed changes to the Elphel git project :
phase adjustment for 14MPx - in development

02/21/18 [x393][CMV300] by Oleg Dzhimiev: 14MPx phase adjustment testing

Elphel GIT logs - Wed, 02/21/2018 - 19:16
Oleg Dzhimiev committed changes to the Elphel git project :
14MPx phase adjustment testing

02/21/18 [x393][CMV300] by AndreyFilippov: Merge branch 'master' of git@git.elphel.com:Elphel/x393.git

Elphel GIT logs - Wed, 02/21/2018 - 16:34
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git@git.elphel.com:Elphel/x393.git

02/21/18 [x393][CMV300] by AndreyFilippov: FPGA version 039300fd (hispi), changed lanes alignment report mode

Elphel GIT logs - Wed, 02/21/2018 - 16:34
AndreyFilippov committed changes to the Elphel git project :
FPGA version 039300fd (hispi), changed lanes alignment report mode

103981

Wiki Recent Changes - Wed, 02/21/2018 - 10:08

‎103981

← Older revision Revision as of 17:08, 21 February 2018 Line 7: Line 7:  10398 board is a 18MPix sensor front end (SFE) designed to work with [[10393]] camera system board. It has the same physical dimensions and the same optical format (1/2.3") as a 5MPix SFE [[10338D]] and 14 MPix [[10398]](15mm x 28mm). 10398 board is a 18MPix sensor front end (SFE) designed to work with [[10393]] camera system board. It has the same physical dimensions and the same optical format (1/2.3") as a 5MPix SFE [[10338D]] and 14 MPix [[10398]](15mm x 28mm).    −The 18MPix (4912×3684, 1.25μm × 1.25 μm) BSI image sensor used is On Semiconductor (former Aptina) [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS]. This sensor (and 103981 SFE) uses 4-lane HiSPi/MIPI serial interface running at 14 fps at full resolution (12bpp mode). 8-lane HiSPI mode is not supported. Other combinations of resolution/frame rate are possible.+The 18MPix (4912×3684, 1.25μm × 1.25 μm) BSI image sensor used is On Semiconductor (former Aptina) [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS]. This sensor (and 103981 SFE) uses 4-lane HiSPi/MIPI serial interface running at 14 fps at full resolution (12bpp mode). 8-lane HiSPI mode is not supported. Other combinations of resolution/frame rate are possible.     Up to 4 103981 SFE can be directly connected to [[10393]] system board and run simultaneously at full speed (880M pixels/s combined). Up to 4 103981 SFE can be directly connected to [[10393]] system board and run simultaneously at full speed (880M pixels/s combined). Andrey.filippov

02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: -python3-opencv

Elphel GIT logs - Mon, 02/19/2018 - 13:51
Oleg Dzhimiev committed changes to the Elphel git project :
-python3-opencv

02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: updated to 1.8

Elphel GIT logs - Mon, 02/19/2018 - 13:13
Oleg Dzhimiev committed changes to the Elphel git project :
updated to 1.8

02/19/18 [meta-elphel393][rocko_ethereum] by Oleg Dzhimiev: Merge branch 'rocko' into rocko_ethereum

Elphel GIT logs - Mon, 02/19/2018 - 13:07
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'rocko' into rocko_ethereum

02/16/18 [x393][CMV300] by Oleg Dzhimiev: added hargs-hispi to list

Elphel GIT logs - Fri, 02/16/2018 - 14:39
Oleg Dzhimiev committed changes to the Elphel git project :
added hargs-hispi to list

02/15/18 [x393][CMV300] by AndreyFilippov: added skip lines, diff lanes phase adjust, bitstream fc

Elphel GIT logs - Thu, 02/15/2018 - 23:35
AndreyFilippov committed changes to the Elphel git project :
added skip lines, diff lanes phase adjust, bitstream fc

Pages

Subscribe to www3.elphel.com aggregator