diff --git a/data/reports/example-raspberry-pi-5.yml b/data/reports/example-raspberry-pi-5.yml deleted file mode 100644 index 9a43325..0000000 --- a/data/reports/example-raspberry-pi-5.yml +++ /dev/null @@ -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. diff --git a/data/reports/lenovo-thinkpad-x250.yml b/data/reports/lenovo-thinkpad-x250.yml new file mode 100644 index 0000000..0080e94 --- /dev/null +++ b/data/reports/lenovo-thinkpad-x250.yml @@ -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" diff --git a/site/data.json b/site/data.json index 9b43858..e3213ed 100644 --- a/site/data.json +++ b/site/data.json @@ -19,23 +19,20 @@ "_source_file": "example-thinkpad-t430.yml" }, { - "device_model": "Raspberry Pi 5 (8GB)", - "form_factor": "sbc", - "cpu": "Broadcom BCM2712 (4x Cortex-A76)", - "ram_gb": 8, + "device_model": "Lenovo Thinkpad X250", + "form_factor": "laptop", + "cpu": "Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz", + "ram_gb": 16, "storage": { - "type": "nvme", - "size_gb": 512 + "type": "ssd", + "size_gb": 500 }, - "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 \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" + "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", + "_source_file": "lenovo-thinkpad-x250.yml" } ]