KEXEC on ARM cortex-a15

Will Deacon will.deacon at arm.com
Tue Nov 20 11:02:19 EST 2012


On Tue, Nov 20, 2012 at 03:02:17PM +0000, Naresh Bhat wrote:
> Hi All,
> 
> I downloaded, compiled and installed bleeding edge GIT repository
> http://horms.net/projects/kexec/ on my Cortex-a15 target.
> After execution of below command the target hangs.
> 
> bash-4.2# kexec -f uImage --dtb=vexpress.dtb
> --command-line="root=/dev/nfs rw ip=dhcp -serial stdio
> console=ttyAMA0"
> Starting new kernel
> Bye!
> Uncompressing Linux...
> 
> Any idea why it is happening ?
> 
> i appreciate your help/any comments.
> 
> My kernel version is v3.4 from kernel.org
> vexpress.dtb - Is generated from vexpress-v2p-ca15_a7.dts

Your platform probably doesn't park the secondary CPUs correctly. Try
booting the kexec host kernel with 'nosmp' on the command line.

Will



More information about the linux-arm-kernel mailing list