2020-08-08 12:19 AM
Could you give me some advice on how to debug the kernel through KGDB,
2020-08-10 12:55 AM
Hello @Wjian.1 ,
You have to enable the KGDB tool in the Kernel Menuconfig. Go to "Kernel Hacking" and then enable "KGDB: kernel debugger"
https://wiki.st.com/stm32mpu/wiki/Menuconfig_or_how_to_configure_kernel
You can find more informations for using KGDB at this link:
https://mirrors.edge.kernel.org/pub/linux/kernel/people/jwessel/kdb/
Regards,
Armand