NixOS on ARM/Raspberry Pi: Difference between revisions
imported>Samueldr m Adds raspberry pi 4 to tables where it was missing |
imported>Samueldr m Adds note about the 3B+ |
||
| Line 228: | Line 228: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Raspberry Pi 3B+ HDMI output issues === | |||
As of 2019/08/19, the u-boot build and kernel build can disagree about the name of the dtb file for the Raspberry Pi 3B+. This happens because the upstream filename has changed, and the built u-boot has hardcoded expectations for the filename to load. | |||
For now, do not use <tt>linuxPackages_latest</tt>, use the default <tt>linuxPackages</tt> which is the latest LTS, 4.19, which is known to be compatible. | |||
===Additional Troubleshooting=== | ===Additional Troubleshooting=== | ||