Hello, I'm trying to make use of kexec on a couple of boards, a P1020rdb and a custom P1011 board. My first attempts seem to report this "Can't add kernel to addr 0x00000000". What is kexec trying to tell me? Looking for a pointer here, thanks. JH [root at P1020RDB jlhagen]# cat /proc/cmdline root=/dev/ram rw crashkernel=128M at 32M console=ttyS0,115200 ramdisk_size=600000 [root at P1020RDB jlhagen]# dmesg | grep -i reser Reserving 128MB of memory at 32MB for crashkernel (System RAM: 512MB) [root at P1020RDB jlhagen]# ls -al /proc/device-tree/memory/ dr-xr-xr-x 2 root root 0 Jan 1 00:11 . dr-xr-xr-x 10 root root 0 Jan 1 00:11 .. -r--r--r-- 1 root root 7 Jan 1 00:11 device_type -r--r--r-- 1 root root 7 Jan 1 00:11 name -r--r--r-- 1 root root 16 Jan 1 00:11 reg [root at P1020RDB jlhagen]# ./kexec -t uImage-ppc -l uImage-3.0.3 --dtb=./p1020rdb.dtb kernel: 0x4802f008 kernel_size: 24bda4 Can't add kernel to addr 0x00000000 len 8182336 Cannot load uImage-3.0.3 [root at P1020RDB jlhagen]# ./kexec -p -t uImage-ppc uImage-3.0.3 kernel: 0x4802f008 kernel_size: 24bda4 Can't add kernel to addr 0x00000000 len 8182336 Cannot load uImage-3.0.3