changed format, few updates

This commit is contained in:
Bryan Zuelly 2024-01-11 19:49:15 -05:00
parent 36e0fddde1
commit de60d74252
3 changed files with 30 additions and 22 deletions

View File

@ -0,0 +1 @@
https://www.sigmdel.ca/michel/ha/la_frite/first_lafrite_en.html

View File

@ -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.

29
testing/details.md Normal file
View File

@ -0,0 +1,29 @@
**Table of Contents:**
- [Testing Requirements](#testing-requirements)
- [Initial Testing Libre](#initial-testing-libre)
- [Initial Testing Summary](#initial-testing-summary)
<a id="testing-requirements"></a>
### 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.
<a id="initial-testing-libre"></a>
### 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 |
<a id="initial-testing-summary"></a>
### 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.