Hi,
I would like to ask if I can use kgdb kernel module debugging for for OMAP as was described for davnci processors in following TI's guifdeliness:
http://processors.wiki.ti.com/index.php/Debugging_on_DaVinci_using_kgdb
Thanks,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I would like to ask if I can use kgdb kernel module debugging for for OMAP as was described for davnci processors in following TI's guifdeliness:
http://processors.wiki.ti.com/index.php/Debugging_on_DaVinci_using_kgdb
Thanks,
Ran
Hi Ran,
The KGDB is a debugger for the Linux kernel. Its scope is not limited only for the DaVinci but the KGDB can be used with OMAP and other ARM processors and other various architectures also. For more details about KGDB usage read the linked articles:
https://kgdb.wiki.kernel.org/index.php/Main_Page
https://www.kernel.org/doc/htmldocs/kgdb/EnableKGDB.html
BR
Tsvetolin Shulev
Hi Cvetolin,
In The SDK there is no support for etherent kgdp (though this is the method used in TI's descrption), when trying to use the serial interface for kgdb it gives exception, so I'm not sure how I can use kgdb with SDK.
Thanks,
Ran