PhilE wrote: ↑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.
I followed Phil's procedure and made a few measurements which verified some improvement.
This was done on a 2GB version in its official case w/o the top and with an 8mm high heatsink. I used the official Pi4 power supply and an up-to-date Buster (Full). I have a solid color background (orange) and was running Chromium looking at Phil's post but otherwise idle AND a shell for running measure_temp. <added> The screen is 1920 x 1200. </added> The WiFi was OFF and a 1000Mb LAN in use. I use a low-end Logitech keyboard-mouse wireless adapter in a USB2 slot and an idle (but formatted) USB3 Flash Drive in a USB3 slot.
The room was warm, about 24C.
Before the F/W upgrade: 64C. After the F/W upgrade: 63C.
Power to the official Pi4 supply was measured at 6 watts, 12 VA, and a power factor of 0.49 to 0.51. These measurements did not change with the F/W change, likely due to the quantization of the power meter (2 watts and 2 VA).
I was surprised that the temperature decrease was only 1C. Others have reported larger decreases.
I was also a bit surprised that the power supply's power factor was so poor. It's a low-power device but as backpackers and aircraft designers say:
"Watch the ounces (grams) and the pounds (kilos) take care of themselves."
Since the temperature decrease was low and there has been loose talk about performance issues, I've reverted to the original Firmware.
GP