diff --git a/additional-info/lafrite.md b/additional-info/lafrite.md new file mode 100644 index 0000000..57c23b5 --- /dev/null +++ b/additional-info/lafrite.md @@ -0,0 +1 @@ +https://www.sigmdel.ca/michel/ha/la_frite/first_lafrite_en.html diff --git a/initial-testing/initial.md b/initial-testing/initial.md deleted file mode 100644 index 4ed4285..0000000 --- a/initial-testing/initial.md +++ /dev/null @@ -1,22 +0,0 @@ -| | Tritrium H5 | Le Potato AML-S905X-CC | La Frite AML-S805X-AC | Renegade ROC-RK3328-CC | -|:---:|:---:|:---:|:---:|:---:| -| Kernel SBC support [^1] | Passed | Passed | | Passed | -| Vendor U-Boot [^2] | Yes | Yes | Yes | Yes | -| Rocky U-Boot [^3] | Not Tested | Not Tested | | Not Tested | -| USB [^4] | Passed | Passed | Passed | Passed | -| Video [^5] | Passed | Passed | Lost Video at kernel takeover | Passed | -| Wi-Fi [^6] | N/A | N/A | N/A | N/A | -| Ethernet | Passed | Passed | Blinking Green LED | Passed | - -[^1]: This is the kernel-mainline-sbc package that is currently being built/tested. -[^2]: Vendor U-Boot is sometimes used for initial testing until it is packaged by Rocky Linux. -[^3]: This is the U-Boot tools package built by the Rock Linux project. -[^4]: USB ports should work both during boot and at the login prompt. -[^5]: HDMI should work both during boot and at login, where supported by upstream. -[^6]: Wi-Fi should be functional, where applicable (mostly Raspberry Pi's) - - -## Summary -The table above shows the results for intial testing of ```kernel-mainline-sbc```. Both the Libre Le Potato and Libre Renegade will need additional testing while the Tritrium and the Le Potato are working great. The other board tested was the Orange Pi 5. It works great, however, we had to build a custom uboot package for it. (needs to be added to Rocky's uboot-tools package) #### Last Edited 01/02/2024 - -As of 3 Jan 2024, the usb issues on the Libre Renegade have been resolved. diff --git a/testing/details.md b/testing/details.md new file mode 100644 index 0000000..93025c2 --- /dev/null +++ b/testing/details.md @@ -0,0 +1,29 @@ +**Table of Contents:** +- [Testing Requirements](#testing-requirements) +- [Initial Testing Libre](#initial-testing-libre) +- [Initial Testing Summary](#initial-testing-summary) + + +### Requirements for Testing +The kernel-mainline-sbc package being referenced is the currently being built/tested. Vendor U-boot has been used in most of the initial testing. Future tests will include testing with the same criteria in the tables below, but instead we'll use U-Boot provided by the uboot-tools for Rocky Linux. All USB ports should work during the uboot stage of the boot process as well as once uboot has handed off to the kernel all the way to the login prompt. Video output should function both during U-Boot and the login prompt. Finally, Wi-Fi, where applicable, should be functional. The "generic-altarch" image was used with an MBR partition table. + + +### Initial Testing for Libre Boards +| | Tritrium H5 | Le Potato AML-S905X-CC | La Frite AML-S805X-AC | Renegade ROC-RK3328-CC | +|:---:|:---:|:---:|:---:|:---:| +| Kernel SBC support | Passed | Passed | | Passed | +| Vendor U-Boot | Yes | Yes | Yes | Yes | +| Rocky U-Boot | Not Tested | Not Tested | | Not Tested | +| USB | Passed | Passed | Passed | Passed | +| Video | Passed | Passed | Lost Video at kernel takeover | Passed | +| Wi-Fi | N/A | N/A | N/A | N/A | +| Ethernet | Passed | Passed | Blinking Green LED | Passed | + + + +### Initial Testing Summary +The table above shows the results for intial testing of ```kernel-mainline-sbc```. Both the Libre Le Potato and Libre Renegade will need additional testing while the Tritrium H5 and the Le Potato are working great. The other board tested was the Orange Pi 5. It works great, however, we had to build a custom uboot package for it. (needs to be added to Rocky's uboot-tools package) #### Last Edited 01/02/2024 + +As of 3 Jan 2024, the usb issues on the Libre Renegade have been resolved. The Le Potato works fine as well. + +