Earlier quoted context omitted.
That's really too bad. It makes the 4K support useless for building an HTPC, which is a common use for the Pi. As far as I can determine, several of their competitors already support 10bit decoding, although specifics (about stable HDR support) are sometimes hard to come by.
As a fifty seven year old, I don't have 4k eyeballs. agree you have a limitation, not one which is holding me back since osmc does 720p just fine, for Olde telecine mp4s of B&W movies
Raspberry Pi 4
261–270 of 859 posts
Re: Raspberry Pi 4
#262Earlier quoted context omitted.
Missing: SD card performance benchmark. Previous models could only read about 20 MB/s or so, while the modern SD cards can do 10x (maybe even more) that. Is there any improvement in this? It's pretty important as RPi usually boots off it.
In the video here https://www.raspberrypi.org/magpi/raspberry-pi-4-specs-bench... they said they doubled the SD card performance.
Doubled, so I guess around 40 MB/s. Still a far cry from fastest SD cards that can both read and write over 250 MB/s. Hopefully RPi4+ will improve on this. :-)
Re: Raspberry Pi 4
#263Earlier quoted context omitted.
The USB 3.0 ports should give 100MB/s (Benchmarks show up to +300MB/s), and you can mirror two disks for RAID-1. With 4GB of RAM, you'd even be able to use ZFS.
not these USB 3.0 ports. Connected with shared 4 Gbps, they only run at 4/5th, 1/2 or less of the full 5 Gbps speed.
- 1Gbit ethernet
- 1Gbit USB 3.0 port 1
- 1Gbit USB 3.0 Port 2
Total: 3Gbit of 4Gbit, having some margin to spare.
Re: Raspberry Pi 4
#264Re: Raspberry Pi 4
#265No normal sized HDMI sucks, I don't want to buy another adapter, aside from that this looks really cool, can't wait to get one
C'mon, a mini-hdmi hdmi cable is 50kr ($5), surely you can just buy one and be done with it, no adapter needed. https://www.netonnet.se/art/ljud-och-bild/kablar/hdmi-kablar...
Re: Raspberry Pi 4
#266Re: Raspberry Pi 4
#267Re: Raspberry Pi 4
#268No normal sized HDMI sucks, I don't want to buy another adapter, aside from that this looks really cool, can't wait to get one
I agree. No idea why they went with micro-hdmi, when mini displayport is more robust, more common, and royalty-free.
Re: Raspberry Pi 4
#269RPI would be awesome for NAS if you could connect SATA somehow
The USB 3.0 ports should give 100MB/s (Benchmarks show up to +300MB/s), and you can mirror two disks for RAID-1. With 4GB of RAM, you'd even be able to use ZFS.
Does it use ECC memory? If not, you should not use ZFS. Without ECC memory, ZFS carries the nasty risk of writing good data with a bad checksum, leading to data loss which would not occur in other filesystems (those that do not try to correct errors on the fly like ZFS).