diff --git a/README.md b/README.md index c3d8796..0271249 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # SBC-Testing +See testing/2ndRound.md for current testing details. \ No newline at end of file diff --git a/testing/2ndRound.md b/testing/2ndRound.md new file mode 100644 index 0000000..95e9ad5 --- /dev/null +++ b/testing/2ndRound.md @@ -0,0 +1,25 @@ +- [2nd Round of Testing](#2nd-round-testing) +- [Issues](#issues) + + +### 2nd Round of Testing +The 2nd round of testing will include the same as before except that we'll use U-Boot from the Rocky Linux U-Boot Tools package. We'll continue testing the 6.6.x kernel branch. + +| | Tritrium H5 | Le Potato AML-S905X-CC | La Frite AML-S805X-AC | Renegade ROC-RK3328-CC | Odroid-N2 | +|:---:|:---:|:---:|:---:|:---:|:---:| +| Kernel SBC support | Passed | Passed | | | Passed | +| Vendor U-Boot | Not Tested | Not Tested | | | Not Tested | +| Rocky U-Boot | Passed | Passed* | | | Passed* | +| USB | Passed | Passed | | | Passed | +| Video | Passed | Passed | | | Passed | +| Wi-Fi | N/A | N/A | | | N/A | +| Ethernet | Passed | Passed | | | Passed | + +*Amlogic U-boot binaries must be fip-signed with Amlogic's tools. + + +### Issues +As of 18 January 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.) +Le Potato has issues with the ethernet adapter constantly resetting. +The Odroid N2 is functional other than "reboot" doesnt work. It then says something to the effect of "watchdog didnt stop". Other than that, it seems to work. \ No newline at end of file diff --git a/testing/details.md b/testing/details.md index ef74ef8..63600fd 100644 --- a/testing/details.md +++ b/testing/details.md @@ -2,8 +2,7 @@ - [Testing Requirements](#testing-requirements) - [Initial Testing Libre](#initial-testing-libre) - [Initial Testing Summary](#initial-testing-summary) -- [2nd Round of Testing](#2nd-round-testing) -- [Issues](#issues) + - [thefossguy](#thefossguy) @@ -29,13 +28,12 @@ The table above shows the results for intial testing of ```kernel-mainline-sbc`` As of 3 Jan 2024, the usb issues on the Libre Renegade have been resolved. The Le Potato works fine as well. - -### 2nd Round of Testing -The 2nd round of testing will include the same as before except that we'll use U-Boot from the Rocky Linux U-Boot Tools package. We'll continue testing the 6.6.x kernel branch. - -### Issues + + + +Old Issues: RK3588[S] specific: There are two configuration options that are unrelated to the MMC subsystem which prevent the kernel in finding an MMC device. The kernel _does boot_, but that is not the "real" kernel which is on the disk, in `/boot/vmlinuz-$(uname -r)`. It is the initramfs, and gets into the dracut emergency shell. Not good.