On Mon, Jun 23, 2025 at 10:17:36AM +0200, Michal Wilczynski wrote: > Hi, > > Apologies for the late reply, it was a long weekend in Poland and I was > away without access to e-mail. > > This is the Imagination repository that hosts the firmware [1]. > Admittedly I'm not using the newest firmware blobs available, as per > discussion here [2] I downloaded mine last year so haven't tested the > new ones yet. > > For my own testing, I embed the firmware directly into the kernel to > avoid issues with the initramfs. If you're compiling your own kernel, > you can do this with the following configuration options: > > CONFIG_EXTRA_FIRMWARE="powervr/rogue_36.52.104.182_v1.fw" > CONFIG_EXTRA_FIRMWARE_DIR="/home/local_user"
Thank you, that worked. [ 1.041146] powervr ffef400000.gpu: [drm] loaded firmware powervr/rogue_36.52.104.182_v1.fw [ 1.049654] powervr ffef400000.gpu: [drm] FW version v1.0 (build 6734358 OS) [ 1.062024] [drm] Initialized powervr 1.0.0 for ffef400000.gpu on minor 0 -Drew