Fyi today's unstable updates broke my falkon

We’re deep in the rabbit hole now…

Well it plays well with video playback. Better than b4

Dare I ask how to install uefi?

Recompiling the upstream kernel seems to be the key.

1 Like

Oi! Thatll take a minute on a pi. Can that be dome on the pi?

Deeper and deeper we go…

Do you have a spare SD card? It is a bit slow on SD, much better with an SSD.

Depending on your familiarity with the uefi shell, you will probably also want grub or some other bootloader.

1 Like

I think I read it wrong. I believe he was making the change in argonone-c-git PKGBUILD before building it.

1 Like

You can find the uefi software here. You could try this, but you will need to change it some to work with linux-rc. And for me, it is currently broken with rpi kernels.

This is my current config.txt for vanilla. I use grub as bootloader.

arm_64bit=1
enable_gic=1
armstub=RPI_EFI.fd
disable_commandline_tags=1
disable_overscan=1
device_tree_address=0x1f0000
device_tree_end=0x200000
dtparam=krnbt=on
dtoverlay=upstream-pi4
dtoverlay=i2c-rtc,ds3231
dtoverlay=argonone,hysteresis=5
dtparam=fantemp0=35,fanspeed0=10
dtparam=fantemp1=40,fanspeed1=50
dtparam=fantemp2=45,fanspeed2=100
1 Like

That’s what I understood

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.