150balbes / Jetson-Nano

Kernel Jetson Nano
Other
147 stars 125 forks source link

When Phicomm-n1 is under no load, the system load is around 2 #9

Closed Hnmtc closed 5 years ago

Hnmtc commented 5 years ago

When Phicomm-n1 is under no load, the system load is around 2 Is there a patch that can be fixed?

150balbes commented 5 years ago

It is not clear what system, what kernel. And you need to see what processes are running (that spends resources).

Hnmtc commented 5 years ago

load average: 2.46 2.43 2.37 System Debian Kernel 5.0.0 irq/38-0.200908 CPU: 10% kworker/0:0+eve CPU: 2.6% kworker/0:3-eve CPU: 1.6%

150balbes commented 5 years ago

kworker/0:0+eve CPU: 2.6%

This element is associated with interrupts. There are recipes on the Internet how to determine which firmware the activity may be associated with and how to disable them.

Hnmtc commented 5 years ago

Return to normal after deleting the following code: arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts / interrupt-parent = <&gpio_intc>; interrupts = <29 IRQ_TYPE_LEVEL_LOW>; /