This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[MANUAL]Compiling mali200 Driver

Note: This was originally posted on 2nd August 2011 at http://forums.arm.com

Hardware:

CPU: Telechips TCC8902 720Mhz
GPU: Mali200
How to compile driver?


Software:
HOST: Linux Ubunte 10.10 (2.6.35.22 generic)
TARGET: ARM Linux 2.6.29 Andoird 2.1


path to the linux kernel source:

/home/kmaks/kernel

the way to the driver:

/home/kmaks/mali


I try:

cd mali
make KDIR=/home/kmaks/kernel


Compilation no error occurs.


Further.

adb root
adb remount
adb push C:\mali.ko /system/lib/modules
adb reboot



After rebooting, black screen = (

Sorry for my English... i in Russia
Parents
  • Note: This was originally posted on 23rd August 2011 at http://forums.arm.com

    Hi,

    which version of the driver are you using? There may be an ARM part number such as r2p2 or similar.

    Also, there are two components to the Mali driver, the kernel module and the user-space shared object libraries. Do you have access to both?

    I believe both will need to be the same version to form a working platform.

    Cheers, Pete
Reply
  • Note: This was originally posted on 23rd August 2011 at http://forums.arm.com

    Hi,

    which version of the driver are you using? There may be an ARM part number such as r2p2 or similar.

    Also, there are two components to the Mali driver, the kernel module and the user-space shared object libraries. Do you have access to both?

    I believe both will need to be the same version to form a working platform.

    Cheers, Pete
Children
No data