05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md
Andrey Filippov committed changes to the Elphel git project :
Update README.md
Update README.md
05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md
Andrey Filippov committed changes to the Elphel git project :
Update README.md
Update README.md
Using minicom to connect to Elphel393 camera
Created page with "Elphel393 series cameras have built-in USB to serial converter which allows users to get access to serial console. You need microUSB-USB cable to connect a camera to your PC and ..."
New page
Elphel393 series cameras have built-in USB to serial converter which allows users to get access to serial console. You need microUSB-USB cable to connect a camera to your PC and a terminal software installed on the PC. We use minicom on Kubuntu for this purpose so this short note will describe how to connect to a camera using minicom.First, you need to install minicom on the PC if have not done it before. Open a terminal on your PC and use the following command on Debian based systems like Ubuntu or Kubuntu:
~$sudo apt-get install minicom
or do the same with your preferred package manager.
minicom connects to a camera via /dev/ttyUSB0 device which is in ''dialout'' group by default:
~$ ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 May 14 14:26 /dev/ttyUSB0
You should add your user to ''dialout'' group to make it easier to connect to camera without root permissions:
~$ sudo adduser elphel dialout
[sudo] password for elphel:
Adding user `elphel' to group `dialout' ...
Adding user elphel to group dialout
Done.
Now user ''elphel'' is in group ''dialout'',
$ cat /etc/group | grep dialout
dialout:x:20:elphel
but new settings have not been applyed yet:
~$ groups
elphel adm sudo lpadmin sambashare libvirtd
You need to logout from the system and login again. Now your user is added to the group and new settings are applied:
~$ groups
elphel adm dialout sudo lpadmin sambashare libvirtd
The last step is minicom configuration. minicom tries to connect to a device which is specified in its configuration file /etc/minicom/minrc.dfl and this device is not what we are trying to connect to. If you start minicom with its default config file you will get an error:
~$ minicom -c on
minicom: cannot open /dev/tty8: Permission denied
It should be started in setup mode with root permissions:
~$ sudo minicom -s
Go to 'Serial port setup', change 'Serial Device' to /dev/ttyUSB0 and save configuration. Now you can start minicom
~$ minicom -c on
and it will connect to a camera. Mikhail
05/14/16 [linux-elphel][jtag] by Mikhail Karpenko: Merge testing branch 'cache'
Mikhail Karpenko committed changes to the Elphel git project :
Merge testing branch 'cache'
Merge testing branch 'cache'
05/14/16 [linux-elphel][jtag] by Mikhail Karpenko: Add L1 flush to tasklet
Mikhail Karpenko committed changes to the Elphel git project :
Add L1 flush to tasklet
Add L1 flush to tasklet
Poky 2.0 manual
Other dependencies:
← Older revision Revision as of 01:28, 14 May 2016 (4 intermediate revisions not shown)Line 9: Line 9: ==<font color="blue">Required packages</font>== ==<font color="blue">Required packages</font>== -* Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual]+* Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual] : +Ubuntu and Debian + + sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \ + build-essential chrpath socat libsdl1.2-dev xterm + + +Fedora + + sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \ + diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ + ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat \ + findutils which SDL-devel xterm + + +OpenSUSE + + sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \ + diffstat makeinfo python-curses patch socat libSDL-devel xterm + + +CentOS + + sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ + diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ + perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue SDL-devel xterm + +==<font color="blue">Other dependencies</font>== + + sudo apt-get install python-numpy ==<font color="blue">Output files</font>== ==<font color="blue">Output files</font>== Line 45: Line 74: * * <font size='2'> <font size='2'> - $ git clone https://github.com/Elphel/elphel393.git+ git clone https://github.com/Elphel/elphel393.git - $ cd elphel393+ cd elphel393 - $ ./setup.sh+ ./setup.sh - $ cd poky+ cd poky - $ . ./oe-init-build-env+ . ./oe-init-build-env - $ bitbake u-boot device-tree linux-xlnx core-image-elphel393+ bitbake u-boot device-tree linux-xlnx core-image-elphel393 </font> </font> Andrey.filippovElphel camera parts 0393-00
0393-00-25 - 10385 rev B power supply PCB assembly with 48V Traco:
← Older revision Revision as of 00:30, 14 May 2016 (2 intermediate revisions not shown)Line 7: Line 7: {{Cad4a|0393-00-21B}} {{Cad4a|0393-00-21B}} ---- ---- -=== 0393-00-22B - 10385 rev B power supply PCB assembly ===+=== 0393-00-22B - 10385 rev B power supply PCB assembly with 12V Traco === {{Cad4a|0393-00-22B}} {{Cad4a|0393-00-22B}} ---- ---- + === 0393-00-23A - 103891 rev A external synchronization and fan PCB assembly === === 0393-00-23A - 103891 rev A external synchronization and fan PCB assembly === {{Cad4a|0393-00-23A}} {{Cad4a|0393-00-23A}} Line 15: Line 16: === 0393-00-24 - 103892 Fan connector adapter PCB assembly === === 0393-00-24 - 103892 Fan connector adapter PCB assembly === {{Cad4a|0393-00-24}} {{Cad4a|0393-00-24}} +---- + +=== 0393-00-25B - 10385 rev B power supply PCB assembly with 48V Traco === +{{Cad4a|0393-00-22B}} ---- ---- Olga05/13/16 [linux-elphel][master] by Mikhail Karpenko: Add command to change frame dimentions
Mikhail Karpenko committed changes to the Elphel git project :
Add command to change frame dimentions
Add command to change frame dimentions
05/13/16 [x393][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/x393
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/x393
Merge branch 'master' of github.com:Elphel/x393
05/13/16 [x393][framepars] by Andrey Filippov: working on infrequent errors when cirbuf rolls over
Andrey Filippov committed changes to the Elphel git project :
working on infrequent errors when cirbuf rolls over
working on infrequent errors when cirbuf rolls over
05/12/16 [meta-elphel393][master] by Oleg Dzhimiev: Merge branch 'master' of https://github.com/Elphel/meta-elphel393
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of https://github.com/Elphel/meta-elphel393
Merge branch 'master' of https://github.com/Elphel/meta-elphel393
05/12/16 [meta-elphel393][master] by Oleg Dzhimiev: path to bitstreams corrected
Oleg Dzhimiev committed changes to the Elphel git project :
path to bitstreams corrected
path to bitstreams corrected
05/12/16 [x393][master] by Oleg Dzhimiev: install bitstreams
Oleg Dzhimiev committed changes to the Elphel git project :
install bitstreams
install bitstreams
05/12/16 [x393][framepars] by Andrey Filippov: added bitsteam selection to Python programs
Andrey Filippov committed changes to the Elphel git project :
added bitsteam selection to Python programs
added bitsteam selection to Python programs
05/12/16 [x393][framepars] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/x393
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/x393
Merge branch 'master' of github.com:Elphel/x393
05/12/16 [x393][framepars] by Andrey Filippov: replaced single x393.bit with x393_parallel.bit and x393_hispi.bit
Andrey Filippov committed changes to the Elphel git project :
replaced single x393.bit with x393_parallel.bit and x393_hispi.bit
replaced single x393.bit with x393_parallel.bit and x393_hispi.bit
05/12/16 [meta-elphel393][framepars] by Mikhail Karpenko: Merge branch 'master' of https://github.com/Elphel/meta-elphel393
Mikhail Karpenko committed changes to the Elphel git project :
Merge branch 'master' of https://github.com/Elphel/meta-elphel393
Merge branch 'master' of https://github.com/Elphel/meta-elphel393
05/12/16 [meta-elphel393][master-next] by Mikhail Karpenko: Add imgsrv and camogm to rootfs image, clean up device tree
Mikhail Karpenko committed changes to the Elphel git project :
Add imgsrv and camogm to rootfs image, clean up device tree
Add imgsrv and camogm to rootfs image, clean up device tree
05/12/16 [linux-elphel][master-next] by Mikhail Karpenko: Add timing helper function, invalidate cache from tasklet
Mikhail Karpenko committed changes to the Elphel git project :
Add timing helper function, invalidate cache from tasklet
Add timing helper function, invalidate cache from tasklet
05/12/16 [mechanical-parts][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/mechanical-parts
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/mechanical-parts
Merge branch 'master' of github.com:Elphel/mechanical-parts
Pages
