Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow 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 ?...
Altera_Forum
Honored Contributor
20 years agothe 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 ---