| 25 Apr 2025 |
dramforever | if you want to learn more there's a bunch more details in https://github.com/NixOS/nixpkgs/blob/master/doc/stdenv/stdenv.chapter.md | 05:50:55 |
| StackDoubleFlow joined the room. | 09:15:05 |
| @stackdoubleflow:matrix.org left the room. | 16:46:35 |
| 26 Apr 2025 |
| spidfightfr joined the room. | 10:56:00 |
spidfightfr | Hello everyone. I hope you're doing well. I'm new here 👋 Nice to meet you. | 10:57:16 |
| 27 Apr 2025 |
spidfightfr | Download Hello everyone, i'm working again on my riscv64 SBC, Pine64's Star64. But i got a few issues with uboot in unstable... May someone help with with this one please ? 🙏 | 10:33:39 |
spidfightfr | Redacted or Malformed Event | 10:36:23 |
spidfightfr | I think something edits the uboot config for the Star64 specifically yet it introduces errors ? I'm not sure, the error is a bit cryptic... | 10:37:31 |
| 28 Apr 2025 |
| StackDoubleFlow changed their display name from stack to StackDoubleFlow. | 02:33:33 |
| 1 May 2025 |
| Rosario Pulella changed their display name from Rosario Pulella to Rosuavio. | 20:08:11 |
| oak changed their display name from oak - mikatammi.fi to oak 🫱⭕🫲. | 23:18:17 |
| 3 May 2025 |
| getpsyched joined the room. | 14:04:57 |
getpsyched | Did you end up cross compiling? | 14:21:35 |
getpsyched | I'm also running into this. I'm trying to install nixos on my new SSD mounted onto the thing but keep getting the GHC error. I thought it was related to this https://github.com/NixOS/nixpkgs/issues/231537#issuecomment-2745384196, but even building against nixpkgs nixos-24.11 gives me the same error. | 14:23:10 |
getpsyched | Ran in circles with this, but --show-trace helped me figure this out:
- First issue was the pip needing sphinx whatever
- I added networkmanager to my config a few days ago, which also gives the GHC failure
- Moving to
nixos-24.11 meant I get the shell check error which wasn't yet fixed in that revision
Fixed now, my config's building :)
| 15:43:49 |
misuzu | https://github.com/NixOS/nixpkgs/pull/393093 | 17:23:24 |
misuzu | https://github.com/NixOS/nixpkgs/pull/399447 | 17:25:56 |
misuzu | Another riscv64 fix https://github.com/NixOS/nixpkgs/pull/403923 | 18:16:32 |
| 4 May 2025 |
getpsyched | ah nice, this fixes the cross compilation bug, right? | 15:32:53 |
misuzu | I hope nothing will break before staging-next 🫠 | 19:38:11 |
| 8 May 2025 |
| 98765abc changed their profile picture. | 11:35:00 |
| 9 May 2025 |
Tristan Ross | DeepComputing is releasing a new RISC-V board for Framework, based on the SiFive P550. Would be interesting to get it and run NixOS onto it. | 03:02:23 |
vixea | Its the eic7702x which has found more cores | 03:44:35 |
vixea | * | 03:44:44 |
Tristan Ross | Interesting, I'm looking at the product brief. | 03:50:53 |
Tristan Ross | Funny that it says gaming under "application scenario" | 03:51:08 |
Alex | Probably for arcade machines or consoles? | 13:04:15 |
Tristan Ross | Oh, that makes sense. | 16:03:29 |
Tristan Ross | What do I need to do to make my VisionFive 2 to boot without using my sdcard to hold the bootloader? Currently, I have it set up for UEFI booting. https://github.com/RossComputerGuy/dotfiles/blob/master/devices/jegan/default.nix | 23:52:40 |
dramforever | In reply to @rosscomputerguy:matrix.org What do I need to do to make my VisionFive 2 to boot without using my sdcard to hold the bootloader? Currently, I have it set up for UEFI booting. https://github.com/RossComputerGuy/dotfiles/blob/master/devices/jegan/default.nix drop the firmware on spi flash, then flip the boot switch to spi | 23:55:34 |