How to enable debugging? #518
Unanswered
majunze2001
asked this question in
Q&A
Replies: 3 comments
-
how do you use gdb to debug this driver? can you please give me some blog or doc to learn? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions