In BSP README 12-README-fsl-t1xxx: ============================================ Note: please use vmlinux as a secondary kernel. It can be found in the build/linux-windriver/linux-<bsp name>-<kernel type>-build/ directory. kdump script: ================================================= KDUMP_KIMAGE="/boot/bzImage-${KDUMP_KVER}" KDUMP_CMDLINE="`cat /proc/cmdline`" KDUMP_CMDLINE_APPEND="kdump_needed maxcpus=1 irqpoll reset_devices" KDUMP_VMCORE_PATH="/var/crash/`date +"%Y-%m-%d"`" #get right kernel image march="`uname -m`" case ${march} in x86*|i?86) ;; *) KDUMP_KIMAGE="/boot/uImage-${KDUMP_KVER}" ;; esac
/lpg-build/cdc/fast_prod/wrlinux80RCPL/RCPL0002_LX03/wrlinux-8/wrlinux/configure --enable-board=fsl-t1xxx --enable-kernel=preempt-rt --enable-rootfs=glibc-std --enable-reconfig=yes --enable-jobs=8 --enable-parallel-pkgbuilds=8 --with-template=feature/kexec,feature/kdump;make fs