Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2 EXPANSION

10 bytes added, 12:20, 29 January 2013
m
no edit summary
}}
__TOC__
= Overview =
We will learn some basic tasks.
 
 
__TOC__
 
= What can I do<br> =
$ media-ctl -v --set-format '"OMAP3 ISP CCDC":1 [UYVY 720x480]' </pre>
*Export display
<pre>$ export DISPLAY=:0.0 </pre>
*Launch gstreamer
<pre>$ gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=8&nbsp;! video/x-raw-yuv,format=\(fourcc\)UYVY,width=720,height=480&nbsp;! ffmpegcolorspace&nbsp;! autovideosink</pre>
The following example writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 2:
<pre>$ i2cset -f -y 2 0x50 0x10 0x22$ i2cget -f -y 2 0x50 0x10</pre>
''From [[How to use EEPROM]]''
Now you can set up the interface (on all boards when using multiple IGEPv2 EXPANSION <span lang="en" id="result_box" class="short_text"><span title="Click for alternate translations" class="hps">connected to a CAN network simultaneously)</span></span>:<br>
/bin/$ ip link set can0 up type can bitrate 125000
If you want to receive CAN data, use:
$ candump can0
If you want to send CAN data, use:
$ cansend can0 -i 0x123 0xaa 0xbb 0xcc 0xdd
On the receiver side, you must see the following messages:
Switch roles and try it again.
''From [[How to use CAN bus]]''
== How to use VGA connector ==
0
edits