23 Jun 2025 |
Tristan Ross | Has anyone gotten graphics to work on the VisionFive2? I'm using the nixos-hardware module. | 05:33:20 |
dramforever | it doesn't work, the HDMI driver is not in mainline | 10:40:06 |
dramforever | (yes, you've been using mainline linux on your vf2 this whole time) | 10:40:33 |
Tristan Ross | In reply to @dramforever:matrix.org it doesn't work, the HDMI driver is not in mainline What about the fork? Would that work? | 12:30:01 |
Alex | In reply to @rosscomputerguy:matrix.org What about the fork? Would that work? If you mean the vendor's branch, in my experience no.
(The "upstream" branch runs into a kernel panic on boot when HDMI is connected. The "dev" branch is a nightmare to compile.) | 13:23:44 |
Tristan Ross | In reply to @alex:tunstall.xyz If you mean the vendor's branch, in my experience no.
(The "upstream" branch runs into a kernel panic on boot when HDMI is connected. The "dev" branch is a nightmare to compile.) Oh, that's cursed | 13:50:10 |
25 Jun 2025 |
| craigbro joined the room. | 02:14:57 |
craigbro | greetings. I just install nix using the project installer on my orangepi rv2 running ubuntu. | 02:22:17 |
craigbro | * greetings. I just installed nix using the project installer on my orangepi rv2 running ubuntu. | 02:22:25 |
craigbro | thanks for all the work to get it working this far | 02:22:47 |
dramforever | just have to go full nixos now | 02:23:19 |
dramforever | (i don't know if there's anything ready for that) | 02:23:32 |
craigbro | craig@orangepirv2:/etc/nix$ nix shell nixpkgs#cowsay -c cowsay "It Works!"
< It Works! >
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
| 02:26:47 |
craigbro | so the binary caches listed on the wiki page run just fine. However, until I added them, I consistenty got a segfault patching libpcre while building bootstrap-tools (on every branch/tag/release I tried) | 02:27:44 |
dramforever | whwat does cat /proc/cpuinfo say | 02:28:22 |
dramforever | just, the first core | 02:28:30 |
dramforever | * what does cat /proc/cpuinfo say | 02:28:37 |
dramforever | it should be basically identical for the rest | 02:28:47 |
craigbro | processor : 0
hart : 0
model name : Ky(R) X1
isa : rv64imafdcv_zicbom_zicboz_zicntr_zicond_zicsr_zifencei_zihintpause_zihpm_zfh_zfhmin_zca_zcd_zba_zbb_zbc_zbs_zkt_zve32f_zve32x_zve64d_zve64f_zve64x_zv
fh_zvfhmin_zvkt_sscofpmf_sstc_svinval_svnapot_svpbmt
mmu : sv39
uarch : ky,x60
mvendorid : 0x710
marchid : 0x8000000058000001
mimpid : 0x1000000049772200
| 02:28:59 |
dramforever | hmm, not the pcre bug i was thinking then | 02:29:21 |
craigbro | yah, it's not running it, but patching it during the build, or so my reading of the logs implies.. | 02:30:19 |
dramforever | can you post the the full log somewhere? | 02:30:27 |
craigbro | yup, regenerating it now | 02:30:35 |
dramforever | nix log /nix/store/the-failed-thing.drv | 02:31:33 |
craigbro | https://dontpad.com/rdqp19w8blii1jrkwjq8hk9wcla2jpkd | 02:36:37 |
dramforever | that looks a bit corrupt, can you try something like nix log the-thing | curl -F "c=@-" "https://fars.ee/" | 02:40:43 |
craigbro | it's compiling sops now (as part of my devshell for my flake world, got the cpu at 92c | 02:41:17 |
craigbro | heatsink ordered... | 02:41:31 |
craigbro | ah, yah, I corrected it | 02:42:44 |
craigbro | in the gist/dontpad note | 02:42:48 |