Commit Graph

18 Commits

Author SHA1 Message Date
Daniel Barlow 6d7bf21483 move modem-manager into pkgs/ 2024-07-21 20:57:55 +01:00
Daniel Barlow a0e7e97a5c add "saturn", a launcher package 2024-07-21 20:56:12 +01:00
Daniel Barlow 0bedce6144 disable dyndbg kernel param 2024-07-19 23:48:04 +01:00
Daniel Barlow 4d968948cd remoe commented-out dead code 2024-07-19 23:47:24 +01:00
Daniel Barlow 09a57c4269 disable the gps engine lock 2024-07-19 23:44:36 +01:00
Daniel Barlow 82635955fe add modemmanager service and udev rules to tag the modem parts
a surprisngly large number of the udev rules do turn out to
be actually needed. Ignore the pasted comments  about rpmsgexport,
even those ones are important
2024-07-19 23:44:19 +01:00
Daniel Barlow ff895276c8 add minimal ModemManager for use with GPS
can't use the regular nixos modem-manager because it doesn't
cross-compile
2024-07-19 22:47:22 +01:00
Daniel Barlow 3174caa0ed delete commented-out Potter relics 2024-02-19 20:04:57 +00:00
Daniel Barlow 4e78ad4d91 enable rmtfs: file server for remote processors
(I'm guessing it's actually more of a "block storage" service as it
expects to serve straight from mmc partitions with no filesystem in
sight)

This is step 1 towards getting the modem working, and also seems to
have initialised the audio

[  682.111619] remoteproc remoteproc1: remote processor 4080000.remoteproc is now up
[...]
[  682.580706] input: msm8916 Headset Jack as /devices/platform/soc@0/7702000.sound/sound/card0/input5
[  687.912897] wwan wwan0: port wwan0at0 attached
[  687.914081] wwan wwan0: port wwan0at1 attached
[  687.944139] wwan wwan0: port wwan0qmi0 attached
2024-02-19 20:00:38 +00:00
Daniel Barlow 1ed8201d86 use networkd, it's the future
I turned this on while tryig to make wifi work and although it
didn't have that effect I also haven't subsequently tried turning it off
2024-02-19 19:58:36 +00:00
Daniel Barlow 2932649a51 don't growsf on boot, it seems to cause corruption 2024-02-19 19:57:03 +00:00
Daniel Barlow 63359b5d06 no need for boot-in-system.img to rebuild everything 2024-02-19 16:07:29 +00:00
Daniel Barlow f7aac2054c trace firmware loading calls 2024-02-18 22:08:21 +00:00
Daniel Barlow 60dcd5c39a make(sic) it easier to flash boot image 2024-02-18 22:07:37 +00:00
Daniel Barlow 07a29f8004 enable opengl (maybe) 2024-02-18 22:06:09 +00:00
Daniel Barlow e43e9814a6 add ssh keys for root 2024-02-18 22:04:07 +00:00
Daniel Barlow 0ac38e0d39 switch from potter to harpia 2024-02-18 22:01:55 +00:00
Daniel Barlow fd0be0908f first commit, should have done this a day ago 2024-02-18 21:58:03 +00:00