| 9 May 2025 |
dramforever | it's the updater-flash script on nixos-hardware | 23:55:45 |
dramforever | https://github.com/NixOS/nixos-hardware/tree/master/starfive/visionfive/v2#spi-flash | 23:56:06 |
Tristan Ross | Ah, I think I have done that the last time I tried. | 23:56:20 |
Tristan Ross | Will see once my system is cross compiled. | 23:56:35 |
| 10 May 2025 |
Tristan Ross | Geeze, Ampere Altra Max M128-26 is very quick with this. 40 minutes to build my entire config. | 00:57:08 |
Tristan Ross | It took a couple hours when I had Altra Q64-22 doing cross. | 00:57:38 |
Tristan Ross | Weird, u-boot says Card did not respond to voltage select! : -110 but my MBP's sdcard reader works | 01:24:40 |
Tristan Ross | Guess it's not a problem since the OS still booted. | 01:25:39 |
Tristan Ross | Is anyone able to eval config.system.build.toplevel currently on a native RISC-V build? It's pulling in xonsh for eval for me and idk why. | 02:10:47 |
Tristan Ross | I think it might be because of a check the users module does, eval fails because xonsh depends on things which depends on GHC. | 02:11:18 |
Tristan Ross | Oh, it it that since every NixOS test fails to eval. | 02:15:33 |
Tristan Ross | https://github.com/NixOS/nixpkgs/issues/405757 | 02:15:42 |
dramforever | In reply to @rosscomputerguy:matrix.org Weird, u-boot says Card did not respond to voltage select! : -110 but my MBP's sdcard reader works it might be the emmc, which doesn't respond because there's nothing there | 03:51:53 |
Tristan Ross | Oh gotcha, at least things are working so far. | 03:52:21 |
Tristan Ross | 9 out of 1737 derivations are built | 03:52:29 |
Tristan Ross | My hope is this will bootstrap RISC-V native for me | 03:52:44 |
Tristan Ross | sdcard (cross) as a bootstrap -> nvme (native) with no "impurities" | 03:53:23 |
misuzu | Anyone had any luck with orange pi rv2?
I've tried booting this kernel https://github.com/jmontleon/linux-bianbu/tree/4b74864a77515b4679bc1aa2c9255e3fc2b88015 but it hangs for some reason
https://pastebin.com/KdptiY5n | 09:13:38 |
Michael | did you included esos.efl in your initfs? (without it, it hangsm though my log looked different) Maybe for reference: https://github.com/cwt-opi-rv2/linux-cwt-orangepi-ky | 15:47:51 |
Michael | * did you included esos.elf in your initfs? (without it, it hangsm though my log looked different) Maybe for reference: https://github.com/cwt-opi-rv2/linux-cwt-orangepi-ky | 15:48:02 |
Michael | * did you included
esos.elf in your initfs? (without it, it hangs, though my log looked different)
Maybe for reference: https://github.com/cwt-opi-rv2/linux-cwt-orangepi-ky | 17:57:17 |
| 11 May 2025 |
misuzu | Thanks! I've managed to make it work: https://gitlab.com/misuzu/hydra-riscv64/-/commit/f0074904a768816ed826dc59644736b4a6729e1c https://hydra.ztier.in/build/10852 | 09:53:38 |
Tristan Ross | Had a nice little discussion with the founder of DeepComputing. I asked about community distro's like NixOS supporting their hardware and he mentioned things will be open sourced soon. No idea on what exactly it'll take for getting everything to work but sounds promising. | 16:55:04 |
Tristan Ross | My hope is to get that new Framework RISC-V system with the 8 Sifive P550 cores and use that as a secondary dev machine but mainly for RISC-V stuff. | 16:55:52 |
| 12 May 2025 |
Tristan Ross | It took almost 20 hours to compile gfortran on my VisionFive2 lol | 16:24:17 |
| 13 May 2025 |
vixea | Sheesh | 00:27:58 |
Tristan Ross | 855 / 1737 derivations built for my RISC-V system. | 14:54:32 |
Alyssa Ross | Not sure if this will interest anybody but me, but I figured out why pkgsStatic Rust builds don't work on riscv64 :) https://github.com/NixOS/nixpkgs/pull/406797 | 17:10:47 |
Alyssa Ross | * | 17:12:15 |
| 14 May 2025 |
Alyssa Ross | Is the VisionFive2 the RISC-V computer to get, or is there anything out there with more RAM? | 08:23:10 |