Go to file
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
.gitignore first commit, should have done this a day ago 2024-02-18 21:58:03 +00:00
Makefile no need for boot-in-system.img to rebuild everything 2024-02-19 16:07:29 +00:00
README don't growsf on boot, it seems to cause corruption 2024-02-19 19:57:03 +00:00
configuration.nix enable rmtfs: file server for remote processors 2024-02-19 20:00:38 +00:00
default.nix first commit, should have done this a day ago 2024-02-18 21:58:03 +00:00

README

Config for my moto harpia to turn it into a bike computer. We will
need

- working gps
- bluetooth (ble) stuff
- wayland "cage" compositor
- an app
- rsync service so that trails can be downloaded to a computer
- ip connectivity with flight mode
 - give it telent and dandroid as APs
 - use rfkill aggressively to save battery
 

Absent any reason I should not write the app in fennel I'm going to
write the app in fennel. I want it to

- display speed/cadence/time of day/power
- show where I am on a map
- record trail of where I've been (note: indoor counts too)

we can use l"ove2d instead of dragging in that gtk stuff

   SDL2

   To run an SDL2 application on Wayland, set
   SDL_VIDEODRIVER=wayland. 

can we do bluetooth not through dbus? dbus seems to make it flakey



cool extras
===========

adjust screen brightness (go dark when not moving)