Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

11/30/17 [meta-elphel393][rocko] by Oleg Dzhimiev: 1. updated sysroots 2. fixed streamer build 3. fixed python extensions build 4. fixed linux-xlnx build

Elphel GIT logs - Thu, 11/30/2017 - 17:07
Oleg Dzhimiev committed changes to the Elphel git project :
1. updated sysroots 2. fixed streamer build 3. fixed python extensions build 4. fixed linux-xlnx build

11/30/17 [x393][CMV300] by AndreyFilippov: changed branched eclipse project name

Elphel GIT logs - Thu, 11/30/2017 - 13:26
AndreyFilippov committed changes to the Elphel git project :
changed branched eclipse project name

11/30/17 [x393][CMV300] by AndreyFilippov: removed accidental directory

Elphel GIT logs - Thu, 11/30/2017 - 13:22
AndreyFilippov committed changes to the Elphel git project :
removed accidental directory

11/30/17 [x393][CMV300] by AndreyFilippov: removed accidental directory

Elphel GIT logs - Thu, 11/30/2017 - 13:22
AndreyFilippov committed changes to the Elphel git project :
removed accidental directory

11/30/17 [x393][CMV300] by AndreyFilippov: renamed branched eclipse project

Elphel GIT logs - Thu, 11/30/2017 - 13:17
AndreyFilippov committed changes to the Elphel git project :
renamed branched eclipse project

11/30/17 [x393][CMV300] by AndreyFilippov: added default eclipse project settings

Elphel GIT logs - Thu, 11/30/2017 - 13:14
AndreyFilippov committed changes to the Elphel git project :
added default eclipse project settings

11/30/17 [x393][CMV300] by AndreyFilippov: added default eclipse project settings

Elphel GIT logs - Thu, 11/30/2017 - 13:12
AndreyFilippov committed changes to the Elphel git project :
added default eclipse project settings

10393

Wiki Recent Changes - Wed, 11/29/2017 - 17:09

‎Collection of manufacturing flaws

← Older revision Revision as of 00:09, 30 November 2017 (2 intermediate revisions by the same user not shown)Line 106: Line 106:     ==Collection of manufacturing flaws== ==Collection of manufacturing flaws== −<gallery widths=400 heights=500 mode=nolines caption="manufacturing flaws">+<gallery widths=300 heights=400 mode=nolines caption="manufacturing flaws">    File:10393 mflaw 1.jpg| Figure 1a. DC1 pin (closest) is bent up, not soldered   File:10393 mflaw 1.jpg| Figure 1a. DC1 pin (closest) is bent up, not soldered  + File:10393 mflaw 2.jpeg| Figure 1b. micro USB connector (J4) pins are not soldered  </gallery> </gallery>     [[Category:393]] [[Category:393]] Oleg

File:10393 mflaw 2.jpeg

Wiki Recent Changes - Wed, 11/29/2017 - 17:07

Oleg uploaded File:10393 mflaw 2.jpeg

New page

== Licensing ==
{{CC }} Oleg

10393

Wiki Recent Changes - Wed, 11/29/2017 - 16:38

‎Collection of manufacturing flaws

