Files
ArchyHCL/site/data.json
T

42 lines
1.6 KiB
JSON
Raw Normal View History

[
{
"device_model": "Lenovo ThinkPad T430",
"form_factor": "laptop",
"cpu": "Intel Core i5-3320M",
"ram_gb": 8,
"storage": {
"type": "ssd",
"size_gb": 256
},
"wifi_chip": "Intel Centrino Advanced-N 6205",
"ethernet": "Intel 82579LM",
"archy_version": "1.8.4-alpha",
"install_method": "usb-iso",
"status": "working",
"tested_date": "2026-08-15",
"submitted_by": "example-contributor",
"notes": "Example report \u2014 replace with a real one. Boots and installs cleanly from\na USB stick made with the standard ISO. No BIOS changes needed beyond\nenabling AHCI mode (should already be default on most T430s).\n",
"_source_file": "example-thinkpad-t430.yml"
},
{
"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 \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"
}
]