sdssly 发表于 2005-12-29 09:19:02

模拟2410 linux2.6.14 启动问题

系统启动的时候 panic
panic("setup_timer: HZ is too small, cannot configure timer!");

有人遇到这个问题吗?

ksh 发表于 2005-12-29 09:52:15

So you can set HZ bigger, I guess.

sdssly 发表于 2005-12-29 11:03:02

启动后 cpu 100%
info stack后
#10xc002e46c in panic (fmt=0xc00ebc78 "setup_timer: HZ is too small, cannot configure timer!") at kernel/panic.c:97
#20xc0023b6c in s3c2410_timer_setup () at arch/arm/mach-s3c2410/time.c:221
#30xc0010b6c in s3c2410_timer_init () at arch/arm/mach-s3c2410/time.c:249
#40xc000f0b0 in time_init () at arch/arm/kernel/time.c:506
#50xc0008894 in start_kernel () at init/main.c:489

sdssly 发表于 2005-12-29 12:21:36

HZ的定义原来是200 我设置为400后,可以启动的更进一步。但是在local_irq_enable
函数内死机

这个函数是一个asm的 不知道是怎么回事?

我发现2.6中访问寄存器 好像使用一个virtual address 是0XF0000000以上,是不是在skyeye.conf中应该配置什么?
页: [1]
查看完整版本: 模拟2410 linux2.6.14 启动问题