| 4 Jul 2023 |
Alex | In reply to @fgaz:matrix.org sent an image. Is that the devel branch kernel?
The CPU frequency shown is the max frequency, but is that also what you get for /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq?
Asking because I don't want to spend 10+ hours building the devel branch kernel (+ time needed to get it to build and work properly). | 15:24:53 |
raitobezarius | you can also just cross compile :p | 15:26:09 |
Alex | In reply to @raitobezarius:matrix.org you can also just cross compile :p I'm not entirely sure how I'd then hook that into nixos-rebuild.
nix copy to the VF2 and then hardcode the store path (or a symlink to it) in place of the native kernel in the system config? | 15:29:04 |
raitobezarius | you want to mix native and cross compiled derivations? | 15:29:41 |
raitobezarius | I'd cross compile an entire NixOS system, boot it, then pick up the rest with native derivation or just keep up with cross compiled stuff | 15:29:58 |
Alex | I already have a running native system, so I'd rather stick to native. | 15:30:53 |
raitobezarius | I see | 15:34:33 |
Alex | That's how I know how long it takes to build the Linux kernel in the first place. 🙃
(I could probably disable a lot of unused modules to reduce the build times, but is it worth it?) | 15:39:16 |
fgaz | In reply to @alex:tunstall.xyz
Is that the devel branch kernel?
The CPU frequency shown is the max frequency, but is that also what you get for /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq?
Asking because I don't want to spend 10+ hours building the devel branch kernel (+ time needed to get it to build and work properly). It's this one (the board is a star64, not a vf2) https://github.com/Fishwaldo/Star64_linux/commit/765947eacb2408a3a232cbe8093bf28a991f3c35
Yes I get 1.5GHz | 15:58:44 |
fgaz | Oh and I had to patch it a bunch | 15:59:57 |
fgaz | I'll add it to nixos-hardware shortly | 16:01:51 |
Alex | In reply to @fgaz:matrix.org
It's this one (the board is a star64, not a vf2) https://github.com/Fishwaldo/Star64_linux/commit/765947eacb2408a3a232cbe8093bf28a991f3c35
Yes I get 1.5GHz Thanks. Both boards use the same SoC, so it still gives me more material to sift through. | 16:02:00 |
| 5 Jul 2023 |
| AtnNn joined the room. | 18:20:40 |
| 6 Jul 2023 |
| Lukas set a profile picture. | 12:32:04 |
| Lukas changed their profile picture. | 12:36:40 |
| Lukas changed their profile picture. | 12:42:35 |
| 7 Jul 2023 |
| Lotte (it/its)/Cinny (she/her) θΔ& changed their profile picture. | 05:31:03 |
fgaz | In reply to @fgaz:matrix.org sent an image. https://github.com/NixOS/nixos-hardware/pull/662 | 19:34:35 |