Difference between revisions of "ECE597 Questions to Answer"

From eLinux.org
Jump to: navigation, search
m
Line 22: Line 22:
 
|-
 
|-
 
| A new demo image has been [http://groups.google.com/group/beagleboard/browse_thread/thread/7dba9497d735cbe9/df2e09c98c8b47a3?lnk=gst&q=new+image#df2e09c98c8b47a3 posted].  How do I get it into my ~/oe/Angstrom-dev area so I can work on it?
 
| A new demo image has been [http://groups.google.com/group/beagleboard/browse_thread/thread/7dba9497d735cbe9/df2e09c98c8b47a3?lnk=gst&q=new+image#df2e09c98c8b47a3 posted].  How do I get it into my ~/oe/Angstrom-dev area so I can work on it?
I don't see it in the /etc/init.d folder.
 
 
| Mark A. Yoder/
 
| Mark A. Yoder/
 
|  
 
|  
  
 
|}
 
|}

Revision as of 11:53, 26 March 2010


I'm seeking answers for these questions.

Question Asker/Answerer Answer
What is ELF? Mark A. Yoder/Chris Routh ECE597 Executable and Linkable Format (ELF)
Where does the x11vnc get started?

I don't see it in the /etc/init.d folder.

Mark A. Yoder/Cody Collins It looks like it is being started by X. If you look in /etc/X11/Xinit.d/ there is a file named 02vnc, which contains the following code:
#!/bin/sh
x11vnc  -q -bg -display :0 -forever -avahi
A new demo image has been posted. How do I get it into my ~/oe/Angstrom-dev area so I can work on it? Mark A. Yoder/