You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the latest unstable kernel for Starfive VisionFive 2 kernel. I git cloned the nixos-hardware-repository and changed revision and hash in starfive/visionfive/v2/linux-6.6.nix
Cross-compiling seems to be a lot of luck. I can't even get the current linux kernel to build :( #956
Have you tried using your visionfive2 board as a remote builder to do native compiling instead? I tried it the Rapsberry Pi 5 and went quite well. I will try that as well for the Visionfive2.
Btw, do you know the status or a tracking page of starfive patches in the upstream Linux kernel and maybe UEFI or u-boot? As far as i understand the nixpkgs maintainers don't want to add custom linux kernels and firmwares anymore as that apparently was too much maintenance overhead in the past. Would be great know when NixOS will run out of the box.
Hey,
I'm trying to build the latest unstable kernel for Starfive VisionFive 2 kernel. I git cloned the nixos-hardware-repository and changed revision and hash in
starfive/visionfive/v2/linux-6.6.nix
Unfortunately don't know how to do this via overlays.
I added my local nixos-hardware fork to the flake which defines my system (following this tutorial https://wiki.nixos.org/wiki/NixOS_on_RISCV/VisionFive_2 ). When trying to build I get this error
Is it related to cross compiling or is "binutils" with "ar" missing somewhere?
The text was updated successfully, but these errors were encountered: