• Home
Name Date Size #Lines LOC

..--

build/03-May-2024-12883

READMED03-May-2024993 2820

iio_utils.hD03-May-202415.6 KiB701595

stress_iio.cD03-May-202425.1 KiB1,052876

README

1Usage of inv_stress_iio:
2
3> inv_stress_iio:
4  this will run enable and disable sequence sequentially.
5  In the enable sequence, this will enable all the engines, output, and all dmp
6  events.
7  In the disable sequence, this will disable all but accel engine; all outputs
8  are disabled, only events are allowed.
9
10> inv_stress_iio -e 10 -d 1:
11  this set the enable sequence to 10 seconds and disable sequence for 1 seconds.
12
13> inv_stress_iio -c:
14  this includes the compass in the enable sequence when you have 9150 or other
15  secondary bus compass. It won't work for compasses on the primary bus.
16
17> inv_stress_iio -r:
18  this set the enable and disable sequences to last a random time. It is good
19  for stress test.
20
21> inv_stress_iio -m:
22  this enables motion interrupt during the disable sequence.
23  When this is enabled, the driver enters low power accel mode and disables all
24  other sensor output (including quaternion, gyro, accel, and compass.) in the
25  disabled sequence:
26
27
28