| 9 May 2025 |
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 |
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 |