Lakka 3.2 Overclock?

Soporte General para Lakka
Responder
Satoru@
Pi Alpha
Pi Alpha
Mensajes: 23
Registrado: 15 Dic 2020, 00:35
Agradecido: 7 veces
Agradecimiento recibido: 10 veces

Tengo una raspberry 3 b (no plus) y quiero hacerle overclock usando la nueva version de lakka de 64 bits alguien me puede orientar que valores poner en el config.txt?

Nota: Uso un flirc case y un disipador de cobre asi que por overclock no hay problema.

Not2: Ya hay version de 64 bits de lakka para la raspbeerrry 3,pongo el newsletter de su página:
http://www.lakka.tv/articles/2021/06/19/lakka-3.2/

Hello friends, fans and followers!

Following our bi-weekly release schedule we are happy to announce new and updated version of Lakka.
Noteworthy changes since version 3.1:

RetroArch updated to 1.9.5
Cores updated to their most recent versions
bsnes_hd was added
flycast: enabled OIT for OpenGL platforms
Raspberry Pi 3 - now with 64-bit support (aarch64)
Odroid XU3/4 port runs now at full speed
Mesa updated to 21.1.2
Nintendo Switch port is now able to stream your games from your PC (moonlight/sunshine)
New script for collecting troubleshooting logs
Support for loading the image via Ventoy, a bootable USB solution (on PC)
You can download the latest release from Lakka download page. If you want to follow the development of Lakka more closely, you can download latest Lakka nightly builds.

If you want to show your support for further development of the Libretro projects and ecosystem, you can learn more here.

Happy retro-gaming!
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

A nivel de raspberry pi 3 tendrás que ajustar los parámetros:
arm_freq
sdram_freq
core_freq
gpu_freq (creo que este afecta al core_freq)
over_voltage

Es habitual algo como esto:

Código: Seleccionar todo

arm_freq=1300
core_freq=500
over_voltage=4
Puedes ver aquí todos los parámetros:
https://www.raspberrypi.org/documentati ... locking.md
Además en esa misma página verás una tabla con los valores predeterminados para cada modelo de raspi.

Recuerda que si los parámetros no existen en el config.txt, simplemente añádelos.
Y también puedes usar el comando lscpu antes y después de los cambios para ver el valor de "CPU max MHz", así puedes comprobar si hacen efecto los cambios.
Responder