I realized that there is a constant CPU usage of around 10% due to two processes on both my Jetson AGX Orins:
irq/297-1-0008
sugov:8
Now IRQ 297 seems to ‘fire’ around 800 times per second, according to watch -n 1 grep 297: /proc/interrupts, and seems to be GPIO-related. Since I am not really familiar with how GPIOs work on this board I don’t know if this is intended behaviour or not.
My question is this: Can this somehow be stopped? We don’t need the GPIOs, so we could turn them off completely.
I checked the CPU usage using htop, but top shows the same. Also programs of a colleague ran measurably slower, if they were running on the affected CPU core.
Attached you will find a dump of /proc/interrupts. The line in question is 161.