Hi, I'am Patrick from France, it is my first post on the forum.
I am porting the Zortrax m200 plus 3D printer to Armbian and my last important step would be to have the LCD screen working.
I cross compiled my module but I have this message when installing it:
# insmod panel-himax-hx8394.ko
[ 1760.189919] BPF: [120533] Invalid name_offset:2238391
[ 1760.195183] failed to validate module [panel_himax_hx8394] BTF: -22
insmod: ERROR: could not insert module panel-himax-hx8394.ko: Invalid parameters
Then I added the module source code to the sources, but calling ./compile.sh seems to update the repo and revert my changes such as I do not see my module in there.
The next possibility would be to create an image with the kernel headers included. I will try to compile the driver on the system.
And is there another way?