| 2 Aug 2023 |
raitobezarius | do we have somewhere a experimental nix installer for riscv or something? | 11:48:08 |
raitobezarius | hmm let's see if debian nix-bin works | 11:48:32 |
raitobezarius | surprisingly it seems to work | 11:50:20 |
Alex |
For more details, refer to eMMC/SDIO3.0 boot issue section in VisionFive 2 Errata Sheet
Has anyone managed to find this errata sheet or should I ask the vendor about it? | 12:39:14 |
sorear | In reply to @raitobezarius:matrix.org got my hand on a 64C RISC-V access temporarily nice | 13:18:51 |
raitobezarius | I checked Debian for openjdk and | 13:22:45 |
raitobezarius | https://buildd.debian.org/status/package.php?p=openjdk-19&suite=sid | 13:22:45 |
raitobezarius | it seems they have some dependency chain issues | 13:22:52 |
sorear | if you'd checked a week ago things would be different but the ports -> official migration is making a mess of things rn | 13:27:09 |
raitobezarius | I see | 13:27:35 |
misuzu | In reply to @0x4a6f:matrix.org Can someone check (with VF2 4GiB or 8GiB), if they also get hangs with newer kernel versions while running memtester 7600? See nixos-hardware#630. # memtester 7600
memtester version 4.6.0 (64-bit)
Copyright (C) 2001-2020 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).
pagesize is 4096
pagesizemask is 0xfffffffffffff000
want 7600MB (7969177600 bytes)
got 7600MB (7969177600 bytes), trying mlock ...locked.
Loop 1:
Stuck Address : ok
Random Value : ok
Compare XOR : ok
Compare SUB : ok
Compare MUL : ok
Compare DIV : ok
Compare OR : ok
Compare AND : ok
Sequential Increment: ok
Solid Bits : ok
Block Sequential : ok
Checkerboard : setting 62^C
memtester 760 5417,84s user 33,44s system 99% cpu 1:30:52,25 total
# uname -a
Linux nixos 6.5.0-rc1 #1-NixOS SMP Tue Jan 1 00:00:00 UTC 1980 riscv64 GNU/Linux
| 13:27:55 |
raitobezarius | sorear: but apparently openjdk-18 has been rmed | 13:28:01 |
raitobezarius | so how can openjdk19 be bootstrapped now? | 13:28:07 |
sorear | by copying in the file from http://ftp.ports.debian.org/debian-ports//pool-riscv64/main/o/openjdk-19/ ? | 13:30:05 |
raitobezarius | so self bootstrapping openjdk19 ? | 13:30:19 |
raitobezarius | another Debian developer is telling me that a strategy could be to just cross build JDK | 13:30:36 |
raitobezarius | which is also something I would imagine we could do | 13:30:43 |
sorear | https://salsa.debian.org/openjdk-team/openjdk/-/blob/openjdk-19/debian/control#L13 package appears to be set up for it | 13:31:32 |
sorear | nothing is being cross build rn, although fpc will have to be in the future | 13:32:28 |
raitobezarius | is someone able to compile natively gnugrep on recent unstable-small on riscv? | 14:04:03 |
raitobezarius | I'm getting https://hydra.newtype.fr/build/16363/nixlog/4 | 14:04:05 |
raitobezarius | but this is a qemu-user | 14:04:07 |
sorear | FYI, your link is inaccessible over IPv4 | 19:10:14 |
Alex | In reply to @sorear:matrix.org FYI, your link is inaccessible over IPv4 The lack of IPv6 from some ISPs (including mine :/) is deplorable, but you might have better chances using mobile data. | 19:12:56 |
sorear | don't currently have a good way to connect the machine i have matrix on to mobile datzA | 19:14:10 |
raitobezarius | Sorry I just don't have legacy IP to spare on that machine :p | 19:44:01 |
raitobezarius | I will plug a SNI proxy later | 19:44:21 |
[0x4A6F] | JFYI: There is also a more general risc-v irc #riscv:catircservices.org room and a matrix space at #riscv:matrix.org | 19:46:36 |
[0x4A6F] | In reply to @misuzu:matrix.org
# memtester 7600
memtester version 4.6.0 (64-bit)
Copyright (C) 2001-2020 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).
pagesize is 4096
pagesizemask is 0xfffffffffffff000
want 7600MB (7969177600 bytes)
got 7600MB (7969177600 bytes), trying mlock ...locked.
Loop 1:
Stuck Address : ok
Random Value : ok
Compare XOR : ok
Compare SUB : ok
Compare MUL : ok
Compare DIV : ok
Compare OR : ok
Compare AND : ok
Sequential Increment: ok
Solid Bits : ok
Block Sequential : ok
Checkerboard : setting 62^C
memtester 760 5417,84s user 33,44s system 99% cpu 1:30:52,25 total
# uname -a
Linux nixos 6.5.0-rc1 #1-NixOS SMP Tue Jan 1 00:00:00 UTC 1980 riscv64 GNU/Linux
Which config did you use? | 19:47:28 |
| 3 Aug 2023 |
misuzu | In reply to @0x4a6f:matrix.org Which config did you use? https://github.com/misuzu/nixos-vf2 | 06:15:47 |