diff --git a/_data/boards.yml b/_data/boards.yml index dc75f6d..a9af1e3 100644 --- a/_data/boards.yml +++ b/_data/boards.yml @@ -127,10 +127,33 @@ - Wireless: WiFi 2.4/5GHz & BT5.0 (S612 RF transceiver) - USB: 1 x USB 2.0 Micro B (Debug only ), 2x USB 2.0 Type A (Host mode only) +- + title: Qualcomm® Robotics RB5 + label: Arm 64bit + format: right + image: /assets/images/rb5.jpg + text: > + The Robotics [Qualcomm® QRB5165 ](https://www.96boards.org/product/qualcomm-robotics-rb5/) development board is based on the Qualcomm® Kryo™ 585 - Gold Core processor. + The development board supports Linux and Robotics Operating System (ROS), while also including support for the Qualcomm® Neural Processing software development kit + (SDK) for advanced on-device AI, the Qualcomm® Computer Vision Suite, the Qualcomm® Hexagon DSP SDK, and AWS RoboMaker. + + + ### Specs + + - CPU: 4+4 Qualcomm® Kryo™ 585 - Gold Core @ 2.84 GHz (Octa-core 64-bit ARM v8 compliant applications processor. ) + + - RAM: 8 GB LPDDR5 2750 MHz POP + + - Storage: Toshiba THGJFCT0T44BAIL (1 Tb NAND FLASH) and1 x MicroSD card slot + + - Ethernet Port: 1x GbE Ethernet + + - Wireless: QCA6391 2.4 GHz/5 GHz 2x2 MIMO, 802.11a/b/g/n/ac/ax + + - USB: 1 x USB 2.0 Micro B (Debug only ), 1 x USB 2.0 Micro B (Debug only ), 2x USB 3.0 Type A (Host mode only) - title: ROCK 4 label: ROCK Pi 4 Model B - format: right image: /assets/images/RockPi4.png text: > [ROCK 4](https://rockpi.org/rockpi4) is a Single Board Computer (SBC) in an ultra-small form factor that offers class-leading performance @@ -152,6 +175,7 @@ - title: QEMU label: KVM ARM 64bit & KVM ARM 32bit + format: right image: /assets/images/Qemu-logo.png text: > All tests are also run under KVM using [QEMU](https://www.qemu.org/) on all supported architectures. @@ -161,7 +185,6 @@ - title: Arm FVP (Fixed Virtual Platforms) label: Armv-A Base Rev C FVP - format: right image: /assets/images/Arm_logo_2017.svg.png text: > Running at speeds comparable to the real hardware, Fixed Virtual Platforms (FVPs) are complete simulations of an Arm system, diff --git a/_pages/about.md b/_pages/about.md index df6b86a..176f505 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -64,7 +64,8 @@ LKFT is Linaro’s Linux Kernel Functional Test framework. The mission of LKFT is to perform functional regression testing on select Linux kernel branches in real time and report any regressions as quickly as possible. This is performed by executing a variety of functional-tests on a selection of -user-space operating systems. +user-space operating systems. And also to report regressions on the Android +Common kernels. The goals of LKFT are to shorten derivative Linux kernel release intervals, increase the confidence of upstream Linux kernel engineers in the quality of diff --git a/_pages/branches.md b/_pages/branches.md index 94a14bd..ef85e7c 100644 --- a/_pages/branches.md +++ b/_pages/branches.md @@ -32,10 +32,6 @@ The following branches from [Common Android Kernel](https://android.googlesource.com/kernel/common/) tree are tested: -- android-4.9-q -- android-4.14-q -- android-4.14-stable -- android-4.19-q - android-4.19-stable - android11-5.4 - android11-5.4-lts @@ -45,6 +41,12 @@ tested: - android12-5.10-lts - android13-5.10 - android13-5.15 +- android14-5.15 +- android14-5.15-lts +- android14-6.1 +- android14-6.1-lts +- android15-6.1 +- android15-6.6 ## mainline diff --git a/_pages/homepage.md b/_pages/homepage.md index 723f769..53a159e 100644 --- a/_pages/homepage.md +++ b/_pages/homepage.md @@ -12,12 +12,12 @@ jumbotron: title-class: display-3 font-weight-bold text-left class: h-auto description: > - The mission of LKFT is to improve the quality of the Linux - kernel by performing functional testing on Arm hardware. Our - focus is on LTS, stable, and upstream development branches. If - you have any requests, feedback, or suggestions for how we can - better serve you, please reach out to us at lkft@linaro.org or - on Libera.Chat at #linaro-lkft. + The mission of LKFT is to improve the quality of the Linux kernel by + performing functional testing on Arm hardware. Our focus is on LTS, stable, + and upstream development branches. And also to improve the quality of the + Android Common kernel and their branches. If you have any requests, + feedback, or suggestions for how we can better serve you, please reach out + to us at lkft@linaro.org or on Libera.Chat at #linaro-lkft. --- ## Test Results diff --git a/assets/images/rb5.jpg b/assets/images/rb5.jpg new file mode 100644 index 0000000..1570832 Binary files /dev/null and b/assets/images/rb5.jpg differ