radxa/x4: init#1908
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 Radxa X4, an x86 SBC based on the Intel N100 (Alder Lake-N) with an Intel I226-V 2.5 GbE NIC and a Realtek RTL8852BE WiFi module.
The profile composes
common/cpu/intel/alder-lake+common/pc+common/pc/ssd, enables redistributable firmware (rtw89 + i915 GuC/DMC blobs), and carries the two standard mitigations for the widely reported I226-V link-flapping bug:pcie_aspm=offand a udev rule that disables Energy-Efficient Ethernet onigcinterfaces (keyed on the driver, so it is independent of interface naming). The README documents the NIC issue with references plus the board's harmless ACPI/ISH boot noise.Things done
nixos-hardwareandimporting it via
<nixos-hardware>or Flake inputTested on a Radxa X4 8 GB (N100, NVMe boot, NixOS 26.05, kernel 6.18) running as a k3s node: profile imported as a flake input from this fork, activated via
switch-to-configuration, EEE-disable rule and ASPM behavior verified against the running NIC with ethtool.AI Transparency
LLMs were used in the development of this PR