From 95522453998646d1bc42a9aa1c86984a43fc3c52 Mon Sep 17 00:00:00 2001 From: Bryan Zuelly Date: Wed, 7 Aug 2024 00:10:23 -0400 Subject: [PATCH] august 2024 testing results --- testing/aug2024.md | 28 ++++++++++++++++++++++++++++ testing/{details.md => old.md} | 0 2 files changed, 28 insertions(+) create mode 100644 testing/aug2024.md rename testing/{details.md => old.md} (100%) diff --git a/testing/aug2024.md b/testing/aug2024.md new file mode 100644 index 0000000..1b29525 --- /dev/null +++ b/testing/aug2024.md @@ -0,0 +1,28 @@ +- [August 2024 SBC Testing](#aug2024-testing) +- [Issues](#issues) + + +### August 2024 Testing +The round of testing will include the same as before. We'll use U-Boot from the Rocky Linux U-Boot Tools package and test with the 6.10.x branch of upstream kernel. The table below consistes of SBCs from Libre Computer + + +| | All-H3-CC-H5| AML-S905X-CC | AML-S805X-AC | ROC-RK3328-CC | AML-A311D-CC | ROC-RK3399-PC | +|:---:|:---:|:---:|:---:|:---:|:---:|:---:| +| Kernel SBC | Passed | Passed | | Passed | Passed | | +| Vendor U-Boot | Passed | Passed | | Passed | Passed | | +| Rocky U-Boot | NT | NT | | NT | NT | | +| USB | Passed | Passed | | | Passed | | +| Video | Passed | Passed | | Uboot-nov video| Passed | | +| Wi-Fi | N/A | N/A | | N/A | N/A | | +| Ethernet | Passed | Passed | | Passed | Passed | | + +*Amlogic U-boot binaries must be fip-signed with Amlogic's tools. +*Items marked "NT" werent tested, but will be in future testing iterations. + +### Issues +As of 7 August 2024: +Amlogic boards must have their U-boot binaries fip-signed. Currently, this affects both the Le Potato and the Odroid-n2. Check the official u-boot docs for additional information. Amlogic requires written permission for using its signing utilites (if i'm reading it correctly.) + +Most all Libre Boards are fully functional. The exception is the two renegade boards. The Renegade Elite needs additional testing. The renegade rk3328 works but it fully headless(no video during uboot or startup, but video turns on at the login prompt). The le frite has not been tested yet (aml-s805x-ac) + + diff --git a/testing/details.md b/testing/old.md similarity index 100% rename from testing/details.md rename to testing/old.md