Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

06/23/16 [unmodified_veditor_1_2_0_clone][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Thu, 06/23/2016 - 20:45
Andrey Filippov committed changes to the Elphel git project :
Update README.md

06/23/16 [elphel-apps-camogm][master] by Mikhail Karpenko: Add free disk space detection

Elphel GIT logs - Thu, 06/23/2016 - 20:44
Mikhail Karpenko committed changes to the Elphel git project :
Add free disk space detection

06/23/16 [unmodified_veditor_1_2_0_clone][master] by AndreyFilippov: added LineBackgroundPainter.java from CDT project as it has the same EPL

Elphel GIT logs - Thu, 06/23/2016 - 20:43
AndreyFilippov committed changes to the Elphel git project :
added LineBackgroundPainter.java from CDT project as it has the same EPL

06/23/16 [meta-elphel393][master-next] by Oleg Dzhimiev: 1. disabled pyc generation

Elphel GIT logs - Thu, 06/23/2016 - 20:30
Oleg Dzhimiev committed changes to the Elphel git project :
1. disabled pyc generation

Tmp manual

Wiki Recent Changes - Thu, 06/23/2016 - 19:57

Proper shutdown:

← Older revision Revision as of 01:57, 24 June 2016 (6 intermediate revisions not shown)Line 22: Line 22: ==<font color="blue">Boot</font>== ==<font color="blue">Boot</font>== -* on power-on boots from NAND flash: u-boot, device tree and kernel.+* [default behavior] on power-on the camera boots from NAND flash: u-boot, device tree and kernel. -devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition.+devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition. Thus, the &mu;SD card must be inserted.  +* boot from &mu;SD card only options:  +** A modified card that doesn't lock the mechanical CD pin in the slot - it's done by carefully rubbing down the corner (see Fig.2) - most cards have circuitry there and get damaged.  +** &mu;USB-to-USB cable: in Linux compile [https://sourceforge.net/p/elphel/cp210x_gpio/ci/master/tree/ this driver], connect camera to PC, reload the driver then type:  + ./cp210x_gpio.py 0x6;  + ./cp210x_gpio.py 0xe;  +{|  +|[[File:Recover mmc.jpeg|130px|thumb|Fig.2 Recovery &mu;SD card]]  +|} ==<font color="blue">Command line access</font>== ==<font color="blue">Command line access</font>== Line 109: Line 117: ==<font color="blue">Proper shutdown</font>== ==<font color="blue">Proper shutdown</font>==  +* if not properly shutdown - &mu;SD might get corrupted (run '''sync''' at least)   shutdown -hP now   shutdown -hP now Oleg

06/23/16 [meta-elphel393][master-next] by Oleg Dzhimiev: 1. install imgsrv 2. link bitstream to /tmp/

Elphel GIT logs - Thu, 06/23/2016 - 19:40
Oleg Dzhimiev committed changes to the Elphel git project :
1. install imgsrv 2. link bitstream to /tmp/

06/23/16 [x393][master] by Oleg Dzhimiev: 1.install imgsrv to /www/pages 2.default bitstream path=/tmp/

Elphel GIT logs - Thu, 06/23/2016 - 19:39
Oleg Dzhimiev committed changes to the Elphel git project :
1.install imgsrv to /www/pages 2.default bitstream path=/tmp/

Tmp manual

Wiki Recent Changes - Thu, 06/23/2016 - 17:22

Boot:

← Older revision Revision as of 23:22, 23 June 2016 (5 intermediate revisions not shown)Line 22: Line 22: ==<font color="blue">Boot</font>== ==<font color="blue">Boot</font>== -* on power-on boots from NAND flash: u-boot, device tree and kernel.+* [default behavior] on power-on the camera boots from NAND flash: u-boot, device tree and kernel. -devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition.+devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition. Thus, the &mu;SD card must be inserted.  +* boot from &mu;SD card only options:  +** A modified card that doesn't lock the mechanical CD pin in the slot - it's done by carefully rubbing down the corner (see Fig.2) - most cards have circuitry there and get damaged.  +** &mu;USB-to-USB cable: in Linux compile [https://sourceforge.net/p/elphel/cp210x_gpio/ci/master/tree/ this driver], connect camera to PC, reload the driver then type:  + ./cp210x_gpio.py 0x6;  + ./cp210x_gpio.py 0xe;  +{|  +|[[File:Recover mmc.jpeg|130px|thumb|Fig.2 Recovery &mu;SD card]]  +|} ==<font color="blue">Command line access</font>== ==<font color="blue">Command line access</font>== Oleg

Tmp manual

Wiki Recent Changes - Thu, 06/23/2016 - 15:51

Boot:

← Older revision Revision as of 21:51, 23 June 2016 (3 intermediate revisions not shown)Line 22: Line 22: ==<font color="blue">Boot</font>== ==<font color="blue">Boot</font>== -* on power-on boots from NAND flash: u-boot, device tree and kernel.+* (default) on power-on the camera boots from NAND flash: u-boot, device tree and kernel. devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition. devicetree has "chosen = ...root=/dev/mmcblk0p2..." - rootfs is on the micro SD card second partition.  +* boot from &mu;SD card only options:  +** A modified card that doesn't lock the mechanical CD pin in the slot - it's done by carefully rubbing down the corner (see Fig.2) - most cards have circuitry there and get damaged.  +** &mu;USB-to-USB cable: in Linux compile [https://sourceforge.net/p/elphel/cp210x_gpio/ci/master/tree/ this driver], connect camera to PC, reload the driver then type:  + ./cp210x_gpio.py 0x6;  + ./cp210x_gpio.py 0xe;  +{|  +|[[File:Recover mmc.jpeg|130px|thumb|Fig.2 Recovery &mu;SD card]]  +|} ==<font color="blue">Command line access</font>== ==<font color="blue">Command line access</font>== Oleg

File:Recover mmc.jpeg

Wiki Recent Changes - Thu, 06/23/2016 - 15:29

uploaded "[[File:Recover mmc.jpeg]]"

Oleg

06/23/16 [meta-elphel393][master-next] by Oleg Dzhimiev: mmcs like sync

Elphel GIT logs - Thu, 06/23/2016 - 14:59
Oleg Dzhimiev committed changes to the Elphel git project :
mmcs like sync

06/23/16 [elphel-apps-camogm][framepars] by Mikhail Karpenko: Update doxygen documentation

Elphel GIT logs - Thu, 06/23/2016 - 12:55
Mikhail Karpenko committed changes to the Elphel git project :
Update doxygen documentation

06/22/16 [elphel-apps-camogm][framepars] by Mikhail Karpenko: Clean up includes

Elphel GIT logs - Wed, 06/22/2016 - 22:34
Mikhail Karpenko committed changes to the Elphel git project :
Clean up includes

06/22/16 [elphel-apps-camogm][master-initial] by Mikhail Karpenko: Update doxygen documentation

Elphel GIT logs - Wed, 06/22/2016 - 22:10
Mikhail Karpenko committed changes to the Elphel git project :
Update doxygen documentation

06/22/16 [elphel-apps-camogm][framepars] by Mikhail Karpenko: Create JPEG file names from Exif data

Elphel GIT logs - Wed, 06/22/2016 - 21:25
Mikhail Karpenko committed changes to the Elphel git project :
Create JPEG file names from Exif data

Poky 2.0 manual

Wiki Recent Changes - Wed, 06/22/2016 - 21:14

About:

← Older revision Revision as of 03:14, 23 June 2016 Line 6: Line 6: * Yocto Poky revision = 2.0 * Yocto Poky revision = 2.0 -* Host OS = Kubuntu 14.04.3 LTS x64+* Host OSes:  +** Kubuntu 14.04.3 LTS x64 (until June 2016)  +** Kubuntu 16.04 x64 (as of June 2016) ==<font color="blue">Required packages</font>== ==<font color="blue">Required packages</font>== Oleg

Tmp manual

Wiki Recent Changes - Wed, 06/22/2016 - 21:11

Firmware image:

← Older revision Revision as of 03:11, 23 June 2016 Line 112: Line 112: ==<font color="blue">Firmware image</font>== ==<font color="blue">Firmware image</font>== -* [http://community.elphel.com/files/393/20160614/ 20160614 (new)]+* [http://community.elphel.com/files/393/20160622/ 20160622 (new)]  +* [http://community.elphel.com/files/393/20160614/ 20160614 (old)] * [http://community.elphel.com/files/393/20160607/ 20160607 (old)] * [http://community.elphel.com/files/393/20160607/ 20160607 (old)] * [http://community.elphel.com/files/393/20160601/ 20160601 (old)] * [http://community.elphel.com/files/393/20160601/ 20160601 (old)] Oleg

06/22/16 [meta-elphel393][master-next] by Oleg Dzhimiev: 1. correcred argument for current temperature value

Elphel GIT logs - Wed, 06/22/2016 - 19:59
Oleg Dzhimiev committed changes to the Elphel git project :
1. correcred argument for current temperature value

06/22/16 [meta-elphel393][master-next] by Oleg Dzhimiev: 1. labels

Elphel GIT logs - Wed, 06/22/2016 - 19:32
Oleg Dzhimiev committed changes to the Elphel git project :
1. labels

06/22/16 [meta-elphel393][framepars] by Oleg Dzhimiev: 1. added timeout for getting images in setup 2. /dev/sda,b temperatures

Elphel GIT logs - Wed, 06/22/2016 - 19:30
Oleg Dzhimiev committed changes to the Elphel git project :
1. added timeout for getting images in setup 2. /dev/sda,b temperatures

Pages

Subscribe to www3.elphel.com aggregator