| 7 May 2022 |
matthewcroughan - nix.how | https://github.com/NixOS/nixpkgs/pull/168826 is about as close as we have to a working sdImage as far as I can tell. When I get mine I'll play around | 01:47:56 |
tomberek | I think a dedicated wiki would help. | 01:49:13 |
matthewcroughan - nix.how | That's one thing i intend to accomplish when I get the board. | 01:50:12 |
justinrestivo | In reply to @tomberek:matrix.org I think a dedicated wiki would help. As in, a page on the nixos wiki? Or a separately hosted site? | 07:21:05 |
| 9 May 2022 |
| Julio Sueiras joined the room. | 18:42:05 |
Julio Sueiras | matthewcroughan - nix.how: thanks | 18:42:37 |
Julio Sueiras |  Download B4A781DF-2776-49A5-B805-9A3136C451A1.jpg | 18:42:40 |
Julio Sueiras | * matthewcroughan - nix.how: thanks for getting the board | 18:43:02 |
| 10 May 2022 |
Julio Sueiras | quick question, is it normal for white boot screen? | 01:22:26 |
Julio Sueiras |  Download image.png | 01:53:35 |
Julio Sueiras | both fedora(the factory image that came with the microsd) and nixos image result in the same thing | 01:53:48 |
Julio Sueiras | will probably need to get a UART to USB tomorrow to get the serial boot output | 01:55:00 |
justinrestivo | In reply to @juliosueiras:matrix.org sent an image. I didn't even get output | 11:23:57 |
justinrestivo | In reply to @juliosueiras:matrix.org sent an image. * I didn't even get output. Also going the uart debugging route 😅 | 11:24:19 |
| 11 May 2022 |
Julio Sueiras | getting somewhere(link local address response with the prebuild image) | 23:59:17 |
Julio Sueiras | but need to rebuild the image with password in the configuration.nix to allow sshing | 23:59:37 |
Julio Sueiras | (since the display have issue) | 23:59:41 |
| 12 May 2022 |
Julio Sueiras | going to probably setup the device as a cachix agent | 00:00:02 |
Julio Sueiras | for pushing cache for riscv64 | 00:00:10 |
Julio Sueiras | the part I am confuse about is why is it building perl when is assume the unmatched.cachix.org should provide it | 01:24:07 |
Julio Sueiras | (systemd also) | 01:30:37 |
Julio Sueiras | Zhaofeng Li: quick question, is binary-cache/world.nix is what populate the unmatched.nixos.org? | 01:37:03 |
Julio Sueiras | * Zhaofeng Li: quick question, is binary-cache/world.nix is what populate the unmatched.cachix.org? | 01:37:10 |
Zhaofeng Li | Yes, on this (pretty old) commit: https://github.com/zhaofengli/nixpkgs/tree/riscv-cached | 01:38:57 |
Zhaofeng Li | I haven't kept it up to date lately, so you may want to spend some time building against master instead | 01:39:38 |
Julio Sueiras | k, since I was mostly scratching my head for the fact that it was building systemd(since just realized that unbound, perl, etc are for building systemd) | 01:40:17 |
Julio Sueiras | I assume master in this context being riscv(non-cached) branch? | 01:42:14 |
Julio Sueiras | k, going to let it compile overnight, since binfmt isn't the fastest thing in the world(and mostly doing it because need tweaking the config) | 01:43:19 |
Zhaofeng Li | In reply to @juliosueiras:matrix.org I assume master in this context being riscv(non-cached) branch? I mean the latest master in nixpkgs along with #168826 (and my commits in the riscv branch if you want native builds). I haven't kept my riscv branch up to date either. | 01:46:46 |
Julio Sueiras | ah k | 02:17:30 |