Hi;
I buy a odroid-c1(the cpu is amlogic s805) which the GPU is Mali-450 MP4 and the os is ubuntu .I port the Mali driver on the Amlogic s802 which the GPU is Mali-450 MP6 and I run the Ubuntu os. The s802 can setup normally. The display is ok.But,When I run the glmark-es2 od kodi in the ubuntu which can run nomal on s805 (odroid),the display have nothing and the program exit automatically.
The serial output :
[ 38.726301@1] Mali<2>: Session started
[ 38.786947@3] efuse version is not selected.efuse_getinfo_byID
[ 38.947359@3] UMP<2>: Session closed
[ 38.947676@3] Mali<2>: Session has ended
Now I can not determine where the problem lies,anyone can help me? Thanks
hello
I'd like to understand exactly what is blocking?
if the problem is due to a lack of definition of eFuse: EFUSE_SOC_CHIP_M8BABY (for ODROID C1)
Or If the problem comes from Mali driver, what do you use : a mali-x11 version or a Mali-fbdev ?
I met some problems and were resolved with switching from one to the other.
hello;
Thank you first.
I also doubt that .But,When I disable CONFIG_GPU_THERMAL ,The efuse version is not selected.efuse_getinfo_byID missing .So I`m not sure whether this reason .
I do not known the difference between mali-x11 and Mali-fbdev . I can google and have a try. Thank you .
hi;
I used mali-x11 instead of the mali-fbdev .but the glmark2-es2 failed . can you teach me how to change them ? Thank you