[linux-yocto] reboot system after kernel panic

2013-07-10 Thread Lai Eddy
I want my system reboot after kernel panic,
have add kernel.panic=1 to the end of /etc/sysctl.conf
but the system still keep halted after panic
anything I can do to force the system reboot ASAP after panic?
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] reboot system after kernel panic

2013-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 3:49 AM, Lai Eddy eddy.lai...@gmail.com wrote:
 I want my system reboot after kernel panic,
 have add kernel.panic=1 to the end of /etc/sysctl.conf
 but the system still keep halted after panic
 anything I can do to force the system reboot ASAP after panic?

What's your BSP ? I've seen boards that refuse to boot on panic and require
a full reset.

Cheers,

Bruce


 ___
 linux-yocto mailing list
 linux-yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/linux-yocto




--
Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] reboot system after kernel panic

2013-07-10 Thread Lai Eddy
jasperforest x86_64
have now make the kernel reboot after panic
by adding kernel.panic_on_oops = 1  to /etc/sysctl.conf


2013/7/11 Bruce Ashfield bruce.ashfi...@gmail.com

 On Wed, Jul 10, 2013 at 3:49 AM, Lai Eddy eddy.lai...@gmail.com wrote:
  I want my system reboot after kernel panic,
  have add kernel.panic=1 to the end of /etc/sysctl.conf
  but the system still keep halted after panic
  anything I can do to force the system reboot ASAP after panic?

 What's your BSP ? I've seen boards that refuse to boot on panic and require
 a full reset.

 Cheers,

 Bruce

 
  ___
  linux-yocto mailing list
  linux-yocto@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/linux-yocto
 



 --
 Thou shalt not follow the NULL pointer, for chaos and madness await
 thee at its end
 ___
 linux-yocto mailing list
 linux-yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/linux-yocto

___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto