File:103982 assy.tar.gz
Andrey.filippov uploaded File:103982 assy.tar.gz
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
10359
Links
← Older revision Revision as of 18:48, 9 March 2018 (One intermediate revision by the same user not shown)Line 106: Line 106: |[[Image:353-369-359-body-bottom.jpeg|thumb|300px|10353 camera body bottom]] |[[Image:353-369-359-body-bottom.jpeg|thumb|300px|10353 camera body bottom]] |} |} +==Links== +* [[Using_10359_mux_with_10393|Using 10359 mux with 10393]] Oleg103982
103982
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
Andrey.filippov uploaded File:103982 42.png
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
File:103982 sch.pdf
Andrey.filippov uploaded File:103982 sch.pdf
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
Gitlab recipes
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> Oleg103981
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.filippovPrice list
Cameras
← Older revision Revision as of 19:12, 14 February 2018 (One intermediate revision by the same user not shown)Line 23: Line 23: |'''NC393-F-CS''' |'''NC393-F-CS''' |'''NC393-DEV''' |'''NC393-DEV''' +|'''MNC393-XCAM''' |'''MNC393-H''' |'''MNC393-H''' Line 29: Line 30: |[[File:Nc393 small.jpeg|100px|link=http://www3.elphel.com/nc393-cs]] |[[File:Nc393 small.jpeg|100px|link=http://www3.elphel.com/nc393-cs]] |[[File:Nc393-dev-sm.jpeg|150px]] |[[File:Nc393-dev-sm.jpeg|150px]] +|[[File:mnc393-x_sm.jpeg|150px]] |[[File:Nc-393-printed-H-.jpeg|150px|link=http://www3.elphel.com/mnc393-custom]] |[[File:Nc-393-printed-H-.jpeg|150px|link=http://www3.elphel.com/mnc393-custom]] Line 37: Line 39: |1x |1x |1-4x |1-4x +|4x |4x |4x Line 44: Line 47: * GigE * GigE * μSD slot * μSD slot −* 4x sensor ports, reconfigurable for general multi-purpose use+* 4x reconfigurable ports | $1255 | $1255 | + | + +| + | + | + | + | + Line 60: Line 64: | - | - | + | + +| + |- valign='top' |- valign='top' Line 68: Line 73: | + | + | + | + +| + |- |- Line 126: Line 132: |- |- | - | - +|- +| - +|} + +| +{| +| - +|- +| 4x +|- +| 1x +|- +| - +|- +| 1x |- |- | - | - Line 161: Line 182: - - +| +- + ++ | | + + Line 210: Line 235: |- |- | 1-4x | 1-4x +|- +| - +|} + +| +{| +| +|- +| 4x |- |- | - | - Line 226: Line 260: |'''Camera calibration''' |'''Camera calibration''' * XCAM * XCAM +| +$500 | | - - Line 231: Line 267: - - | | −-++ | | - - Line 239: Line 275: |$2545 |$2545 |$1900-$3055 |$1900-$3055 +|$11990 |$3600 |$3600 |} |} OlegPrice list
Cameras
← Older revision Revision as of 18:56, 14 February 2018 (4 intermediate revisions by the same user not shown)Line 73: Line 73: {| {| |Sensor Front End |Sensor Front End +|- +|Calibrated Sensor Front End |- |- |Enclosure (aluminum, all parts) |Enclosure (aluminum, all parts) |- |- |Enclosure (aluminum, dev) |Enclosure (aluminum, dev) +|- +|Enclosure (xcam) |- |- |SFE Adapters (3D printed) |SFE Adapters (3D printed) Line 84: Line 88: {| {| | $90 | $90 +|- +| $1700 |- |- | $355 | $355 |- |- | $65 | $65 +|- +| $950 |- |- | $345 | $345 Line 95: Line 103: {| {| | 1x | 1x +|- +| - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 106: Line 118: {| {| | 1-4x | 1-4x +|- +| - |- |- | - | - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 117: Line 133: {| {| | 4x | 4x +|- +| - |- |- | 1x | 1x +|- +| - |- |- | - | - Line 127: Line 147: |- |- |'''M.2 SSD''' |'''M.2 SSD''' −* SanDisk SD8SMAT, 128GB+* Transcend MTS600, 256GB +* Transcend MTS600, 512GB | | −$95+$200 + +$400 | | +- + - - | | +- + - - | | + + +- |- |- |'''Lenses''' |'''Lenses''' Line 194: Line 222: | - | - |} |} + +|- +|'''Camera calibration''' +* XCAM +| +- +| +- +| +- +| +- |- style='border-top:solid 3px black;' |- style='border-top:solid 3px black;' Line 199: Line 239: |$2545 |$2545 |$1900-$3055 |$1900-$3055 −|$3495+|$3600 |} |} Oleg10393
Supported Image Sensors
← Older revision Revision as of 02:13, 13 February 2018 (2 intermediate revisions by the same user not shown)Line 17: Line 17: * [[10398]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS * [[10398]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS * [[103981]]: [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS] - 18MPix 1/2.3" CMOS BSI ('' not yet manufactured'') * [[103981]]: [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS] - 18MPix 1/2.3" CMOS BSI ('' not yet manufactured'') +* [[10359]]: 3:1 Sensor multiplexer with memory, connects 3 of [[10338D]] SFE on each port, 12 sensors total ====Memory and Storage==== ====Memory and Storage==== Line 34: Line 35: ** M.2 SATA port ** M.2 SATA port ** External synchronization (master or slave): ** External synchronization (master or slave): −*** 2.5mm audio+*** 2.5mm audio connector/cable (4-conductor) *** 4-conductor flex cable *** 4-conductor flex cable −** 2x 10-conductor flex cable ports+** 2x 10-conductor flex cable ports (USB, I²C, +5.0V, +3.3V, 2 × FPGA GPIO signals) *** carry 3.3VDC, 5VDC, USB, I<sup>2</sup>C and GPIO *** carry 3.3VDC, 5VDC, USB, I<sup>2</sup>C and GPIO *** supports other extension boards ([[103695|IMU]], [[103696|GPS]]) *** supports other extension boards ([[103695|IMU]], [[103696|GPS]]) Andrey.filippov103981
10393
Supported Image Sensors
← Older revision Revision as of 02:03, 13 February 2018 Line 14: Line 14: ** 800MHz ** 800MHz ====Supported Image Sensors==== ====Supported Image Sensors==== −* [http://www.onsemi.com/PowerSolutions/product.do?id=MT9P006 MT9P006] - 5MPix 1/2.5" CMOS, see [[Mt9p006_specs|fps-resolution table]]+* [[10338D]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9P006 MT9P006] - 5MPix 1/2.5" CMOS, see [[Mt9p006_specs|fps-resolution table]] −* [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS+* [[10398]]: [http://www.onsemi.com/PowerSolutions/product.do?id=MT9F002 MT9F002] - 14MPix 1/2.3" CMOS +* [[103981]]: [http://www.onsemi.com/PowerSolutions/product.do?id=AR1820HS AR1820HS] - 18MPix 1/2.3" CMOS BSI ('' not yet manufactured'') ====Memory and Storage==== ====Memory and Storage==== Andrey.filippov103981
103981
Created page with "==103981== ''This board is not manufactured yet, images will be updated'' thumb|374px|10398 board, top view (will be replaced with 103981) Image:103..."
New page
==103981==''This board is not manufactured yet, images will be updated''
[[Image:10398_top.png|thumb|374px|10398 board, top view (will be replaced with 103981)]]
[[Image:10398_bottom.png|thumb|374px|10398 board, bottom view (will be replaced with 103981)]]
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 x1.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, mode 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).
103981 SFE uses the same 30-pin flex cable connector for control (I²C, extra GPIO), differential data output (4-lane HiSPi+clock) and 3.3V power (additional 2.8V analog and 1.8V digital are generated on board). Short connections can use general purpose flex jumpers (30 conductors, 0.5mm pitch) or Elphel flex cables manufactured for the parallel interface sensors, longer connections require controlled-impedance flex cables with 100Ω differential lines.
[[Media:103981_sch.pdf|103981 Circuit Diagram]] <br/> [[Media:103981_gerber.tar.gz|103981 Gerber files]] <br/>[[Media:103981_assy.tar.gz|103981 placement files]] Andrey.filippov
10398
File:103981 assy.tar.gz
Andrey.filippov uploaded File:103981 assy.tar.gz
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
File:103981 gerber.tar.gz
Andrey.filippov uploaded File:103981 gerber.tar.gz
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov