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++
12748 Discussions

Booting problem on Altera board

Altera_Forum
Honored Contributor II
1,127 Views

hi 

 

I am trying to boot uclinux on Altera Stratix 1s40 board there I am getting some initial prints but after that I am getting request_irq error which keeps repeating. 

 

Can any one tell me where I am making mistake or is some other thing is wrong. 

 

 

Following is the error which I got 

---------------------------------------------------------------------- 

request_irq: IRQ 0 from timer is not replaceable 

request_irq: IRQ 0 from timer is not replaceable 

request_irq: IRQ 0 from timer is not replaceable 

request_irq: IRQ 0 from timer is not replaceable 

request_irq: IRQ 0 from timer is not replaceable....... 

........ 

 

 

Thanks in advance 

 

Ankur
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
397 Views

UPDATE FOR ABOVE ISSUE 

 

 

When I remove comment ( "#" ) in  

FILE SYSTEM-> target -> etc -> inittab 

 

before# ttyS0:vt100:/bin/agetty 115200 ttyS0 

 

after  

ttyS0:vt100:/bin/agetty 115200 ttyS0 

 

it is now giving me Login prompt (Liunx boot is successful http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif )  

 

thanks 

 

Ankur
0 Kudos
Reply