Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> The symptom is that the u-boot banner and prompt show up, blinking
> cursor and all ... > If I simply change the timer irq assignment in the mybd.h file to any > other irq (even unassigned ones), then everything works except for the > timer dependant function Sounds like your system is interrupt bound ... try reducing the the frequency of the timer interrupt. If you're using a full-featured timer, you can set CFG_NIOS_TMRCNT as needed. Regards, --Scott