Difference between revisions of "ECE497 Notes on Creating the ICASSP Image"

From eLinux.org
Jump to: navigation, search
(opkg: Added htop)
(/home/root: Added autogain)
Line 24: Line 24:
  
 
I'm populating /home/root with things.  I'll zip it up and send a copy when it is done.
 
I'm populating /home/root with things.  I'll zip it up and send a copy when it is done.
 +
 +
Once copied do:
 +
<pre>
 +
$ cp bin/gles2_bc_autogain /usr/bin
 +
</pre>
 +
This will set the autogain on the PS EYE web cam when running the spinning cube demo.
  
 
== GStreamer ==
 
== GStreamer ==

Revision as of 12:51, 14 May 2011


Here's the changes I've made to the image Daniel sent me.


Serial port garbage

This fixed the problem. I'll keep testing to be sure it's really needed.

I have simply added the following two lines to root's .profile:

stty -parenb -parodd cs8 -inpck -istrip 
echo 0 > /sys/class/tty/ttyS2/device/sleep_timeout

A better fix would probably be to just add the second line to a rc.d startup script somewhere.

This suggestion came from this posting.

Removed TI proxy

In the browser, under Edit menu, Preferences, then the network tab.

/home/root

I'm populating /home/root with things. I'll zip it up and send a copy when it is done.

Once copied do:

$ cp bin/gles2_bc_autogain /usr/bin

This will set the autogain on the PS EYE web cam when running the spinning cube demo.

GStreamer

I'm not presenting GStreamer, but I'd like to have the demos. Lots of media at /usr/share/gst-media

opkg

I've installed the following via opkg

$ opkg update
$ opkg install synergy
$ opkg install gnome-mplayer
$ opkg install htop

Make bash the default shell

chsh -s bash root