linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux kernel reboot issue
       [not found] <mailman.327.1141665606.16671.linuxppc-embedded@ozlabs.org>
@ 2006-03-17 15:35 ` jimmy liu
  2006-03-17 21:19   ` Jeff Angielski
  2006-03-18  0:21   ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: jimmy liu @ 2006-03-17 15:35 UTC (permalink / raw)
  To: linuxppc-embedded

Our custom board is similar as EST8260. We use Linux
Kernel 2.4.25 from ftp://ftp.denx.de/pub/linux/. When
we type the reboot command or shutdown -r, we got the
following error messages. Does anybody has idea? 

The system is going down NOW !!
Sending SIGTERM to all processeTerminated
Sending SIGKILL to all processes.
Please stand by while rebooting the system.
Restarting systemsteOops: Exception in kernel mode,
sig: 4
NIP: FFF00100 XER: 00000000 LR: FFF00100 SP: C0EDDDF0
REGS: c0eddd40 TRAP: 0700    Not tainted
MSR: 00081002 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00
TASK = c0edc000[34] 'init' Last syscall: 2
last math 00000000 last altivec 00000000
GPR00: 00001032 C0EDDDF0 C0EDC000 001EDA88 FFF00100
00001002 000037D0 00000000
GPR08: C0374060 C000C024 0000C000 00100088 0000000D
10064B24 00000000 00000000
GPR16: 00000000 00000000 00000000 00000000 00009032
00EDDF40 00000000 C0003EA8
GPR24: C0003C00 100034DC 7FFFFF38 00000001 7FFFFF24
00000000 FFF00100 00000000
Call backtrace:
00000000



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux kernel reboot issue
  2006-03-17 15:35 ` Linux kernel reboot issue jimmy liu
@ 2006-03-17 21:19   ` Jeff Angielski
  2006-03-18  0:21   ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Angielski @ 2006-03-17 21:19 UTC (permalink / raw)
  To: jimmy liu; +Cc: linuxppc-embedded

On Fri, 2006-03-17 at 07:35 -0800, jimmy liu wrote:
> Our custom board is similar as EST8260. We use Linux
> Kernel 2.4.25 from ftp://ftp.denx.de/pub/linux/. When
> we type the reboot command or shutdown -r, we got the
> following error messages. Does anybody has idea? 

Check your m8260_setup.c file for m8260_restart() and make sure the code
matches your flash configuration.  Specifically, the startaddr.

Other than that, did you look in your system map to check the PC against
the exception to find our which piece of code is causing this?

HTH,
Jeff Angielski
The PTR Group

> 
> The system is going down NOW !!
> Sending SIGTERM to all processeTerminated
> Sending SIGKILL to all processes.
> Please stand by while rebooting the system.
> Restarting systemsteOops: Exception in kernel mode,
> sig: 4
> NIP: FFF00100 XER: 00000000 LR: FFF00100 SP: C0EDDDF0
> REGS: c0eddd40 TRAP: 0700    Not tainted
> MSR: 00081002 EE: 0 PR: 0 FP: 0 ME: 1 IR/DR: 00
> TASK = c0edc000[34] 'init' Last syscall: 2
> last math 00000000 last altivec 00000000
> GPR00: 00001032 C0EDDDF0 C0EDC000 001EDA88 FFF00100
> 00001002 000037D0 00000000
> GPR08: C0374060 C000C024 0000C000 00100088 0000000D
> 10064B24 00000000 00000000
> GPR16: 00000000 00000000 00000000 00000000 00009032
> 00EDDF40 00000000 C0003EA8
> GPR24: C0003C00 100034DC 7FFFFF38 00000001 7FFFFF24
> 00000000 FFF00100 00000000
> Call backtrace:
> 00000000
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux kernel reboot issue
  2006-03-17 15:35 ` Linux kernel reboot issue jimmy liu
  2006-03-17 21:19   ` Jeff Angielski
@ 2006-03-18  0:21   ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2006-03-18  0:21 UTC (permalink / raw)
  To: jimmy liu; +Cc: linuxppc-embedded

In message <20060317153550.19366.qmail@web53111.mail.yahoo.com> you wrote:
> Our custom board is similar as EST8260. We use Linux
> Kernel 2.4.25 from ftp://ftp.denx.de/pub/linux/. When
> we type the reboot command or shutdown -r, we got the
> following error messages. Does anybody has idea? 

Your board may be similar, but it is obviously not identical  to  the
EST8260.  You  must  port  Linux  to your hardware, not just use some
"similar" board configuration.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The idea of male and female are universal constants.
	-- Kirk, "Metamorphosis", stardate 3219.8

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-18  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.327.1141665606.16671.linuxppc-embedded@ozlabs.org>
2006-03-17 15:35 ` Linux kernel reboot issue jimmy liu
2006-03-17 21:19   ` Jeff Angielski
2006-03-18  0:21   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).