How to open low level kernel debug info in Linux bsp under Android -blog archive

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to open low level kernel debug info in Linux bsp under Android -blog archive

571 Views
oliver_chen
NXP Employee
NXP Employee

In old Freescale Linux release, you can easily found kernel low-level debugging functions options when you run command 'make menuconfig'. But in new release version, you can not see it directly. You can easily to enable this option by the following steps.

$ cd kernel_imx

$ make menuconfig

   kernel hacking ----> [*] kernel debugging  /* please select this option first, then you can find the next option */

                         ----> [*] kernel low-level debugging functions

Tags (1)
0 Kudos
0 Replies