qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Endless data flow on i2c bus


From: Paz Offer
Subject: Endless data flow on i2c bus
Date: Tue, 26 Mar 2024 16:04:08 +0000

Hi,

I am simulating an i2c slave device, listening on address 0x30.
My intention is that in the hosted Linux OS, my driver will communicate with this (simulated) HW device.

The problem I have is that ever since I start QEMU, and even before the hosted Linux OS was fully loaded, the device receives endless amount of data on the bus:
  • Few times stream of 7 bytes,
  • Few times stream of 9 bytes,
  • Repeat forever...

This continues even after Linux is loaded.

My question is how do I know what is this data and how to ignore it?

Many thanks,
Paz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]