[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] uclinux port to Multimedia board
Hi Didier,
didier delacretaz wrote:
> the value of the variable ticks in linux-2.4.x/init/main.c is allways
> the same (0), i think that the problem comes from the timer, but i can't
> find it. I checked the xparameters.h file and everything seems right.
> The CPU_CLK_FREQ is set with the correct value.
It seems like the timer interrupt is simply not running. Confirm you
have your timer peripheral connected to IRQ 0 (or have adjusted the
setup code appropriately if that's not the case).
If you can, connect the timer interrupt signal to an IO on the board,
and watch it with a scope or logic analyser (or use chipscope pro)
> with the bogomips computation loop commented, i was abble to boot
> further, and the system hangs after : Freeing init memory. Maybe those
> problems are connected.
No surprises there. Everything needs to work in sequence, otherwise
things break downstream. Fix the errors in order of occurrence :)
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/