Bananian
mali kernel module for 4.4.26
1
2359
View: 2359|Reply: 1
|
[Bananian]
mali kernel module for 4.4.26
[Copy link]
|
|
Hi, anyone knwows where to find the mali kernel module for the recent kernel 4.4.26?
- root@viruspi:~# ll -d /lib/modules/*
- drwxr-xr-x 3 root root 4,0K Sep 12 2014 /lib/modules/3.4.90+
- drwxr-xr-x 3 root root 4,0K Jan 8 2015 /lib/modules/3.4.104+
- drwxr-xr-x 4 root root 4,0K Nov 27 01:22 /lib/modules/4.4.26-bananian
- root@viruspi:~# find /lib/modules/ -name "mali.ko"
- /lib/modules/3.4.104+/kernel/drivers/gpu/mali/mali/mali.ko
- /lib/modules/3.4.90+/kernel/drivers/gpu/mali/mali/mali.ko
- root@viruspi:~#
Copy the Code
I already tried to compile it with this instructions: http://linux-sunxi.org/Mali_binary_driverthe libump.deb files were created and Installed,
but the compilation of mali fails:
- root@viruspi:~/sunxi-mali# dpkg -l | grep libump
- ii libump:armhf 3.0-0sunxi1 armhf ARM Unified Memory Provider library
- root@viruspi:~/sunxi-mali# make config
- rm -f config.mk
- make config.mk
- make[1]: Verzeichnis „/root/sunxi-mali“ wird betreten
- make -f Makefile.config
- make[2]: Verzeichnis „/root/sunxi-mali“ wird betreten
- ABI="armhf" (Detected)
- Error: Failed to open /dev/mali: No such file or directory
- VERSION="" (Detected)
- Error: Failed to open /dev/mali: No such file or directory
- Error: Failed to open /dev/mali: No such file or directory
- Error: Failed to open /dev/mali: No such file or directory
- Error: Failed to open /dev/mali: No such file or directory
- Error: Failed to open /dev/mali: No such file or directory
- Makefile.config:57: Unknown/unhandled Mali Version ""
- Makefile.config:58: Use VERSION=(r2p4,r3p0,r3p1,r3p2-01rel1) instead
- Error: Failed to open /dev/mali: No such file or directory
- Makefile.config:59: *** Unknown/unhandled Mali Version "". Schluss.
- make[2]: Verzeichnis „/root/sunxi-mali“ wird verlassen
- Makefile:12: die Regel für Ziel „config.mk“ scheiterte
- make[1]: *** [config.mk] Fehler 2
- make[1]: Verzeichnis „/root/sunxi-mali“ wird verlassen
- Makefile:8: die Regel für Ziel „config“ scheiterte
- make: *** [config] Fehler 2
- root@viruspi:~/sunxi-mali#
Copy the Code
has anybody already found a working module? or is it better to downgrade to an older kernel...
Thanks in advance and kind regards
Ravermeister
|
|
|
|
|
|
|
|
Downgrade is the only way.
We recently ported r4p0-00rel0 but for H3 boards. That is the best you can find. |
|
|
|
|
|
|