Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

how to recongfig system ?

hi all:

I want to change some configure parameter in inittab file after boot nios2 linux.

Can I config the system again use the updated ininttab file?

If can what command support ?

Thanks a lot!

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    the init (uClinux-dist-test/user/init/simpleinit.c ) will do rc then inittab.

    so you can add your setup to rc, which may update the inittab then.

    <div class='quotetop'>QUOTE </div>

    --- Quote Start ---

    The simplified "init" program will run etc/rc and etc/inittab during startup.

    If you want to customize startup, you should update the files vendors/Altera/nios2nommu/ rc and inittab.[/b]

    --- Quote End ---