How to enable debugging? #518
Unanswered
majunze2001
asked this question in
Q&A
Replies: 5 comments
|
how do you use gdb to debug this driver? can you please give me some blog or doc to learn? |
0 replies
|
You can debug it the same way you debug any Linux kernel driver for which you have the source code. Note that you cannot debug the GSP-RM firmware itself, because Nvidia does not provide the tools for that. |
0 replies
|
|
0 replies
|
Try: |
0 replies
|
How to see more debug prints in dmesg? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I build the driver with debug symbols? I tried to gdb on the kernel, but it seemed the module did not export any symbols.
All reactions