| 27 Oct 2023 |
Pratham Patel (you can mention me) | Upstream DT has nodes for eMMC and SD | 12:06:40 |
misuzu | In reply to @thefossguy:matrix.org I was booting uboot from SPI and OS from SD Probably something is missing in the kernel config | 12:06:46 |
Pratham Patel (you can mention me) | Plus, this was with defconfig, not distro config with old[def]config | 12:07:13 |
misuzu | https://github.com/misuzu/nixos-vf2/blob/038cd5ce7ca45ee74c4af3e869e0484a26ac1473/linux-vf2.nix#L13 | 12:07:27 |
misuzu | Check if these are enabled | 12:07:37 |
| * Pratham Patel (you can mention me) is booting the working image to check this | 12:08:39 |
Pratham Patel (you can mention me) | Right off the bat, the first option CPU_FREQ is missing lol | 12:18:22 |
Pratham Patel (you can mention me) | I thought defconfig would set that :/ | 12:18:28 |
misuzu | Also make sure to add these modules to initrd https://github.com/misuzu/nixos-vf2/blob/038cd5ce7ca45ee74c4af3e869e0484a26ac1473/configuration.nix#L26 | 12:20:35 |