wrote:
> Hello Jason and thank you very much for your response,
>
> To be honest, I did not expect such many services to be initialized at
> booting time, just my Webcam driver and the udev system. So I could run
> my script to capture video, images, etc, located at the SD card.
>
> But the problem as you said is that I need the SD card to be mounted and
> that takes some time.
The best way I can think of to cut your startup time is to compile your
kernel with only the basics you require to boot the board and get the
webcam running. Everything else you can put into modules, also totally
bypass the init scripts and load your webcam software before doing
anything else. This approach might shave a few seconds off the boot.
--
Jason Stahls
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|