Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

11/09/18 [x3domlet][] by Oleg Dzhimiev: testing eigenthings

Elphel GIT logs - Fri, 11/09/2018 - 19:09
Oleg Dzhimiev committed changes to the Elphel git project :
testing eigenthings

11/07/18 [x3domlet][] by Oleg Dzhimiev: temporary increased iterations from 50 to 1000

Elphel GIT logs - Wed, 11/07/2018 - 18:24
Oleg Dzhimiev committed changes to the Elphel git project :
temporary increased iterations from 50 to 1000

11/07/18 [x3domlet][] by Oleg Dzhimiev: button for markers linking

Elphel GIT logs - Wed, 11/07/2018 - 18:23
Oleg Dzhimiev committed changes to the Elphel git project :
button for markers linking

11/07/18 [x3domlet][] by Oleg Dzhimiev: needed a new global variable for markers linking

Elphel GIT logs - Wed, 11/07/2018 - 18:23
Oleg Dzhimiev committed changes to the Elphel git project :
needed a new global variable for markers linking

11/07/18 [x3domlet][] by Oleg Dzhimiev: new button styling

Elphel GIT logs - Wed, 11/07/2018 - 18:22
Oleg Dzhimiev committed changes to the Elphel git project :
new button styling

11/07/18 [x3domlet][] by Oleg Dzhimiev: marker transparency from 0.0 to 0.3

Elphel GIT logs - Wed, 11/07/2018 - 18:21
Oleg Dzhimiev committed changes to the Elphel git project :
marker transparency from 0.0 to 0.3

11/07/18 [x3domlet][] by Oleg Dzhimiev: added links for map - scene markers

Elphel GIT logs - Wed, 11/07/2018 - 18:20
Oleg Dzhimiev committed changes to the Elphel git project :
added links for map - scene markers

10393 manual

Wiki Recent Changes - Mon, 11/05/2018 - 13:03

‎Controlling multiple cameras from single GUI

← Older revision Revision as of 20:03, 5 November 2018 Line 468: Line 468:  ===Controlling multiple cameras from single GUI=== ===Controlling multiple cameras from single GUI===  * [[Multi_camera_system_operation|Recording]] * [[Multi_camera_system_operation|Recording]]  +  +===Developers version's half enclosure===  +{|  +|valign='top'|[[File:10393 half enclosure 1.jpeg|thumb|200px]]  +|valign='top'|[[File:10393 half enclosure 2.jpeg|thumb|200px]]  +|}     ==<font color="blue">Known problems</font>== ==<font color="blue">Known problems</font>== Oleg

File:10393 half enclosure 2.jpeg

Wiki Recent Changes - Mon, 11/05/2018 - 12:58

Oleg uploaded File:10393 half enclosure 2.jpeg

New page

== Licensing ==
{{CC }} Oleg

File:10393 half enclosure 1.jpeg

Wiki Recent Changes - Mon, 11/05/2018 - 12:58

Oleg uploaded File:10393 half enclosure 1.jpeg

New page

== Licensing ==
{{CC }} Oleg

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 16:51

‎Quick instructions

