| 13 Aug 2024 |
LordKekz | You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:58:56 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:02 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:13 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:18 |
LordKekz | * You can use the nix search command like so:
nix search nixpkgs#legacyPackages.riscv64-linux ^hello$
The command will evaluate nixpkgs's legacyPackages.riscv64-linux output and search for attributes containing the regular expression ^hello$. Packages that aren't available vor RISC-V probably just won't show up.
| 22:59:32 |
| 16 Aug 2024 |
dramforever | In reply to @vixea:matrix.org How would I search for ported packages as well the nixpkg website doesn't show that i know this is super late but there's no "risc-v repository" or "ported packages". when you grab something from nixpkgs it tries to get it from any substituters you set up or, if it's not there, it builds it | 05:08:01 |
dramforever | there's no way to know whether the build would work without trying though | 05:08:10 |
dramforever | there's community effort to try and fix the broken ones but there's no formal support of any kind so thing can and do just break randomly | 05:09:43 |
| 22 Aug 2024 |
| nyanbinary 🏳️⚧️ left the room. | 17:24:06 |
| 24 Aug 2024 |
| Humaid joined the room. | 09:12:34 |
| 26 Aug 2024 |
| @msanft:matrix.org left the room. | 17:50:09 |
| 3 Sep 2024 |
misuzu | Has anyone tried 6.11 kernel on vf2? | 16:12:01 |
Nick Cao | I did, unable to get USB booting to work, but USB works fine after booting from sdcard. | 16:16:19 |
misuzu | I had not issues booting it, but some programs just crash, htop for example. Does it work for you? | 16:17:43 |
Nick Cao | I will double check later. | 16:20:21 |
misuzu | https://patchwork.kernel.org/project/linux-riscv/cover/cover.1723472153.git.jan.kiszka@siemens.com/ | 18:00:12 |
Nick Cao | In reply to @misuzu:matrix.org I had not issues booting it, but some programs just crash, htop for example. Does it work for you? Same issue, htop segfaults immediately. | 18:07:27 |
misuzu | It's not just htop crashing, it can't even build bootstrap-tools package (6.11-rc6 too): https://github.com/NixOS/nixos-hardware/pull/964#issuecomment-2265805526 The same exact system with https://github.com/starfive-tech/linux/tree/JH7110_VisionFive2_upstream has no such issues | 18:11:32 |