Hi! im trying to use nix build .#nixosConfigurations.orangepi5.config.system.build.sdImage
to build an sd card image for my cm5 base board.
prompting this error.
Explicitly requested dtbName rockchip/rk3588s-orangepi-5.dtb, but there's no FDTDIR - bailing out.
i comment the name out for both orangepi5.nix and the board orangepi5.nix, as an attempt to make it autodetect. but that results in an sd-image that succeeds to build but wont boot on the orangepi cm5 base board.
any advice? am i using the flake wrong?
Hi! im trying to use
nix build .#nixosConfigurations.orangepi5.config.system.build.sdImageto build an sd card image for my cm5 base board.
prompting this error.
i comment the name out for both orangepi5.nix and the board orangepi5.nix, as an attempt to make it autodetect. but that results in an sd-image that succeeds to build but wont boot on the orangepi cm5 base board.
any advice? am i using the flake wrong?