From a5b9efae1581cc570e14116213265962df13f598 Mon Sep 17 00:00:00 2001 From: Joakim Date: Sun, 3 May 2026 09:10:50 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Milestone=201=20complete=20=E2=80=94=20?= =?UTF-8?q?boots=20to=20serial=20console=20on=20X6200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Buildroot 2025.02.13 LTS, Linux 6.1.82, U-Boot 2023.10 - Serial console working (115200 8N1) - 4x Cortex-A7 @ quad-core, 1GB RAM - Framebuffer active (4x Tux on LCD without LCD patch) - SSH daemon running - 512MB rootfs, 52MB used Ethernet timeout expected — WiFi driver not yet included. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331a384..c1e9310 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The product name **Virtuoso** is reserved for when (if!) Mestre actually deliver | # | Milestone | Status | |---|----------------------------------------------------------------------|--------| -| 1 | Boot a recent Buildroot LTS on the X6200 (serial console) | 🟡 In progress | -| 2 | Forward-port LCD panel driver — full display output | ⚪ Planned | +| 1 | Boot a recent Buildroot LTS on the X6200 (serial console) | ✅ 2026-05-03 | +| 2 | Forward-port LCD panel driver — full display output | 🟡 In progress | | 3 | piHPSDR running on X6200 with working audio | ⚪ Planned | | 4 | `mestre` service: evdev → ALSA virtual MIDI bridge | ⚪ Planned | | 5 | End-to-end: X6200 controlling Hermes-Lite 2 as a control head | ⚪ Planned |