Skip to content

Instantly share code, notes, and snippets.

@kemadz
Created June 2, 2019 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemadz/b510dacd6c1380a40d29390ce4935173 to your computer and use it in GitHub Desktop.
Save kemadz/b510dacd6c1380a40d29390ce4935173 to your computer and use it in GitHub Desktop.

Fix high load average

# search for `interrupt-controller@9880`, comment out the last line of the section, e.g. `phandle = <0x1e>;`
pushd /boot/dtb
dtc -I dtb -O dts -o n1.dts meson-gxl-s905d-phicomm-n1.dtb
mv meson-gxl-s905d-phicomm-n1.dtb meson-gxl-s905d-phicomm-n1.dtb.original
sed -i '/interrupt-controller@9880/,+7s/phandle/#phandle/' n1.dts
dtc -I dts -O dtb -o meson-gxl-s905d-phicomm-n1.dtb n1.dts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment