| 4 Nov 2024 |
@rick:matrix.ciphernetics.nl | I don't know of such a system. You might wanna build it on top of buildbot-nix though, possibly (don't have any experience with it but it seems like the hot new thing) | 06:52:19 |
| Neco Arc left the room. | 19:58:40 |
| 5 Nov 2024 |
| @grossmap:in.tum.de left the room. | 14:16:37 |
artemist | qemu-user is known to have problems with some packages, but it sometimes works | 18:09:20 |
| 8 Nov 2024 |
| jschvz joined the room. | 02:56:47 |
| 10 Nov 2024 |
| Magic_RB changed their profile picture. | 17:48:23 |
| sbc64 left the room. | 20:02:04 |
| sbc64 joined the room. | 20:02:54 |
| 12 Nov 2024 |
| Luke removed their profile picture. | 17:33:14 |
| Luke set a profile picture. | 17:33:55 |
| Luke removed their profile picture. | 17:34:45 |
| Luke set a profile picture. | 17:35:21 |
| 13 Nov 2024 |
| Inayet joined the room. | 22:14:57 |
| 20 Nov 2024 |
| Inayet removed their profile picture. | 00:59:26 |
| Kamilla 'ova joined the room. | 12:53:27 |
| 22 Nov 2024 |
| Zach joined the room. | 16:59:30 |
| Morgan (@numinit) joined the room. | 17:49:52 |
| @tanvir:hackliberty.org joined the room. | 20:15:00 |
| EVA-01 changed their profile picture. | 20:26:39 |
| 24 Nov 2024 |
matthewcroughan | chuang: I got pretty far trying to get to mainline kernel with https://github.com/chuangzhu/nixos-sun20iw1p1, I've gotten everything working on the current nixos-unstable, and got systemd-boot/efi working, and an image generator with systemd-repart, but the kernel doesn't boot (probably a panic) | 15:15:56 |
matthewcroughan | I'm currently attempting to try your kernel, but is there any chance you know of what kernel config is supposed to boot, and which option causes the kernel panics? | 15:16:24 |
matthewcroughan | there is no stdout for me to observe the kernel panic so it's not obvious to me | 15:16:35 |
| 25 Nov 2024 |
| @nullcube:matrix.org joined the room. | 09:57:46 |
| 26 Nov 2024 |
matthewcroughan | chuang: I got the d1 booting with 6.11 using a kernel from someone who's maintaining it on 6.11 with only 30~ patches away from mainline | 23:06:43 |
matthewcroughan | https://github.com/esmil/linux/commits/d1-6.11.y/ | 23:07:13 |
matthewcroughan |  Download image.png | 23:07:36 |
matthewcroughan | we need to figure out what is causing those lockups on riscv in our common-config | 23:08:11 |
matthewcroughan | Also, we unnecessarily disable zboot/efi on riscv64 in nixpkgs for some reason, any ideas on why we do that? https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel/common-config.nix#L978-L981 | 23:09:14 |
matthewcroughan | Oh, and the image was made with systemd-repart, which was pretty cool! | 23:10:33 |
matthewcroughan | systemd-analyze
Startup finished in 5.176s (kernel) + 39.477s (initrd) + 1min 36.092s (userspace) = 2min 20.746s
multi-user.target reached after 1min 36.090s in userspace.
| 23:11:48 |