← Older revision Revision as of 22:51, 26 October 2018 (4 intermediate revisions by the same user not shown)Line 15: Line 15:    cd fix_net_config   cd fix_net_config    ./host_script.sh 192.168.0.9</font>   ./host_script.sh 192.168.0.9</font> −* If the boot device is internal NAND flash, run '''shutdown -hP now''' to commit changes before power-cycling the camera. Not required if booted from uSD card.+Example output:  + <font size='1'>Copy data to the target...  + rootfs.tar.gz                                                                                                                                                                                                                               + 100%  925    0.9KB/s  00:00     + fix_net_config.py                                                                                                                                                                                                                           + 100% 2701    2.6KB/s  00:00     + Run fix_net_config.py from the target...  + Step 0: Start  + Step 1: Unpack  + Step 2: Read current network settings  + Settings for /etc/network/interfaces:  +  ipaddr:  192.168.0.9  +  netmask: 255.255.255.0  +  gateway: 192.168.0.15  + Step 3: Apply network settings to file  + Step 4: Overwrite filesystem  + Step 5: Request syncing (if boot from flash)  + NEXT:  +    * if boot from SD card - simply reboot  +    * if boot from flash -  +      ~$ ssh root@192.168.0.9  +      root@elphel393:~# shutdown -hP now  +      then powercycle  + Success</font>  +   +* To sync the changes to the file system:  + <font size=2>ssh root@192.168.0.9  + ''pass''</font>  +   + <font size=2>#boot from NAND flash?  + root@elphel393:~# shutdown -hP now  + #powercycle</font>  +   + <font size=2>#boot from card?  + root@elphel393:~# sync  + root@elphel393:~# reboot -f</font>  +   Next, any extra changes related to setting ip address, netmask or gateway made to '''''/etc/elphel393/init_elphel393.py''''' can be commented out or the original file can be used. Next, any extra changes related to setting ip address, netmask or gateway made to '''''/etc/elphel393/init_elphel393.py''''' can be commented out or the original file can be used.    Line 31: Line 67:       └──'''etc/network/interfaces'''    - network setup for eth0      └──'''etc/network/interfaces'''    - network setup for eth0  </font> </font> −  −      [[Category:393]] [[Category:393]] Oleg

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 16:32

‎Quick instructions

← Older revision Revision as of 22:32, 26 October 2018 (2 intermediate revisions by the same user not shown)Line 9: Line 9:  ==How to update network setup for '''20180511''' (or older firmware)== ==How to update network setup for '''20180511''' (or older firmware)==  ===Quick instructions=== ===Quick instructions=== −* Camera is online. The ip address can be any, e.g., 192.168.0.9+* Camera is online. The IP address can be any, e.g., 192.168.0.9 −* PC: in a terminal window (linux os) type the following commands:+* PC: in a terminal window (GNU/Linux OS) type the following commands:    <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz   <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz    tar -xzpf fix_net_config.tar.gz   tar -xzpf fix_net_config.tar.gz    cd fix_net_config   cd fix_net_config    ./host_script.sh 192.168.0.9</font>   ./host_script.sh 192.168.0.9</font> − +* If the boot device is internal NAND flash, run '''shutdown -hP now''' to commit changes before power-cycling the camera. Not required if booted from uSD card.  Next, any extra changes related to setting ip address, netmask or gateway made to '''''/etc/elphel393/init_elphel393.py''''' can be commented out or the original file can be used. Next, any extra changes related to setting ip address, netmask or gateway made to '''''/etc/elphel393/init_elphel393.py''''' can be commented out or the original file can be used.    Line 21: Line 21:  From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz]. From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz].  The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   −The python script will write the current configuration to '''''/etc/network/interfaces''''' and overwrite one of the init scripts to disable network+The python script will write the current configuration (IP, mask, default gateway for eth0) to '''''/etc/network/interfaces''''' and overwrite one of the init scripts to disable network  configuration in '''''/etc/elphel393/init_elphel393.py''''' on startup. configuration in '''''/etc/elphel393/init_elphel393.py''''' on startup.    <font size='2'>'''fix_net_config.tar.gz'''   <font size='2'>'''fix_net_config.tar.gz''' Andrey.filippov

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 16:25

‎Quick instructions

← Older revision Revision as of 22:25, 26 October 2018 (One intermediate revision by the same user not shown)Line 9: Line 9:  ==How to update network setup for '''20180511''' (or older firmware)== ==How to update network setup for '''20180511''' (or older firmware)==  ===Quick instructions=== ===Quick instructions=== −* Camera is online. The ip address can be any, e.g., 192.168.0.9+* Camera is online. The IP address can be any, e.g., 192.168.0.9 −* PC: in a terminal window (linux os) type the following commands:+* PC: in a terminal window (GNU/Linux OS) type the following commands:    <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz   <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz    tar -xzpf fix_net_config.tar.gz   tar -xzpf fix_net_config.tar.gz Line 21: Line 21:  From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz]. From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz].  The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   −The python script will write the current configuration to '''''/etc/network/interfaces''''' and overwrite one of the init scripts to disable network+The python script will write the current configuration (IP, mask, default gateway for eth0) to '''''/etc/network/interfaces''''' and overwrite one of the init scripts to disable network  configuration in '''''/etc/elphel393/init_elphel393.py''''' on startup. configuration in '''''/etc/elphel393/init_elphel393.py''''' on startup.    <font size='2'>'''fix_net_config.tar.gz'''   <font size='2'>'''fix_net_config.tar.gz''' Andrey.filippov

