lattepanda/sigma: init#1907
Open
bryandph wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Add a profile for the LattePanda Sigma, a high-performance x86 SBC built around the Intel Core i5-1340P (Raptor Lake-P) with Iris Xe graphics, dual Intel I225-V 2.5 GbE NICs, two Thunderbolt 4 ports, and an M.2 E-key WiFi slot (ships with an Intel AX210/AX211).
This establishes the
lattepanda/manufacturer directory. The profile composescommon/cpu/intel/raptor-lake+common/pc+common/pc/ssd, enables redistributable firmware (AX210 WiFi, Intel Bluetooth, i915 GuC/DMC), and loadscoretempfor temperature sensors. The README documents known firmware quirks: harmless Goodix touch-controller probe failures (the BIOS exposes a controller for an optional eDP touch display), theintel-hidpower-button warning, and pointers to igc EEE/ASPM mitigations should the dual I225-V NICs exhibit the known link-flapping behavior.Things done
nixos-hardwareandimporting it via
<nixos-hardware>or Flake inputTested on a LattePanda Sigma (i5-1340P, 32 GB) running NixOS 26.05 as a desktop workstation: profile imported as a flake input from this fork and activated via
switch-to-configuration; coretemp, AX210 WiFi/BT firmware, and Thunderbolt verified on the running system.AI Transparency
LLMs were used in the development of this PR