We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, how is it possible to cross compile the kernel driver on an linux machine for BBB?
Maybee a howto would be good inside readme.
(This is because I don't want to blow up my sd card with the kernel headers and all the build stuff. I want to do this offline)
A quick hint would be fine.
Regards, Benny
The text was updated successfully, but these errors were encountered:
Old, but try something like
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -C /path/to/your/linux-kernel-src M=$(pwd) modules
Sorry, something went wrong.
No branches or pull requests
Hi, how is it possible to cross compile the kernel driver on an linux machine for BBB?
Maybee a howto would be good inside readme.
(This is because I don't want to blow up my sd card with the kernel headers and all the build stuff. I want to do this offline)
A quick hint would be fine.
Regards,
Benny
The text was updated successfully, but these errors were encountered: