linux-armv7-xe303c12-only icon indicating copy to clipboard operation
linux-armv7-xe303c12-only copied to clipboard

How to upgrade the panfrost driver on the ARM Chromebook from 1.1 to 1.2

Open Marietto2008 opened this issue 8 months ago • 25 comments

Hello my friend.

I've almost completed my project : to virtualize FreeBSD on top of Linux with qemu-kvm on the ARM Chromebook. Everything works great. Even the network on the vm. One last task needs to be accomplished. To be able to use the panfrost graphic driver on the linux distro that I have chosen and where I have configured everything : Devuan 5. I would like to understand what's the fulll procedure to enable the MALI driver and to make it work. What I did right now is to enable the MALI driver inside the kernel that I'm using (vers. 5.4.257).

The only parameter that I've found on the kernel config file related to MALI is the following :

CONFIG_DRM_MALI_DISPLAY=y

and I set it to y. Until here it was easy. What I don't understand is after enabling that parameter,it will work automatically or if I should make an additional configuration and which kind of configuration it needs. Thanks.

Marietto2008 avatar Oct 11 '23 22:10 Marietto2008