Hi @ant9000 ,
Nice to meet you! I am trying to install kernel source into a roadrunner. The follows are my steps:
- using scp to copy deploy/roadrunner/root/linux-headers-5.15.111_5.15.112-1_armhf.deb to the roadrunner.
- sudo dpkg -i linux-headers-5.15.111_5.15.111-1_armhf.deb
- Trying to build kernel module with a basic example. (The example is built okay with cross-compile toolchain)
- Finally,I got the error returned by the roadrunner:

Any idea ?