Jump to content

How to snoop I2C bus communications: Difference between revisions

(Created page with "== I2C bus snooping == Viewing the I2C communications being done can be useful in finding errors. The data transferred by the system over the I2C bus can be snooped using the kernel's <code>FTRACE</code>. The following settings should be enabled in the kernel in order to access the I2C logs (these are enabled by default in Jetpacks): <pre> CONFIG_FTRACE CONFIG_ENABLE_DEFAULT_TRACERS </pre> To enable the i2c tracing, use the following command: <pre> echo 1 >/sys/kernel...")
 
 
Line 43: Line 43:
== References ==
== References ==
* [https://linuxtv.org/wiki/index.php/Bus_snooping/sniffing LinuxTvWiki - Bus snooping/sniffing]
* [https://linuxtv.org/wiki/index.php/Bus_snooping/sniffing LinuxTvWiki - Bus snooping/sniffing]
[[Category:Whitepaper]]
84

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.