← Older revision Revision as of 23:38, 29 November 2017 (2 intermediate revisions by the same user not shown)Line 104: Line 104:  ==Known issues== ==Known issues==  * [http://wiki.elphel.com/index.php?title=SATA_issues SATA issues] * [http://wiki.elphel.com/index.php?title=SATA_issues SATA issues]  +  +==Collection of manufacturing flaws==  +<gallery widths=400 heights=500 mode=nolines caption="manufacturing flaws">  + File:10393 mflaw 1.jpg| Figure 1a. DC1 pin (closest) is bent up, not soldered  +</gallery>     [[Category:393]] [[Category:393]] Oleg

10393

Wiki Recent Changes - Wed, 11/29/2017 - 14:44

‎Collection of manufacturing flaws

← Older revision Revision as of 21:44, 29 November 2017 (One intermediate revision by the same user not shown)Line 104: Line 104:  ==Known issues== ==Known issues==  * [http://wiki.elphel.com/index.php?title=SATA_issues SATA issues] * [http://wiki.elphel.com/index.php?title=SATA_issues SATA issues]  +  +==Collection of manufacturing flaws==  +<gallery widths=400 heights=500 mode=nolines caption="manufacturing flaws">  + File:10393 mflaw 1.jpg| Figure 1a. DC1 pin is bent up, not soldered  +</gallery>     [[Category:393]] [[Category:393]] Oleg

File:10393 mflaw 1.jpg

Wiki Recent Changes - Wed, 11/29/2017 - 14:38

Oleg uploaded a new version of File:10393 mflaw 1.jpg

New page

Oleg

File:10393 mflaw 1.jpg

Wiki Recent Changes - Wed, 11/29/2017 - 14:27

Oleg uploaded File:10393 mflaw 1.jpg

New page

Oleg

Eclipse CDT projects with bitbake

Wiki Recent Changes - Wed, 11/29/2017 - 10:27

‎Initializing Eclipse Workspace for Existing (Cloned) Verilog Projects

← Older revision Revision as of 17:27, 29 November 2017 (One intermediate revision by the same user not shown)Line 66: Line 66:  ==Initializing Eclipse Workspace for Existing (Cloned) Projects== ==Initializing Eclipse Workspace for Existing (Cloned) Projects==  After running '''setup.py''' for the first time you may create the brand new workspace for Eclipse, that should have all necessary plugins (such as CDT and EGit at least) already installed. Workspace is created with '''setup_eclipse.py''' script, list of projects that it sets up is saved in '''setup_eclipse_paths.xml''' file. '''setup_eclipse.py''' provides usage information when launched without parameters, for normal run it requires full path to Eclipse installation - directory that contains '''eclipse''' executable and '''eclipse.ini''' configuration. Before running '''setup_eclipse.py''' Eclipse should have all the required plugins installed (at least CDT and EGit) using temporary workspace. After running '''setup.py''' for the first time you may create the brand new workspace for Eclipse, that should have all necessary plugins (such as CDT and EGit at least) already installed. Workspace is created with '''setup_eclipse.py''' script, list of projects that it sets up is saved in '''setup_eclipse_paths.xml''' file. '''setup_eclipse.py''' provides usage information when launched without parameters, for normal run it requires full path to Eclipse installation - directory that contains '''eclipse''' executable and '''eclipse.ini''' configuration. Before running '''setup_eclipse.py''' Eclipse should have all the required plugins installed (at least CDT and EGit) using temporary workspace.  +  + ./setup_eclipse.py &lt;eclipse_home&gt; &lt;workspace_path&gt;     '''setup_eclipse.py''' performs 2 actions: '''setup_eclipse.py''' performs 2 actions: Line 72: Line 74:     After creating a new workspace with '''setup_eclipse.py''' it can be opened with Eclipse, the projects you plan to use have to be indexed (right-click on the project in the Navigator ⇒ Index ⇒ Rebuild. After creating a new workspace with '''setup_eclipse.py''' it can be opened with Eclipse, the projects you plan to use have to be indexed (right-click on the project in the Navigator ⇒ Index ⇒ Rebuild.  +  +==Initializing Eclipse Workspace for Existing (Cloned) Verilog Projects==  +'''setup_eclipse.py''' can also be used to setup a separate workspace for the FPGA projects for the camera:  +  +*x393 - full camera RTL code and test benches. It has several active branches:  +** master - production camera code  +** dct - development branch for testing DCT-IV/DST-IV and CLT modules for image correction and 3d reconstruction  +** CMV300 - development for the high-speed CMOSIS sensor, will be used for other sensors with compatible interface  +*x393_sata - AHCI/SATA subsystem. The code is included in x393, this repository is for faster troubleshooting and may be used for other applications  +*x359 - FPGA code for [[10359|10359 sensor multiplexer]]  +  +These projects are now opened from the second instance of Eclipse IDE. [https://git.elphel.com/Elphel/vdt-plugin|VDT plugin] has to be installed first (imported to the workspace and set up). The Eclipse FPGA workspace is created with the following command issued from the elphel393 project directory:  + ./setup_eclipse.py &lt;eclipse_home&gt; &lt;workspace_fpga_path&gt; setup_eclipse_fpga_paths.xml  +where eclipse_home is the path to Eclipse installation and  workspace_fpga_path is a path to the new workspace (should be different from the workspace_path set earlier.  +The workspace_fpga_path should also be specified in Run Configuration -> Eclipse application of the "main" Eclipse.     ==Setting up New Project== ==Setting up New Project== Andrey.filippov

11/28/17 [x393][CMV300] by AndreyFilippov: merged with master

Elphel GIT logs - Tue, 11/28/2017 - 18:48
AndreyFilippov committed changes to the Elphel git project :
merged with master

11/28/17 [vdt-plugin][] by Andrey Filippov: Update README.md

Elphel GIT logs - Tue, 11/28/2017 - 18:01
Andrey Filippov committed changes to the Elphel git project :
Update README.md

11/28/17 [vdt-plugin][] by Andrey Filippov: Update README.md

Elphel GIT logs - Tue, 11/28/2017 - 18:00
Andrey Filippov committed changes to the Elphel git project :
Update README.md

11/28/17 [vdt-plugin][] by Andrey Filippov: Update README.md

Elphel GIT logs - Tue, 11/28/2017 - 17:59
Andrey Filippov committed changes to the Elphel git project :
Update README.md

11/28/17 [x393_sata][] by AndreyFilippov: fixed .gitignore

Elphel GIT logs - Tue, 11/28/2017 - 17:30
AndreyFilippov committed changes to the Elphel git project :
fixed .gitignore

11/28/17 [x393][CMV300] by AndreyFilippov: ignore .settings

Elphel GIT logs - Tue, 11/28/2017 - 17:13
AndreyFilippov committed changes to the Elphel git project :
ignore .settings

Pages

Subscribe to www3.elphel.com aggregator