!xmLtiCaAJxfhURjrXl:matrix.org

NixOS RISC-V

238 Members
NixOS on RISC-V https://wiki.nixos.org/wiki/RISC-V https://pad.lassul.us/NixOS-riscv64-linux 70 Servers

Load older messages


SenderMessageTime
11 Mar 2024
@joerg:thalheim.ioMic92I saw it's booting the firmware from the SPI.19:26:51
@skeuchel:matrix.orgSteven KeuchelI have started packaging the stuff here https://github.com/skeuchel/nixos-hardware/commit/46033abd4332bc39c3d716e71ebfab6bad4ce0f019:27:52
@skeuchel:matrix.orgSteven KeuchelI have trouble with LinuxBoot though.19:28:07
@skeuchel:matrix.orgSteven Keuchelyou can cross-compile a basic system first. boot it and then natively compile a proper one19:29:11
@joerg:thalheim.ioMic92How did you format and place all those files? Do I just need to put things into fat?19:30:15
@rmrs:matrix.orgS. Reimers joined the room.19:31:09
@skeuchel:matrix.orgSteven Keucheldo you want to boot from SPI or SD?19:31:45
@joerg:thalheim.ioMic92Either is fine.19:31:54
@skeuchel:matrix.orgSteven Keuchelyou have to use a newer bootloader than the pre-flashed one19:32:22
@skeuchel:matrix.orgSteven Keuchelso to boot from SPI you would have to flash from an existing image first19:32:37
@joerg:thalheim.ioMic92 S. Reimers: order some sdcard :) 19:32:53
@rmrs:matrix.orgS. ReimersI think we have one (:19:33:16
@skeuchel:matrix.orgSteven Keuchelbest grab the bootloader from https://github.com/sophgo/bootloader-riscv/actions19:33:17
@skeuchel:matrix.orgSteven Keuchelthe sophgo-bootloader-single build artifact is what you want. (-multi is for some multisocket board)19:34:23
@skeuchel:matrix.orgSteven Keuchelit contains a .bin to flash to SPI and an SD .img that contains just one partition with all the boot stages19:35:02
@skeuchel:matrix.orgSteven KeuchelI hope you got the box though, not just the bare board, because by default the bootloader does not output the bootmenu on serial :(19:35:51
@joerg:thalheim.ioMic92We have the case19:36:05
@joerg:thalheim.ioMic92USB-C serial works19:36:16
@joerg:thalheim.ioMic92I am going to chatgpt some docs out of this conversation.19:37:05
@skeuchel:matrix.orgSteven Keuchelwith that on an sdcard, you can simply cross-compile nixos to a second partition. or to a USB, SATA, or NVME drive .19:37:08
@skeuchel:matrix.orgSteven Keucheloh and I'm running this kernel now https://github.com/sophgo/linux-riscv/tree/sg2042-dev-6.619:39:48
@joerg:thalheim.ioMic92How does the boodloader than find the nixos on the second partition i.e. the kernel, initrd and so on?19:40:47
@skeuchel:matrix.orgSteven KeuchelLinuxBoot is a bit generic and scans for extlinux, grub.cfg, etc.19:41:10
@skeuchel:matrix.orgSteven Keuchelyou can also EFI boot19:41:44
@skeuchel:matrix.orgSteven Keuchelbut that does not work from SD19:41:50
@skeuchel:matrix.orgSteven KeuchelSD has to be mbr, because the zsbl does not support gpt for some reason19:42:18
@skeuchel:matrix.orgSteven Keucheleven though the Arm TF and the FAT code inside zsbl do support gpt.19:43:04
@joerg:thalheim.ioMic92 Steven Keuchel: so you just went the grub route to have a /boot/grub.cfg? 19:44:35
@skeuchel:matrix.orgSteven Keuchelno I started with extlinux and then eventually switched to efi boot19:45:06
@skeuchel:matrix.orgSteven KeuchelI think grub cross-compilation failed19:45:20

Show newer messages


Back to Room ListRoom Version: 10