| 9 Aug 2023 |
tau | could it be a driver issue ? | 00:41:36 |
tau | found an issue for it | 00:53:17 |
tau | https://forum.rvspace.org/t/nvme-i-o-timeouts/1545 | 00:53:18 |
tau | may wanna add these to the kernel params misuzu | 00:53:42 |
raitobezarius | I don't think those params will solve anything | 04:12:58 |
tau | i'll let you know if they help | 04:14:05 |
misuzu | In reply to @hive:the-apothecary.club may wanna add these to the kernel params misuzu Nope, same thing. It's likely the issue with the u-boot | 07:16:32 |
| Guilhem joined the room. | 09:28:29 |
tau | the issue where the kernel can't initialize the nvme ? | 13:34:53 |
tau | but i'm still able to boot | 13:35:16 |
misuzu | You're probably using vendor u-boot | 13:52:58 |
tau | i am yea | 13:53:07 |
misuzu | I was talking about https://github.com/starfive-tech/VisionFive2/issues/72 | 13:54:08 |
tau | yea i saw that, i thought that meant the nvme wouldn't boot ? | 13:54:30 |
misuzu | With upstream u-boot, yes | 13:54:47 |
tau | but, it did boot | 13:55:19 |
misuzu | But you have vendor u-boot, not upstream | 13:55:32 |
tau | oh, ok | 13:55:57 |
tau | so it's not that issue then ? | 13:56:33 |
misuzu | Nope | 13:58:25 |
tau | thit | 14:28:31 |
tau | * https://github.com/starfive-tech/VisionFive2/issues/36 | 14:28:36 |
tau | this is the issue i'm experiencing | 14:28:41 |
tau | in the flake.nix, you reference "https://cache.ztier.in", is that the cache url for NickCao/nixpkgs ? or is it for native ? i'm trying to figure out how to setup the flake for the system | 15:26:11 |
[0x4A6F] | In reply to @alex:tunstall.xyz Is this at 1GHz or 1.5GHz? Stock 1GHz. | 15:35:46 |
misuzu | In reply to @hive:the-apothecary.club in the flake.nix, you reference "https://cache.ztier.in", is that the cache url for NickCao/nixpkgs ? or is it for native ? i'm trying to figure out how to setup the flake for the system It's for both | 16:26:11 |
misuzu | nix build .#nixosConfigurations.nixos-native.config.system.build.toplevel
nix build .#nixosConfigurations.nixos-cross.config.system.build.toplevel
| 16:27:37 |
misuzu | For cross the result could be nix copyed, then on vf2 you run sudo nix-env -p /nix/var/nix/profiles/system --set /path/to/result && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch | 16:29:34 |
misuzu | * For cross the result could be nix copyed to the vf2, then on vf2 you run sudo nix-env -p /nix/var/nix/profiles/system --set /path/to/result && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch | 16:29:57 |
tau | awesome thanks | 16:34:14 |