Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions TESTED_FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ Legend: ✅ Pass · ❌ Fail · 🟡 Todo · 🔁 Retry · 🧪 Manual-only

| Feature | Expected | HW‑V1<br>Pi4 | HW‑V2<br>CM4 | HW‑V2<br>CM5 |
| ---------------------------------------- | ----------------------------------------- | :----------: | :----------: | :----------: |
| Auto-reboot after initial boot | yes, but seem to be a bug | 🟡 | ❌🧪 | 🟡 |
| Debian release `lsb_release -a` | Debian GNU/Linux 13 (trixie) | 🟡 | ✅ | 🟡 |
| OpenMowerOS release `cat /etc/rpi-issue` | OpenMowerOS v2.x YYYY-MM-DD | 🟡 | ✅ | 🟡 |
| Auto-reboot after initial boot | yes, but seem to be a bug | | ❌🧪 | 🟡 |
| Debian release `lsb_release -a` | Debian GNU/Linux 13 (trixie) | | ✅ | 🟡 |
| OpenMowerOS release `cat /etc/rpi-issue` | OpenMowerOS v2.x YYYY-MM-DD | | ✅ | 🟡 |
| Hostname (default) `hostname` | openmower | 🟡 | ✅ | 🟡 |
| Hostname (non- default) `hostname` | <as set by imager> | 🟡 | ✅ | 🟡 |
| Hostname (non- default) `hostname` | <as set by imager> | | ✅ | 🟡 |
| Default user/password | openmower/openmower | 🟡 | ✅ | 🟡 |
| SSH enabled | SSH active on first boot | 🟡 | ✅ | 🟡 |
| SSH enabled | SSH active on first boot | | ✅ | 🟡 |
| SSH public key | Password less SSH login via SSH-key | 🟡 | ✅ | 🟡 |
| Imager Wi‑Fi | Preseeded Wi‑Fi connects on first boot | 🟡 | ✅ | 🟡 |
| Imager openmower pass | Applied when configured | 🟡 | ✅ | 🟡 |
| Imager Wi‑Fi | Preseeded Wi‑Fi connects on first boot | | ✅ | 🟡 |
| Imager openmower pass | Applied when configured | | ✅ | 🟡 |
| No known Wi‑Fi | Comitup AP appears (default SSID pattern) | 🟡 | ✅ | 🟡 |
| AP portal | Able to configure Wi‑Fi, then joins WLAN | 🟡 | ✅ | 🟡 |
| Internal LAN | xCore is getting an IPv4 | 🟡 | ✅ | 🟡 |
| Internal LAN | xCore is getting an IPv4 | -- | ✅ | 🟡 |
| Home LAN | eth0 IPv4 by your networks DHCP | 🟡 | ✅ | 🟡 |
| SSH | Reachable after network is up | 🟡 | ✅ | 🟡 |
| WebTerminal (ttyd) | Reachable at port 7681 | 🟡 | ✅ | 🟡 |
| Dockge | Reachable at port 5001 | 🟡 | ✅ | 🟡 |
| ESC access | Ports get exposed via `openmower ...` cmd | 🟡 | 🟡 | 🟡 |
| GNSS access | Port get exposed via `openmower ...` cmd | 🟡 | 🟡 | 🟡 |
| Container shell (prefix) | `openmower shell` has docker prefix | 🟡 | ✅ | 🟡 |
| SSH | Reachable after network is up | | ✅ | 🟡 |
| WebTerminal (ttyd) | Reachable at port 7681 | | ✅ | 🟡 |
| Dockge | Reachable at port 5001 | | ✅ | 🟡 |
| ESC access | Ports get exposed via `openmower ...` cmd | | 🟡 | 🟡 |
| GNSS access | Port get exposed via `openmower ...` cmd | | 🟡 | 🟡 |
| Container shell (prefix) | `openmower shell` has docker prefix | | ✅ | 🟡 |

## Notes

Expand Down