Forum Discussion

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

Booting problem on Altera board

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

1 Reply

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

    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