On 14-10-17 07:10 AM, Wenxi Jin wrote:
Hi,

I managed to build a working vmlinux.gz file based on the vmlinux.bin file.
Now I would like to try to enable debugger in linux kernel and later in
device driver.
However, I set KERNEL_IMAGETYPE = vmlinux. Somehow yocto still provides
a vmlinux.bin file.

What release are you using ? the kernel do_install always puts vmlinux
in /boot as vmlinux-<version>.

Is it that file you are seeing stripped ? The do_strip routines in
kernel.bbclass avoid processing vmlinux, unless you explicitly set
KERNEL_IMAGE_STRIP_EXTRA_SECTIONS .. so it really should be ignored.

Bruce




I guess what I should do is:
kernel_do_deploy_append = {
      /* Some tune here */
}

Could someone help me on this! SO MUCH Appreciate. :)

--
Best regards,
Wenxi Jin




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

Reply via email to