Edited by lazant at 2017-9-16 14:03
Hi Guys
I build mainline kernel and U-Boot and make Arch linux image.
Arch Linux image with Mainline kernel and U-Boot
I tried install mali driver into this image, but run modprobe return error.
- # modprobe mali
- modprobe: ERROR: could not insert 'mali': Exec format error
- # modinfo mali
- filename: /lib/modules/4.13.0-1-SUNXI+/kernel/drivers/gpu/mali/mali.ko
- version:
- author: ARM Ltd.
- license: GPL
- srcversion: 0FC2D152EE4DD53C22C77B5
- depends: ump
- vermagic: 3.4.39 SMP preempt mod_unload modversions ARMv7 p2v8
- parm: mali_debug_level:Higher number, more dmesg output (int)
- parm: mali_max_job_runtime:Maximum allowed job runtime in msecs.
- Jobs will be killed after this no matter what (int)
- parm: mali_l2_max_reads:Maximum reads for Mali L2 cache (int)
- parm: mali_dedicated_mem_start:Physical start address of dedicated Mali GPU memory. (uint)
- parm: mali_dedicated_mem_size:Size of dedicated Mali GPU memory. (uint)
- parm: mali_shared_mem_size:Size of shared Mali GPU memory. (uint)
- parm: mali_boot_profiling:Start profiling as a part of Mali driver initialization (int)
- parm: mali_max_pp_cores_group_1:Limit the number of PP cores to use from first PP group. (int)
- parm: mali_max_pp_cores_group_2:Limit the number of PP cores to use from second PP group (Mali-450 only). (int)
My board is Orange Pi 2.
I used
magicse uploaded driver.
Could anyone help me?