its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
22 changed files with 1000 additions and 176 deletions
Showing only changes of commit 102586d7e8 - Show all commits

View File

@@ -14,7 +14,7 @@
};
nixpkgs-uconsole.url = "github:NixOS/nixpkgs/nixos-25.11";
nixos-uconsole = {
url = "github:gortium/nixos-uconsole/pr/dcs-panel-detection";
url = "github:gortium/nixos-uconsole/cm5_fix";
inputs.nixpkgs.follows = "nixpkgs-uconsole";
inputs.nixos-raspberrypi.follows = "nixos-raspberrypi";
};
@@ -102,13 +102,6 @@
({ config, lib, pkgs, ... }: {
nixpkgs.overlays = [ uconsoleRpiPipewireOverlay ];
})
# Fix old panel init_sequence: DCS read + DSI_INIT0 lane config
({ lib, ... }: {
boot.kernelPatches = [{
name = "panel-cwu50-fix-lanes";
patch = ./patches/0008-panel-cwu50-fix-init-seq1.patch;
}];
})
nixos-raspberrypi.nixosModules.raspberry-pi-5.base
nixos-raspberrypi.lib.inject-overlays
nixos-raspberrypi.lib.inject-overlays-global

View File

@@ -54,5 +54,5 @@
enableGPS = false; # activer quand antenne GPS branchée
};
# DSI display fix: le kernel patch est dans flake.nix (patches/0008-panel-cwu50-fix-init-seq1.patch)
# DSI display fix: les patches sont dans le fork gortium/nixos-uconsole (cm5_fix)
}