Open glukki opened 5 months ago
Hi, my build fails too, but with a different error message:
...
/binman/simple-bin/fit/images/@tee-SEQ/tee-os (tee-os):
See the documentation for your board. You may need to build Open Portable
Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin
OFCHK .config
buildPhase completed in 2 minutes 4 seconds
Running phase: installPhase
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/dicf00apckxs6qdylxi6hxdx3nqa8f8x-uboot-rockpro64-rk3399_defconfig-aarch64-unknown-linux-gnu-2024.04
checking for references to /build/ in /nix/store/dicf00apckxs6qdylxi6hxdx3nqa8f8x-uboot-rockpro64-rk3399_defconfig-aarch64-unknown-linux-gnu-2024.04...
patching script interpreter paths in /nix/store/dicf00apckxs6qdylxi6hxdx3nqa8f8x-uboot-rockpro64-rk3399_defconfig-aarch64-unknown-linux-gnu-2024.04
100 1115M 100 1115M 0 0 5093k 0 0:03:44 0:03:44 --:--:-- 5482k
error: unexpected end-of-file
The only thing I changed is the used image in pkgs/aarch64-image/default.nix to:
url = "https://hydra.nixos.org/build/262010759/download/1/nixos-sd-image-24.05.675.805a384895c6-aarch64-linux.img.zst";
sha256 = "bbe9b608f0b337997d3412d78df1f855403c397501db6662ea5f2cd3b7e9702e";
But even the "original" image results in the same error.
Thanks in advance!
Same EOF error here. Reverting to commit 1a38d2e7f7a8ff37158e0022a7307c3e95147cbe builds successfully. I'm guessing something on the hydra side.
Build fails since the image bump from #16 . I'm currently running the stable channel:
nixos https://nixos.org/channels/nixos-23.11
Yet, the previous commit builds successfully:
I'm still very new to nixos, flakes, and everything, and don't really understand what gone wrong here 😅