Can't start Xorg

Hey, I can’t start Xorg

the errors is: Module mali not found and sunxi_cedar_mod not found.

Ive downloaded and installed the gpu drivers from BPI-Deb-Github

Ive compiled my own kernel with ubuntu mate as dist.

Which file did you download and install exactly?

this one https://github.com/BPI-SINOVOIP/BPI-files/blob/master/debs/bpi-m3/xserver-xorg-video-gpu-bananapi-bpi-m3_1.0-15.10_armhf.deb

but its because im getting exec error someting is wrong with the toolchain. Or they uploaded wrong toolchain to github

What is your specific error message?

fixed it by changing the toolchain from gnueabihf to gnueabi got the idea because the u-boot is gnueabi not gnueabihf, hf stands for hard float and the A83T-arm7v does not support hard float. I changed to allwinners toolchain and it worked :slight_smile: