Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

how to recongfig system ?

Altera_Forum
Honored Contributor II
1,048 Views

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!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
324 Views

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 ---  

0 Kudos
Reply