10393 manual

Wiki Recent Changes - Fri, 10/26/2018 - 16:04

‎Other info

← Older revision Revision as of 22:04, 26 October 2018 Line 389: Line 389:    root@elphel393:~# nano /etc/elphel393/init_elphel393.py   root@elphel393:~# nano /etc/elphel393/init_elphel393.py    edit line starting with ''IPADDR'' (and optionally ''IPMASK'')   edit line starting with ''IPADDR'' (and optionally ''IPMASK'') −  ''&lt;cntrl-O&gt;'' - to save changes+  ''&lt;ctrl-O&gt;'' - to save changes −  ''&lt;cntrl-X&gt;'' - to exit+  ''&lt;ctrl-X&gt;'' - to exit  </font> </font>  '''or''' '''or''' Oleg

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 15:51

‎How to update network setup for 20180511 (or older firmware)

← Older revision Revision as of 21:51, 26 October 2018 (2 intermediate revisions by the same user not shown)Line 15: Line 15:    cd fix_net_config   cd fix_net_config    ./host_script.sh 192.168.0.9</font>   ./host_script.sh 192.168.0.9</font>  +  +Next, any extra changes related to setting ip address, netmask or gateway made to '''''/etc/elphel393/init_elphel393.py''''' can be commented out or the original file can be used.     ===Description=== ===Description=== Oleg

10393 manual

Wiki Recent Changes - Fri, 10/26/2018 - 15:47

‎Other info

← Older revision Revision as of 21:47, 26 October 2018 Line 377: Line 377:     ==<font color="blue">Other info</font>== ==<font color="blue">Other info</font>==  +===Change default ip address (recommended way)===  +Modify '''''/etc/network/interfaces''''', sync the changes to the file system and reboot (or rerun init scripts).  +  +For firmware 20180511 or older, follow [[Fix_network_configuration|these instructions]] to fix network configuration (= disable setting ip address via '''/etc/elphel393/init_elphel393.py''').  +  ===Change default ip address=== ===Change default ip address===  * '''nano''' or '''vi''' * '''nano''' or '''vi''' Oleg

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 15:40

‎Description

