We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I would like to install the Linux drivers provided at developer.arm.com/.../user-space on my ODROID N2+.
I'm still pretty new to it, so I don't know what is the correct way to do that. Can you please help?
Thanks in advance!
The `mali_kbase` kernel driver module needs to be loaded and, as far as I can tell, you also need to build the kernel with several Mali-specific switches enabled.
The `odroidn2_linux_defconfig.patch` in the archive provided by ARM gives you an idea of which switches need to be enabled.
I also found that the ODROID N2 needs the `CONFIG_DRM_LOAD_EDID_FIRMWARE=y` kernel config enabled for monitors that don't cooperate during autodetect.
Thanks!!