2572f47e41
feat: add NixOS module for HackerGadgets AIO v2 board (uConsole CM5)
...
- New module: hardware.uconsole-cm5-aio-v2
- GPIO rail control for GPS (27), LORA (16), SDR (7), USB (23)
- Systemd oneshot service (aiov2-rails-boot) to apply states at boot
- aiov2_ctl CLI tool packaged from GitHub source
- GPS UART support (ttyAMA0, 9600 baud) with dialout group
- Optional systemd user service for system tray GUI
- Wired into uconsole-cm5 NixOS config + SD image
All rails default OFF — activate on demand with:
aiov2_ctl <GPS|LORA|SDR|USB> on
2026-06-16 19:00:50 -04:00
67aafe37db
fix: add DSI_INIT0 lane config to old panel init seq + fix mode_flags
2026-06-13 18:59:29 -04:00
cb2b535fde
fix: correct patch format — blank line between hunks
2026-06-13 18:51:39 -04:00
2c9136d1dc
fix: add DSI_INIT0 lane config to old panel init_sequence + fix mode_flags
2026-06-13 18:49:36 -04:00
6fac886598
revert: remove failed CWU50 display fix patches
2026-06-13 18:04:06 -04:00
a4f4891236
try: no-burst-no-sync-pulse (VIDEO only)
2026-06-13 17:12:51 -04:00
3a809938c9
try: no-sync-pulse variant (keep BURST, remove SYNC_PULSE)
2026-06-13 16:38:24 -04:00
0f765d99cb
feat: add CWU50 display patch (no-burst) + fix flake syntax
...
Remove extra '};' that broke flake.nix parsing.
Apply kernel patch '0008-panel-cwu50-no-burst.patch' to remove
MIPI_DSI_MODE_VIDEO_BURST flag in panel-cwu50.c.
Switch nixos-uconsole module to consolidated uconsole-cm5 module.
Keep patches/0008-panel-cwu50-remove-sync-pulse.patch as variant.
2026-06-13 16:27:32 -04:00
4d8087badf
fix: apply DSI burst mode fix as kernel patch overlay
2026-06-13 13:47:35 -04:00
6543de3a45
fix: correct sd-image module to nixosModules.sd-image
2026-06-12 21:57:49 -04:00
0db8071300
fix: correct sd-image module path
2026-06-12 21:56:22 -04:00
9038863728
fix: remove dead rpi-pkgs line
2026-06-12 21:48:48 -04:00
7e3b2520eb
fix: use nixos-raspberrypi.lib.nixosSystem + sd-image module directly
2026-06-12 21:47:29 -04:00
80efb68428
feat(uconsole): add flashable SD image package (SSH+WiFi+keys)
2026-06-12 21:42:51 -04:00
3d86af76b9
fix: remove non-existent ssh opts for nixpkgs-25.11
2026-06-12 20:55:42 -04:00
656570b39e
fix: use plain string for bootloader setting
2026-06-12 20:54:19 -04:00
8b6990ceee
deploy1(uconsole): revert rasberry-pi-5.base removal — keep minimal SSH+WiFi config
2026-06-12 20:52:11 -04:00
a312c29221
fix: remove boot.loader.raspberry-pi reference (option removed with rasberry-pi-5.base)
2026-06-12 20:48:30 -04:00
053dd535d3
deploy1(uconsole): minimal config — no rasberry-pi-5.base, just SSH + WiFi + keys
2026-06-12 20:47:11 -04:00
35e4155b8c
fix(uconsole): remove configtxt module (conflicting overlays) — use extra-config only
2026-06-12 20:20:39 -04:00
e8218c322a
fix(uconsole): set ignore_lcd=0 + disable conflicting dt-overlays
2026-06-12 20:19:21 -04:00
931ed2ac27
fix(uconsole): clean config.txt — clear conflicting defaults, single [pi5] section
2026-06-12 20:16:50 -04:00
052081616c
test: remove self.submodules to check Lix compatibility
2026-06-12 19:24:43 -04:00
d3d7cdff44
Revert "fix: remove self.submodules (not supported by Lix)"
...
This reverts commit 5202bc1fcb .
2026-06-12 18:59:04 -04:00
5202bc1fcb
fix: remove self.submodules (not supported by Lix)
2026-06-12 18:56:44 -04:00
9319e32683
fix(uconsole): cross-compile Lix instead of using native aarch64 flake package
2026-06-12 18:41:44 -04:00
7da46d5769
refactor(uconsole): use standard inject-overlays helpers instead of manual overlay list
2026-06-12 18:21:45 -04:00
8ea6be7ac1
fix: remove rpi-cross-overlay import from uconsole-cm5 modules
2026-06-12 17:11:17 -04:00
b455bf6866
chore: remove rpi-cross-overlay — fork nixpkgs-rpi.nix already handles cross-compile
2026-06-12 17:10:19 -04:00
ce7c594562
feat: enable ca-derivations experimental feature on lazyworkhorse
2026-06-12 16:50:16 -04:00
eb5e64ec67
Revert "chore: ignore hyperspace files from feat/hyperspace-pods-module"
...
This reverts commit ec44012a64 .
2026-06-12 16:47:15 -04:00
ec44012a64
chore: ignore hyperspace files from feat/hyperspace-pods-module
2026-06-12 16:46:17 -04:00
16acc6a153
fix(uconsole): resolve conflicting SSH options + properly override nixos-uconsole's nixos-raspberrypi input
...
- mkForce on PermitRootLogin and PasswordAuthentication
- nixos-uconsole.inputs.nixos-raspberrypi follows our fork
2026-06-12 16:43:33 -04:00
5ee644e9dd
feat(uconsole): add rpi-cross-overlay module + Lix
...
- rpi-cross-overlay.nix: override pkgs.rpi with cross-compilation
when buildPlatform != hostPlatform (0 QEMU)
- Lix nix daemon for uConsole (aarch64-linux)
- Remove broken inline overlay from flake.nix
2026-06-12 16:36:49 -04:00
efc50d23c4
Added home wifi infos
2026-06-12 16:19:57 -04:00
a527b65eae
fix(uconsole): rename secret to home_wifi (shared across hosts, not uconsole-specific)
2026-06-12 16:17:48 -04:00
698d3f91eb
feat(uconsole): add agenix secret for WiFi credentials
...
- age.secrets.uconsole-wifi (SSID+password in encrypted file)
- systemd service ensure-wifi reads decrypted secret and configures NM
- agenix.nixosModules.default imported for uconsole-cm5
- uconsole-wifi.age declared in secrets/secrets.nix
2026-06-12 16:15:37 -04:00
1f99ca0d37
feat(uconsole): add cm5 cross-compiled nixosConfiguration
...
- New host: uconsole-cm5 (aarch64-linux, cross-built from x86_64)
- SSH authorizedKeys: gortium.main + ai-worker.main
- NetworkManager enabled (WiFi password via agenix later)
- Display: vc4/panel_cwu50/rp1_dsi with empty initrd
- Config.txt [pi5] section (not [cm5])
- Backlight fix service
- nixos-raspberrypi → gortium/cm5-cross-v1 fork (PR #197 )
- nixpkgs-uconsole pinned to nixos-25.11 (kernel patch compat)
V3 branch saved as archive/uconsole-cm5-v3 (Reticulum/SDR/HAM config).
2026-06-12 16:02:13 -04:00
36359de6aa
Merge pull request 'feat: add Syncthing firewall port and update compose submodule' ( #47 ) from feat/syncthing-org-sync into master
...
Reviewed-on: #47
2026-05-19 00:34:42 +00:00
Robert
10b8565fd6
Merge branch 'master' into feat/syncthing-org-sync
2026-05-18 20:33:29 -04:00
Robert
f672696b8e
Update submodule for syncthing
2026-05-18 20:31:07 -04:00
0980dca455
fix: update compose submodule to Traefik-routed Syncthing
2026-05-14 21:40:12 -04:00
96bc20ab70
feat: add Syncthing firewall port and update compose submodule
2026-05-14 21:36:26 -04:00
670ae4f002
Merge pull request 'fix: update compose submodule — use ln -sf for iptables-nft' ( #46 ) from fix/vpn-iptables-nft-v3 into master
...
Reviewed-on: #46
2026-05-13 17:00:16 +00:00
f785abfd49
fix: update compose submodule — use ln -sf for iptables-nft
2026-05-13 12:59:04 -04:00
6f44aa7f76
Merge pull request 'fix: update compose submodule — remove apk add iptables-nft' ( #45 ) from fix/vpn-iptables-nft-v2 into master
...
Reviewed-on: #45
2026-05-13 16:49:39 +00:00
8d40f1691f
fix: update compose submodule — remove apk add iptables-nft
2026-05-13 12:49:14 -04:00
Robert
2dd2e64986
Merge remote-tracking branch 'origin/master'
2026-05-13 12:42:54 -04:00
Robert
23fc5e0597
Give a little more ssh room for tramp
2026-05-13 12:41:09 -04:00
0c9c33d735
Merge pull request 'fix: update wg-easy to official ghcr image with iptables-nft' ( #44 ) from fix/vpn-iptables-nft-upstream into master
...
Reviewed-on: #44
2026-05-13 16:39:56 +00:00