You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, the source codes need to be edited. As I'm not familiar with C, I used vs code to search. Search for the terms kernel_write, kernel_read, or filp_open. Right at the top after #include , paste this for all affected files.
As you say, you are not familiar with C, thus you should post the errors and let me decide how to fix them!
I did discover that ARM was missing from the subarch detection, which would have broken the compilation on the Orange Pi. Do a 'git pull' and retry the build.
Some additional steps have to be carried out for installing this on Ubuntu for orange pi 5.
After that, the source codes need to be edited. As I'm not familiar with C, I used vs code to search. Search for the terms kernel_write, kernel_read, or filp_open. Right at the top after
#include
, paste this for all affected files.MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
The text was updated successfully, but these errors were encountered: