-
-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starfive/visionfive/v1: init #479
Conversation
070e56c
to
f2b9108
Compare
To build the SD image:
{ config, ... }:
{
imports = [ <nixos-hardware/starfive/visionfive/v1/sd-image-installer.nix> ];
# or imports = [ "${nixos-hardware-directory}/starfive/visionfive/v1/sd-image-installer.nix" ];
nixpkgs.crossSystem = {
config = "riscv64-unknown-linux-gnu";
system = "riscv64-linux";
};
} |
Looks like the documentation has changed. |
Can you add your last two messages to a README.md in the |
loading module dm_mod...
[ 4.770798] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 4.783332] device-mapper: uevent: version 1.0.3
[ 4.788525] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
running udev...
Starting version 250.4
kbd_mode: KDSKBMODE: Inappropriate ioctl for device
starting device mapper and LVM...
[ 10.469265] random: crng init done
waiting for device /dev/disk/by-label/NIXOS_SD to appear.......................
Timed out waiting for device /dev/disk/by-label/NIXOS_SD, trying to mount anyway.
mounting /dev/disk/by-label/NIXOS_SD on /...
[ 40.484664] /dev/disk/by-label/NIXOS_SD: Can't open blockdev
mount: mounting /dev/disk/by-label/NIXOS_SD on /mnt-root/ failed: No such file or directory
An error occurred in stage 1 of the boot process, which must mount the
root filesystem on `/mnt-root' and then start stage 2. Press one
of the following keys:
r) to reboot immediately
*) to ignore the error and continue As far as I can tell, this error is likely on nixpkgs' side, but I could be wrong. |
bors merge |
Build succeeded:
|
Moving from NixOS/nixpkgs#168826.