Posts by @fterlife

    Based on the amount of issues I've seen with the Pi4 (heat, USB power delivery, USB power issue with GPIO) I am 1000% waiting for Pi 4.1 edition in 3 to 6 months.

    Also, sadfly, I wouldn't use one without a fan, period.

    And miss out on all the debugging action? :D I'm seriously enjoying my Pi 4 despite its initial issues. Minor issues that is. It's just so much more powerful than the Pi 3. Kodi has never been so responsive on my TV screen. It feels as if there's a full blown PC hiding behind the TV somewhere. My Pi 4 is not in a case yet and that's fine. That way there is no heat issue whatsoever. And no fan mind you, just a small heat sink on the SoC. USB power delivery is fine with an original RPi power source or any plain USB charger with high enough current output. I wouldn't want to use an expensive phone or laptop charger with it anyway. I'm patiently waiting for a good case to become available where I live. And for the time being I'd still pack my Pi 3 if I wanted to use Kodi on the road. Sure there are issues but simply don't expect to make full use of the hardware yet (such as running HDR 4K60 video) and just treat it as an overclocked Pi 3 for now. The rest of the awesomeness is on its way.

    And by the way, if you have lots of H.265 material such as myself then the Pi 4 actually has less issues with heat than a Pi 3. The thermometer icon regularly popped up with my Pi 3. I have yet to see it with my Pi 4.

    It is a known problem. Every generation of Pi has been a little bit hotter than the previous. Pi4 runs very hot - not just the CPU but several other components on the board are generating more heat than previous generation. The result is that many people consider active cooling necessary.

    Flirc case will help to cool the CPU a little bit but it is a bad design because it's a mostly-sealed metal box and only sinks heat from the CPU. With many other components generating more heat, the air inside will heat up something terrible and it will slowly cook your RPi. The material also makes it much harder to cut holes for venting or add a fan.

    I wonder how the Pi 4 will behave with enclosures such as these that are basically one large heat sink for all chips.Would make it easy to carry around also. I refuse to rely on active cooling. A Pi has to be completely silent to begin with, and I travel quite a lot so the less parts and wires that can break the better.

    Short update on my own nightly build that I made yesterday with all the latest code. It's quite stable and both H.264 and H.265 video play smoothly. There is a problem though with the HDMI output. My TV has a 720p display but when the HDMI output is 1080p instead of downscaling the image the TV crops the output and only displays the upper left part of the output. I'm not sure if feedback on a nightly build is appreciated but I wanted to share it anyway. ;)

    I don't expect output issues on a 1080p tv so for people who want to try this out I've made a torrent magnet of it. All this is is a build from the current source code in Github, for the RPi4 obviously.

    Magnet link:

    Code
    magnet:?xt=urn:btih:5788de8b21f45ffe32937138c19aef4940f2faa0&dn=LibreELEC-RPi4.arm-9.80-devel-20190719234137-235fdbc.img.gz&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=http%3a%2f%2ftracker.raspberrypi.org%3a6969%2fannounce&tr=http%3a%2f%2ftracker3.itzmx.com%3a6961%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce

    Checksums:

    MD5 - d9fb3e6acc97780e2b5b0f5049f9888f

    SHA-256 - a021d8585df8e76a3bf21b9e78539946143e7e7169c8c3e31fec5e522a148397

    Figured it out! I ran make image again with full build log capture. From that I was able to determine that 'makeinfo' was missing on my system. After a quick search on the internet I found out I needed to install the 'texinfo' package. After that the build process succeeded and it's working hard again to finish all the rest. Thanks for the quick and necessary replies. :)

    "Doesn't seem to work" isn't too specific. I use this to build RPi4 images:

    Code
    ARCH=arm PROJECT=RPi DEVICE=RPi4 make image

    so long,

    Hias

    I know. I couldn't be more specific because the attempt was several days ago and I just thought that perhaps I should use a different command. I'm on Kubuntu 19.04 by the way.

    Just minutes ago I started yet another attempt just so I could get the specific error during building. However I chose to download the source code first using ARCH=arm PROJECT=RPi DEVICE=RPi4 tools/download-tool and among the ongoing downloads I noticed a few errors such as this one:

    I don't know whether this is a local problem or a Github issue but it seems that not all source code is available. Perhaps that explains my failed attempt several days ago.

    Once all source code is fetched I will attempt another run.

    -------

    Addendum:

    All sources seemed to have downloaded fine despite some errors. E.g. the previously mentioned flac-1.3.2.tar.xz package did end up in the sources directory after all. Unfortunately the same error occurred as last time:

    Both of the mentioned log files don't seem to give any extra info and simply repeat the error I quoted here. Hopefully this will shed some light on the issue.