Merge first real hardware report, remove Raspberry Pi placeholder
Build and validate / build (push) Successful in 11s

Lenovo ThinkPad X250 report from issue #1 (submitted via the site form).
Reconstructed cpu/archy_version from the issue body by hand — the
submitted YAML had them glued together with no newline between
("...2.60GHz"1.8.10-alpha), which buildYaml() does not reproduce on these
same field values in isolation (tested directly), so this looks like a
Gitea draft-restore or browser-autofill artifact during actual submission
rather than a bug in the form itself. Values used here are unambiguous
either way. Left the ThinkPad T430 example in place; only removing the Pi
one was requested.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 22:45:00 +00:00
co-authored by Claude Sonnet 5
parent c8f6102cfd
commit d403b5e3ca
3 changed files with 26 additions and 38 deletions
-22
View File
@@ -1,22 +0,0 @@
device_model: "Raspberry Pi 5 (8GB)"
form_factor: sbc
cpu: "Broadcom BCM2712 (4x Cortex-A76)"
ram_gb: 8
storage:
type: nvme
size_gb: 512
wifi_chip: "Broadcom BCM43455 (onboard)"
ethernet: "Broadcom onboard Gigabit"
archy_version: "1.8.4-alpha"
install_method: netboot
status: partial
tested_date: "2026-08-10"
submitted_by: "example-contributor"
issues: |
Example report — replace with a real one. Onboard WiFi drops the
connection under sustained heavy P2P traffic (Bitcoin IBD); a workaround
is to run over Ethernet instead. Everything else (Lightning, apps,
dashboard) works fine.
notes: |
NVMe via the official PCIe HAT. Boots noticeably faster than SD-card
installs.
+13
View File
@@ -0,0 +1,13 @@
device_model: "Lenovo Thinkpad X250"
form_factor: laptop
cpu: "Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz"
ram_gb: 16
storage:
type: ssd
size_gb: 500
wifi_chip: "Intel Wireless 7260"
archy_version: "1.8.10-alpha"
install_method: usb-iso
status: working
tested_date: "2026-09-03"
submitted_by: "ssmithx"
+13 -16
View File
@@ -19,23 +19,20 @@
"_source_file": "example-thinkpad-t430.yml" "_source_file": "example-thinkpad-t430.yml"
}, },
{ {
"device_model": "Raspberry Pi 5 (8GB)", "device_model": "Lenovo Thinkpad X250",
"form_factor": "sbc", "form_factor": "laptop",
"cpu": "Broadcom BCM2712 (4x Cortex-A76)", "cpu": "Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz",
"ram_gb": 8, "ram_gb": 16,
"storage": { "storage": {
"type": "nvme", "type": "ssd",
"size_gb": 512 "size_gb": 500
}, },
"wifi_chip": "Broadcom BCM43455 (onboard)", "wifi_chip": "Intel Wireless 7260",
"ethernet": "Broadcom onboard Gigabit", "archy_version": "1.8.10-alpha",
"archy_version": "1.8.4-alpha", "install_method": "usb-iso",
"install_method": "netboot", "status": "working",
"status": "partial", "tested_date": "2026-09-03",
"tested_date": "2026-08-10", "submitted_by": "ssmithx",
"submitted_by": "example-contributor", "_source_file": "lenovo-thinkpad-x250.yml"
"issues": "Example report \u2014 replace with a real one. Onboard WiFi drops the\nconnection under sustained heavy P2P traffic (Bitcoin IBD); a workaround\nis to run over Ethernet instead. Everything else (Lightning, apps,\ndashboard) works fine.\n",
"notes": "NVMe via the official PCIe HAT. Boots noticeably faster than SD-card\ninstalls.\n",
"_source_file": "example-raspberry-pi-5.yml"
} }
] ]