-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
How to compile on RPi? #152
Comments
Starting from 5.4, exfat driver is included in the kernel (it should be in staging). It's in general better to use in-kernel one at this stage. Or if for some reason you really want to install a non-mainline driver, there were some forks of this project that made it compatible with more modern kernels (this repo had no commits for 2+ years, so it won't work out of box with modern kernels) |
Thanks @Civil. It seems that my current kernel is built without this module enabled. (Raspberry Pi, Linux version 5.4.79-v7l+) I tried |
Well, you haven't compiled (this module won't compile for newer kernels). I'd maybe suggest to ask for the working exfat driver on a forum or resoruce for the distro that you are using on raspberry pi. If you are using raspbian, maybe that's the forum thread that you should look into: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=275453 TLDR; yes and no. You need to follow parts of the process, enable in-kernel exfat support as module and depends on what was missing, you might only need to configure kernel and recompile modules. |
When doing
make
I get this:How do you install it?
The text was updated successfully, but these errors were encountered: