| 11 May 2024 |
| Dagn Hive changed their display name from TAUPHI MORPHO to tauphi. | 06:14:21 |
| 14 May 2024 |
| chrillefkrr joined the room. | 15:44:16 |
| 16 May 2024 |
| @anjoletto:matrix.org left the room. | 21:05:03 |
| 22 May 2024 |
| NixOS Moderation Bot banned KREYREN ⚡️🦀 (TH1520 in Licheepi 4A) (Suspended until 2024-05-29). | 11:45:55 |
| NixOS Moderation Botchanged room power levels. | 15:25:48 |
| NixOS Moderation Botchanged room power levels. | 15:28:03 |
| 26 May 2024 |
| samueldr left the room. | 19:52:17 |
| 28 May 2024 |
Alyssa Ross | fyi https://github.com/NixOS/nixpkgs/pull/315121#issuecomment-2134677196 | 08:50:27 |
Alyssa Ross | We could probably switch to gz compression on all supported kernels, if that's interesting. | 08:56:13 |
hexa | iirc there is no support for that on aarch64 | 09:10:17 |
hexa | * iirc there is no support for compression that on aarch64 | 09:10:25 |
hexa | * iirc there is no support for compression on aarch64 | 09:10:29 |
Alyssa Ross | for RISC-V, I mean | 09:24:16 |
| 29 May 2024 |
| NixOS Moderation Bot unbanned KREYREN ⚡️🦀 (TH1520 in Licheepi 4A). | 12:48:25 |
| @nscnt:matrix.org joined the room. | 15:12:05 |
| Dagn Hive changed their profile picture. | 16:43:47 |
| Dagn Hive changed their profile picture. | 16:46:41 |
| raitobezarius changed their display name from raitobezarius to raitobezarius (DECT: 7248). | 17:08:33 |
| atka joined the room. | 19:49:05 |
atka | hello, what are the nixos package equivalents for openbsi and uboot-qemu? trying to run debian risc-v port in qemu on nixos host | 23:54:37 |
atka | or is there another/better way to play around with risc-v assembly in qemu on nixos | 23:56:12 |
Alex | Does QEMU not bundle OpenSBI and u-boot (or equivalent) for its RISC-V machines? | 23:59:52 |
| 30 May 2024 |
Alex | See https://www.qemu.org/docs/master/system/target-riscv.html#risc-v-cpu-firmware | 00:00:31 |
atka | qemu-system-riscv64: Unable to find the RISC-V BIOS "/usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf" | 00:00:32 |
atka | oh oops, probably my mistake | 00:01:02 |
atka | I have the wrong location specified most likely | 00:01:50 |
Alex | You shouldn't have to specify the location at all if you use -bios default. | 00:02:18 |
atka | ok, thanks, I'll try that again, was following an old debian guide | 00:02:38 |
atka | progress, now getting a kernel panic in qemu | 00:09:58 |
atka | qemu-system-riscv64 -machine 'virt' -cpu 'rv64' -m 1G -device virtio-blk-device,drive=hd -drive file=image.qcow2,if=none,id=hd -device virtio-net-device,netdev=net -netdev user,id=net,hostfwd=tcp::2222-:22 -bios default -kernel /home/atka/downloads/riscv/dqib_riscv64-virt/kernel -object rng-random,filename=/dev/urandom,id=rng -device virtio-rng-device,rng=rng -nographic -append "root=LABEL=rootfs console=ttyS0"
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) | 00:14:43 |