I wanna know if its possible to enable kernel debugging in Jetson AGX Orin card. I already checked this website : (Debugging the Kernel — Jetson Linux<br/>Developer Guide 34.1 documentation and also Tegra Linux Driver) and i compiled the source according to the this site and flashed it but the kernel debugging support is still not enabled on the flashed module. So i was wondering if the kernel debugging is still available in jetpack 5.1.1 (which is kernel version R35.3.1). If its still available what are the steps to enable debugging?
They should be the same.
It’s a general Linux thing instead of something specific to Jetson.
Please make sure you set all those kernel configs correctly.
doesn’t change after flashing. I guess it doesn’t flash the kernel image but i am not sure since it prints flashing successful at the end. The flashing command i use is this:
sudo ./flash.sh -r -K <path of the compiled kernel image> <path of the carrier board config> mmcblk0p1
The reason i am using this command rather than flashing it normally(using flash.sh without the additional -r -K arguments) is because it doesn’t boot when i flash it like that. Btw i checked the .config file in the kernel build directory and the kernel configs are set correctly there. What could be the issue?
The kernel partition is not used by default; instead, kernel image is loaded from rootfs as /boot/Image.
You need to replace this file rather than re-flash.
Please don’t just say it doesn't boot. Give more log, please.