diff --git a/hacks/orangepi5/uboot/default.nix b/hacks/orangepi5/uboot/default.nix index 1e8fc33..439a2d1 100644 --- a/hacks/orangepi5/uboot/default.nix +++ b/hacks/orangepi5/uboot/default.nix @@ -39,10 +39,8 @@ in hash = "sha256-0Da7Czy9cpQ+D5EICc3/QSZhAdCBsmeMvBgykYhAQFw="; }; - defconfig = "orangepi-5-rk3588s_defconfig"; - extraConfig = '' - CONFIG_ROCKCHIP_SPI_IMAGE=y - ''; + defconfig = "orangepi-5-plus-rk3588_defconfig"; + extraConfig = ''CONFIG_ROCKCHIP_SPI_IMAGE=y''; patches = []; diff --git a/shared/platform/orangepi5.nix b/shared/platform/orangepi5.nix index 7047efa..464f1c2 100644 --- a/shared/platform/orangepi5.nix +++ b/shared/platform/orangepi5.nix @@ -37,7 +37,7 @@ in { consoleLogLevel = 7; }; - hardware.deviceTree.name = "rockchip/rk3588s-orangepi-5.dtb"; + hardware.deviceTree.name = "rockchip/rk3588s-orangepi-5-plus.dtb"; fileSystems = { "/" = {