I am trying to get the MAX30102 heart sensor to run and have recompiled the kernel with the necessary module. I have loaded the follwing modules to be sure
i2c_dev
i2c-bmc2708
i2c-bmc2835
industrialio
max30102
I can verify this with lsmod
Module …
I'm trying to build a NixOS image for my Raspberry Pi 4b with the dwc2 device tree overlay applied.
Per advice from the #nixos-aarch64 IRC channel, doing this the Nix Way calls for configuring hardware.deviceTree, and letting the build process apply…
Why DMA uses bus address rather than physical address?
And do we provide bus address or physical address in the device tree?
Where do we get to know these addresses that needs to be provided to the device tree?
What is the best way to check at run time if a device tree overlay is loaded?
I've found info about checking individual GPIO pin status, and info about how to load the overlay (via config.txt), but I'm not finding info about how to check if the…