How to enable debugging? #518
Replies: 4 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.
-
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.
-
|
Beta Was this translation helpful? Give feedback.
-
Try:
|
Beta Was this translation helpful? Give feedback.
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