jamesh wrote: ↑Fri Jun 28, 2019 12:54 pmHmnm, I suspect the bounce buffer code for handling PCI memory over 3GB. Do you have anything plugged in to the USB?
If you limit the amount of memory available to linux, does the problem go away?
Add "total_mem=1024" or "total_mem=2048" or "total_mem=3072" to /boot/config.txt. If they all work OK, it does look like the bounce buffer code.
Absolutely wrong takeaway. This is nothing to do with 32 vs 64 bit.Aardappeltaart wrote: ↑Mon Jul 01, 2019 9:54 amjamesh wrote: ↑Fri Jun 28, 2019 12:54 pmHmnm, I suspect the bounce buffer code for handling PCI memory over 3GB. Do you have anything plugged in to the USB?
If you limit the amount of memory available to linux, does the problem go away?
Add "total_mem=1024" or "total_mem=2048" or "total_mem=3072" to /boot/config.txt. If they all work OK, it does look like the bounce buffer code.
Does this sound like a cry for a 64-bit Raspbian?
Sorry, didn't see that suggestion. Yes, changed to total_mem=1024, still gaps in playback on pi4 4 GB RAM.
Hmm, not what I thought it was then. Did you confirm that the memory available was limited (cat /proc/meminfo or something like that) just to make sure the total_mem did activate.
You did reboot after editing /boot/config.txt?
Re: Raspberry Pi 4 temperature
02 Jul 2019 09:09
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.
[/quote
itsonlyme wrote: ↑Tue Jul 02, 2019 11:11 amI found this problem to be solved after installing the new USB firmware.
Copied from temperature thread
Hmmmm. We have had one report so far of a serious performance regression with that firmware, so there is still work to do.Re: Raspberry Pi 4 temperature
02 Jul 2019 09:09
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.
[/quote