--- In Kevin Cozens <> wrote:
>
> wkevinlogan wrote:
> > I am trying to find the script file to modify or create that will
> > start my application automatically after booting from the onboard
> > flash on a TS-7400.
>
> On a TS-7250 the start-up files for the board live in the /etc/rc.d
directory.
> The main one is rcS.sysinit. I added a command near the bottom of
that file to
> run /etc/rc.d/rc.local and created and an rc.local file with the
commands
> needed to start my application on power up of the board.
>
> Hope that helps.
>
> --
> Cheers!
>
> Kevin.
>
> http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
> Owner of Elecraft K2 #2172 |"Same thing we always do, Pinkutus:
> | Try to assimilate the world!"
> #include <disclaimer/favourite> | -Pinkutus & the Borg
>
I will have to give this a try. What I ended up doing earlier today:
1. Create AutoStart script file to call my app in
/etc/init.d and set the permissions to make it executable
2. in /etc/rc.d/rc3.d directory, I created a link:
ln -sf /etc/init.d/AutoStart S95AutoStart
This definetly works, but I forgot that I didn't have a way to exit my
app gracefully (ctrl-c always works), so now I have a board that runs
the app, but I can't get out of it. I am about to re-flash the board
with the 9441 board...
2.
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/
|