| 6 Sep 2025 |
| SomeoneSerge (utc+3) changed their display name from SomeoneSerge (Ever OOMed by Element) to SomeoneSerge (@nixcon & back on matrix). | 09:24:25 |
| @lotte:chir.rs changed their profile picture. | 17:10:44 |
| 8 Sep 2025 |
| zimward changed their display name from zimward @ NixCon to zimward. | 08:15:08 |
| 9 Sep 2025 |
| amaan set a profile picture. | 07:59:48 |
| amaan changed their profile picture. | 08:00:03 |
| @lotte:chir.rs changed their profile picture. | 09:12:53 |
| zrsk changed their display name from zrsk to aciceri. | 15:02:54 |
| Alister Galpin joined the room. | 16:52:09 |
| Albert Larsan joined the room. | 19:55:18 |
| 10 Sep 2025 |
| SomeoneSerge (utc+3) changed their display name from SomeoneSerge (@nixcon & back on matrix) to SomeoneSerge (back on matrix). | 00:37:55 |
| 12 Sep 2025 |
| Theo Paris left the room. | 01:43:06 |
| 13 Sep 2025 |
| oak changed their profile picture. | 09:44:27 |
| oak changed their profile picture. | 09:45:47 |
| 14 Sep 2025 |
| @emma:rory.gay joined the room. | 08:40:01 |
| faukah joined the room. | 16:42:32 |
| 16 Sep 2025 |
| @haras-unicorn:matrix.org left the room. | 16:16:19 |
| 21 Sep 2025 |
| Michael joined the room. | 17:20:55 |
| 22 Sep 2025 |
dramforever | hi, has anyone been using the visionfive 2 sd card image in sd boot mode? can you confirm that it works from a fresh dd? https://github.com/NixOS/nixos-hardware/tree/master/starfive/visionfive/v2 | 10:10:47 |
dramforever | so to check for sure, if you're in sd card mode and you remove the sd card it should immediately print an error like "boot fail" or something, no mention of u-boot spl | 10:11:27 |
dramforever | well remove the sd card before booting | 10:11:40 |
Alex | In reply to @dramforever:matrix.org hi, has anyone been using the visionfive 2 sd card image in sd boot mode? can you confirm that it works from a fresh dd? https://github.com/NixOS/nixos-hardware/tree/master/starfive/visionfive/v2 I have used it to boot custom M mode code instead of the SPL and it worked. | 10:12:42 |
dramforever | thanks! | 10:13:19 |
Alex | Do you need help debugging boot problems? | 10:13:39 |
dramforever | i'm good, someone was asking in liberachat #riscv about the boot process, and was doubting if the gpt partition thing is real | 10:14:32 |
dramforever | i don't have the hardware with me so i was just looking for a positive confirmation that it's a real thing | 10:15:00 |
Alex | Ah, because the vendor revised all their documentation to recommend against using it, in some cases even removing references to it. | 10:15:10 |
Alex | I might still have copies of some older versions of the documentation if it's no longer well documented. | 10:15:40 |
| 23 Sep 2025 |
outfoxxed | Continuing from last night in the main room here https://matrix.to/#/#users:nixos.org/$9PGx1smm5r8lM79J9wKW3uiI3zyGLogHe7d0t9DOjn0, I'm attempting to get a milkv jupiter booting. So far I've made it here with an sdcard image:
[ 2.094640] Warning: unable to open an initial console.
[ 2.108202] Freeing unused kernel image (initmem) memory: 11332K
[ 2.118470] Checked W+X mappings: passed, no W+X pages found
[ 2.121250] Run /init as init process
[ 2.124855] with arguments:
[ 2.127799] /init
[ 2.130048] with environment:
[ 2.133182] HOME=/
[ 2.135523] TERM=linux
[ 2.252879] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[ 2.257607] CPU: 1 PID: 1 Comm: init Not tainted 6.6.63 #1-NixOS
[ 2.263589] Hardware name: Milk-V(M1) Jupiter (DT)
[ 2.268364] Call Trace:
[ 2.270797] [<ffffffff800070f2>] dump_backtrace+0x28/0x30
[ 2.276177] [<ffffffff811e6ac6>] show_stack+0x38/0x44
[ 2.281211] [<ffffffff8120863e>] dump_stack_lvl+0x44/0x5c
[ 2.286593] [<ffffffff8120866e>] dump_stack+0x18/0x20
[ 2.291627] [<ffffffff811e6dbc>] panic+0x11a/0x302
[ 2.296401] [<ffffffff80026b2e>] do_exit+0x930/0x936
[ 2.301349] [<ffffffff80026cd6>] do_group_exit+0x30/0x80
[ 2.306644] [<ffffffff80026d4a>] __wake_up_parent+0x0/0x2c
[ 2.312114] [<ffffffff81209318>] do_trap_ecall_u+0x12a/0x13e
[ 2.317756] [<ffffffff8121575c>] ret_from_exception+0x0/0x64
[ 2.323404] SMP: stopping secondary CPUs
[ 2.327332] Kernel Offset: 0x0 from 0xffffffff80000000
[ 2.332431] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 ]---
with the commandline:
[ 0.000000] Kernel command line: earlycon=sbi console=ttyS0,115200n8 loglevel=8 swiotlb=65536 init=/nix/store/yqr77mh0018a3ln6m57qks91vv0ms1dq-nixos-system-jupiter-sd-card-25.11pre-git/init debug lsm=landlock,yama,bpf boot.debugtrace
and I'm not sure where to go from here, because it doesn't seem to be starting init (or I'm just getting no logs, I see nothing about ttyS0 actually coming online) | 04:47:44 |
outfoxxed | I've also copied the init binary in the nix store to /init in the rootfs, though I don't know if the kernel is trying to load from there or initrd | 04:48:24 |
outfoxxed | made it to stage1 by manually loading everything, extlinux still won't | 09:17:41 |