mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
radxa: clarify that the interface may subject to more changes
We might refactor some parts again when we add Amlogic and Allwinner supports.
This commit is contained in:
parent
0b2e2fe9b3
commit
9d5dedae84
1 changed files with 11 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Below is an annoated flake example to create the initial boot image.
|
|||
modules = [
|
||||
nixos-hardware.nixosModules.rock-4c-plus # Update the system according to your device.
|
||||
disko.nixosModules.disko # disko usage is optional in the running system, but we need it to generate the initial boot image.
|
||||
"${nixos-hardware}/radxa/disko.nix" # Common Radxa Disko profile. it is system-agnostic.
|
||||
"${nixos-hardware}/radxa/disko.nix" # Common Radxa Disko profile. It is system-agnostic.
|
||||
{
|
||||
disko = {
|
||||
imageBuilder = {
|
||||
|
|
@ -92,3 +92,13 @@ Below is an annoated flake example to create the initial boot image.
|
|||
};
|
||||
}
|
||||
```
|
||||
|
||||
For most of the supported products, you only need to change the device module (
|
||||
i.e. `nixos-hardware.nixosModules.rock-4c-plus`) to match the one you are using.
|
||||
|
||||
## Known issues
|
||||
|
||||
* Currently, the `hardware.radxa` module and Radxa-maintained SoC vendor modules
|
||||
(eg. `hardware.rockchip`) are tightly coupled and not intended for end-user to
|
||||
use. Those options are currently used internally for hardware enablement, and
|
||||
end-user should not need to modify them. Consider those interfaces **unstable**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue