NixOS on ARM/OLIMEX Teres-A64: Difference between revisions
imported>KREYREN Progress update on OLIMEX Teres-A64 compatibility with NixOS |
imported>KREYREN Added more informations on the workaround for broken kernel |
||
Line 92: | Line 92: | ||
The fix has been merged in https://gitlab.freedesktop.org/mesa/mesa/-/commit/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 and is part of Linux 6.2 so as long as you build ""and use"" this kernel the display should work without an issue. | The fix has been merged in https://gitlab.freedesktop.org/mesa/mesa/-/commit/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 and is part of Linux 6.2 so as long as you build ""and use"" this kernel the display should work without an issue. | ||
Note that if you boot and build on broken kernel then you can use serial console on BAUM 115200 to fix the issue. | |||
As of 03/07/2023-EU NixOS 23.05 is shipped with LTS kernel which is 6.1 to get non-broken kernel you can use the following configuration: | |||
<pre> | |||
# configuration.nix | |||
boot.kernelPackages = pkgs.linuxPackages_6_3; | |||
</pre> | |||
Please let me know if you encounter this issue outside of known broken linux release. -- KREYREN | Please let me know if you encounter this issue outside of known broken linux release. -- KREYREN |