-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Build IIO software trigger modules? #4984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
pelwell
added a commit
that referenced
this issue
Jul 20, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
pelwell
added a commit
that referenced
this issue
Jul 20, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
pelwell
added a commit
that referenced
this issue
Jul 20, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
Apologies - this is one of a number of issues from that time that have had no attention. All the current branches should now include the necessary config settings. so future builds will ship with the required modules. |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this issue
Jul 22, 2022
kernel: dtoverlays: Add nohdmi options to vc4-kms-v3d overlays raspberrypi/linux#5099 kernel: overlays: Make more overlays runtime-capable See: raspberrypi/linux#5101 kernel: overlays: Mark more overlays as Pi4-specific kernel: Revert ext4: make mb_optimize_scan performance mount option work with extents See: raspberrypi/linux#5097 kernel: configs: Enable IIO software trigger modules See: raspberrypi/linux#4984 kernel: configs: Enable IP_VS_IPV6 (for loadbalancing) See: raspberrypi/linux#2860 kernel: configs: Enable CEPH_FS=m See: raspberrypi/linux#2916 firmware: arm_loader: initramfs over NVME fix See: #1731
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this issue
Jul 22, 2022
kernel: dtoverlays: Add nohdmi options to vc4-kms-v3d overlays raspberrypi/linux#5099 kernel: overlays: Make more overlays runtime-capable See: raspberrypi/linux#5101 kernel: overlays: Mark more overlays as Pi4-specific kernel: Revert ext4: make mb_optimize_scan performance mount option work with extents See: raspberrypi/linux#5097 kernel: configs: Enable IIO software trigger modules See: raspberrypi/linux#4984 kernel: configs: Enable IP_VS_IPV6 (for loadbalancing) See: raspberrypi/linux#2860 kernel: configs: Enable CEPH_FS=m See: raspberrypi/linux#2916 firmware: arm_loader: initramfs over NVME fix See: raspberrypi/firmware#1731
popcornmix
pushed a commit
that referenced
this issue
Aug 1, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Aug 1, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Aug 1, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
herrnst
pushed a commit
to herrnst/linux-raspberrypi
that referenced
this issue
Aug 7, 2022
See: raspberrypi#4984 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Aug 15, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Aug 15, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
popcornmix
pushed a commit
that referenced
this issue
Aug 23, 2022
See: #4984 Signed-off-by: Phil Elwell <[email protected]>
I've used these triggers in the latest Bullseye OS. I suppose this issue can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
By making use of the
i2c-sensor
overlay for abme680
, theiio
subsystem creates files in/sys
for the sensor's outputs, which is lovely... but neglects the entire kernel-side infrastructure for collecting samples in ring buffers. Thebme680
does not, itself, export any triggers for this machinery, so it would be nice to have software-defined triggers available. Specifically, I think that means setting...Steps to reproduce the behaviour
Enable the
i2c-sensor
overlay for abme680
and observe thatiio_info
says "No trigger on this device" and enumerates no other triggers on the machine.Device (s)
Raspberry Pi Zero W / WH
System
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: