Raspberry Pi 4 mejora su refrigeración gracias a una actualización de firmware

La Raspberry Pi Foundation ha lanzado una actualización del firmware para el controlador VIA VL805 PCIe USB 3.0 para el Raspberry Pi 4 que reduce la temperatura de funcionamiento del SoC entre 3 y 5 °C.

La actualización ya está disponible para su descarga y reducirá el throtting en tareas multi-core. Sin embargo, cuidado, es posible que reduzca la velocidad de transferencia USB.

La actualización, denominada 0137a8, ofrece un mejor rendimiento multinúcleo bajo carga sostenida, aunque algunas personas en el foro oficial de Raspberry Pi han informado de una reducción en las velocidades de transferencia USB. Además, si la actualización falla por cualquier motivo, la conectividad USB se romperá, lo cual significa que tendremos que conectar por SSH o serial para flashear el firmware anterior.

Pueden verse los resultados de las pruebas en Pastebin. La Fundación Pi ha publicado la actualización del firmware en Google Drive, que puede encontrar a través del siguiente enlace.

Actualización del firmware

Post original en los foros de Raspberry Pi

Re: Raspberry Pi 4 temperature

Tue Jul 02, 2019 8:09 am

Hi all,

Following a successful trial with our alpha testers, we are releasing a new firmware build for the USB3 host adapter that should save about 300mW and help the Pi4 to run cooler, which in turn improves performance in compute-intensive tasks.

Download the archive from here: https://drive.google.com/file/d/1PXwrnh … sp=sharing
With the zip file on the Pi:

Code: Select all

$ unzip vl805_update_0137a8.zip
$ chmod a+x vl805
$ sudo ./vl805 -w vl805_fw_0137a8.bin
$ sudo reboot
The zip file includes the current shipping firmware (013701) in case you want to revert:

Code: Select all

$ sudo ./vl805 -w vl805_fw_013701.bin
$ sudo reboot
By the way, if you run «sudo ./vl805» with no parameters it displays the version of the currently running firmware. Note that this may differ from what’s in the EEPROM if you’ve just reprogrammed it but not rebooted.