Thanks for the patches and kernel config @xmixahlx !
Trying to build gives me an error regarding firmware:
Anyone got an idea if the file '/lib/firmware/rockchip/dptx.bin' is really needed (it is not present in my earlier kernel build trees) or what to do here?
Trying to build gives me an error regarding firmware:
Code:
make KERNELRELEASE=5.7.0-pbp-custom ARCH=arm64 KBUILD_BUILD_VERSION=1 -f ./Makefile
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
make[7]: *** No rule to make target '/lib/firmware/rockchip/dptx.bin', needed by 'drivers/base/firmware_loader/builtin/rockchip/dptx.bin.gen.o'. Stop.
make[6]: *** [scripts/Makefile.build:488: drivers/base/firmware_loader/builtin] Error 2
make[5]: *** [scripts/Makefile.build:488: drivers/base/firmware_loader] Error 2
make[4]: *** [scripts/Makefile.build:488: drivers/base] Error 2
make[3]: *** [Makefile:1729: drivers] Error 2
make[2]: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2
make: *** [Makefile:1460: bindeb-pkg] Error 2
Anyone got an idea if the file '/lib/firmware/rockchip/dptx.bin' is really needed (it is not present in my earlier kernel build trees) or what to do here?