← Older revision Revision as of 21:40, 26 October 2018 (5 intermediate revisions by the same user not shown)Line 1: Line 1:  ==Description== ==Description== −In the firmware [https://community.elphel.com/files/393/20180511/ '''20180511'''] and older the ip address and network mask of the camera are applied from ''/etc/elphel393/init_elphel393.py''+In the firmware [https://community.elphel.com/files/393/20180511/ '''20180511'''] (and older) the ip address and network mask of the camera are set by '''''/etc/elphel393/init_elphel393.py''''' −script overriding ''/etc/network/interfaces'', which appeared to have incorrect configuration.+script overriding '''''/etc/network/interfaces''''', which appeared to have incorrect configuration.    −In the newer firmware releases this functionality will be disabled to bring the network setup to a more traditional way, i.e. by modifying ''/etc/network/interfaces''.+In the newer firmware releases this functionality will be disabled to bring the network setup to a more traditional way, i.e. by modifying '''''/etc/network/interfaces'''''.      −==How to update network setup for '''20180511''' or older firmware==+Follow the instructions below to fix this for the older firmware.  +   +==How to update network setup for '''20180511''' (or older firmware)==  ===Quick instructions=== ===Quick instructions===  * Camera is online. The ip address can be any, e.g., 192.168.0.9 * Camera is online. The ip address can be any, e.g., 192.168.0.9 −* In a terminal window (linux os) type the following commnads:+* PC: in a terminal window (linux os) type the following commands:    <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz   <font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz    tar -xzpf fix_net_config.tar.gz   tar -xzpf fix_net_config.tar.gz Line 17: Line 19:  From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz]. From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz].  The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.   −The python script will write the current configuration to ''/etc/network/interfaces'' and overwrite one of the init scripts to disable network+The python script will write the current configuration to '''''/etc/network/interfaces''''' and overwrite one of the init scripts to disable network −configuration in ''/etc/elphel393/init_elphel393.py'' on startup.+configuration in '''''/etc/elphel393/init_elphel393.py''''' on startup.    <font size='2'>'''fix_net_config.tar.gz'''   <font size='2'>'''fix_net_config.tar.gz'''    ├── '''README.md'''            ├── '''README.md'''          Line 24: Line 26:    ├── '''fix_net_config.py'''            - unpacks '''rootfs.tar.gz''', replaces network configuration with the current one and copies all files to the root file system   ├── '''fix_net_config.py'''            - unpacks '''rootfs.tar.gz''', replaces network configuration with the current one and copies all files to the root file system    └── '''rootfs.tar.gz'''                - archive with 2 files   └── '''rootfs.tar.gz'''                - archive with 2 files −     ├──'''etc/init.d/init_elphel393''' - init script that disables network setup in ''/etc/elphel393/init_elphel393.py''+     ├──'''etc/init.d/init_elphel393''' - init script that disables network setup in '''''/etc/elphel393/init_elphel393.py'''''       └──'''etc/network/interfaces'''    - network setup for eth0      └──'''etc/network/interfaces'''    - network setup for eth0  </font> </font> Oleg

Fix network configuration

Wiki Recent Changes - Fri, 10/26/2018 - 15:29

Created page with "==Description== In the firmware [https://community.elphel.com/files/393/20180511/ '''20180511'''] and older the ip address and network mask of the camera are applied from ''/e..."

New page

==Description==
In the firmware [https://community.elphel.com/files/393/20180511/ '''20180511'''] and older the ip address and network mask of the camera are applied from ''/etc/elphel393/init_elphel393.py''
script overriding ''/etc/network/interfaces'', which appeared to have incorrect configuration.

In the newer firmware releases this functionality will be disabled to bring the network setup to a more traditional way, i.e. by modifying ''/etc/network/interfaces''.

==How to update network setup for '''20180511''' or older firmware==
===Quick instructions===
* Camera is online. The ip address can be any, e.g., 192.168.0.9
* In a terminal window (linux os) type the following commnads:
<font size='2'>wget https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz
tar -xzpf fix_net_config.tar.gz
cd fix_net_config
./host_script.sh 192.168.0.9</font>

===Description===
From a Linux PC, download [https://community.elphel.com/files/393/fix_network_config/fix_net_config.tar.gz fix_net_config.tar.gz].
The archive contains 2 scripts - one (shell) is run from the host PC, another (python) will be copied and automatically run on the camera.
The python script will write the current configuration to ''/etc/network/interfaces'' and overwrite one of the init scripts to disable network
configuration in ''/etc/elphel393/init_elphel393.py'' on startup.
<font size='2'>'''fix_net_config.tar.gz'''
├── '''README.md'''
├── '''host_script.sh''' - run from host pc: copies '''fix_net_config.py''' and '''rootfs.tar.gz''' then runs '''fix_net_config.py'''
├── '''fix_net_config.py''' - unpacks '''rootfs.tar.gz''', replaces network configuration with the current one and copies all files to the root file system
└── '''rootfs.tar.gz''' - archive with 2 files
├──'''etc/init.d/init_elphel393''' - init script that disables network setup in ''/etc/elphel393/init_elphel393.py''
└──'''etc/network/interfaces''' - network setup for eth0
</font>



[[Category:393]] Oleg

10/25/18 [elphel-init][] by Oleg Dzhimiev: added interfaces generation to makefile

Elphel GIT logs - Thu, 10/25/2018 - 15:57
Oleg Dzhimiev committed changes to the Elphel git project :
added interfaces generation to makefile

10/25/18 [meta-elphel393][master-next] by Oleg Dzhimiev: moving network setup to network/interfaces

Elphel GIT logs - Thu, 10/25/2018 - 15:54
Oleg Dzhimiev committed changes to the Elphel git project :
moving network setup to network/interfaces

Pages

Subscribe to www3.elphel.com aggregator