From c8d019516b30b46fd21e68f647d7f3c1490756b7 Mon Sep 17 00:00:00 2001 From: Platima Date: Sun, 26 Nov 2023 09:14:06 +0800 Subject: [PATCH 1/6] Update README.md Added CPU specs for quick overview and equal comparisons --- README.md | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f3d2a13..ce4ec05 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,25 @@ There are many like it, but this one is mine. All SBCs I have tested as part of this project are listed below. Click on the name of the SBC to view all the testing and benchmarking details. -| SBC Name | Year Introduced | -| --- | --- | -| [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | -| [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | -| [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | -| [Raspberry Pi 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/21) | 2023 | -| [Ampere Altra Developer Platform](https://github.com/geerlingguy/sbc-reviews/issues/19) | 2023 | -| [Radxa Rock 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/3) | 2023 | -| [Orange Pi 5](https://github.com/geerlingguy/sbc-reviews/issues/5) | 2023 | -| [Banana Pi BPI-CM4](https://github.com/geerlingguy/sbc-reviews/issues/11) | 2022 | -| [StarFive VisionFive 2](https://github.com/geerlingguy/sbc-reviews/issues/10) | 2022 | -| [BigTreeTech CB1](https://github.com/geerlingguy/sbc-reviews/issues/28) | 2022 | -| [Radxa Rock 3 Compute Module](https://github.com/geerlingguy/sbc-reviews/issues/15) | 2021 | -| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | -| [Raspberry Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/8) | 2020 | -| [Raspberry Pi 4 model B](https://github.com/geerlingguy/sbc-reviews/issues/4) | 2019 | -| [Raspberry Pi 3 model B+](https://github.com/geerlingguy/sbc-reviews/issues/16) | 2018 | +| SBC Name | Year Introduced | CPU | Core | Count | ISA | +| --- | --- | --- | --- | --- | +| [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | +| [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | +| [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | StarFive JH7110 | SiFive U74 | 4 | RV64GCB | +| [Raspberry Pi 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/21) | 2023 | Broadcom BCM2712 | Arm-Cortex A76 | 4 | ARMv8.2-A 64-bit | +| [Ampere Altra Developer Platform](https://github.com/geerlingguy/sbc-reviews/issues/19) | 2023 | Ampere Altra | TBC | 32+ | ARMv8.2-A 64-bit | +| [Radxa Rock 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/3) | 2023 | Rockchip RK3588 | Arm Cortex-A76+A55 | 4+4 | ARMV8.2-A 64-bit | +| [Orange Pi 5](https://github.com/geerlingguy/sbc-reviews/issues/5) | 2023 | Rockchip RK3588S | Arm Cortex-A76+A55 | 4+4 | ARMV8.2-A 64-bit | +| [Banana Pi BPI-CM4](https://github.com/geerlingguy/sbc-reviews/issues/11) | 2022 | Amlogic A311D | Arm Cortex-A73+A53 | 4+2 | ARMv8-A 64-bit | +| [StarFive VisionFive 2](https://github.com/geerlingguy/sbc-reviews/issues/10) | 2022 | StarFive JH7110 | SiFive U74 | 4 | RV64GCB | +| [BigTreeTech CB1](https://github.com/geerlingguy/sbc-reviews/issues/28) | 2022 | Allwinner H616 | Arm Cortex-A53 | 4 | ARMv8-A 64-bit | +| [Radxa Rock 3 Compute Module](https://github.com/geerlingguy/sbc-reviews/issues/15) | 2021 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | +| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | ARM64 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | +| [Raspberry Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/8) | 2020 | Broadcom BCM2711 | Arm Cortex-A72 | 4 | ARMv8-A 64-bit | +| [Raspberry Pi 4 model B](https://github.com/geerlingguy/sbc-reviews/issues/4) | 2019 | Broadcom BCM2711 | Arm Cortex-A72 | 4 | ARMv8-A 64-bit | +| [Raspberry Pi 3 model B+](https://github.com/geerlingguy/sbc-reviews/issues/16) | 2018 | Boardcom BCM2837B0 | Arm Cortex-A53 | 4 | ARMv8-A 64-bit | + +CPU specifications are based on current models, not models tested / benchmarked. This table should be ordered by the date the board was launched, in descending order. I might add a CSV file (so it's still easy to manage by hand) which could be compiled into this README at some point in the future (that would also allow putting benchmark numbers directly into the CSV...). From 272d2119183c4b33899f1b62df756eb32edbd9ab Mon Sep 17 00:00:00 2001 From: Platima Date: Sun, 26 Nov 2023 09:15:55 +0800 Subject: [PATCH 2/6] Update README.md Fixed header line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4ec05..9977942 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ There are many like it, but this one is mine. All SBCs I have tested as part of this project are listed below. Click on the name of the SBC to view all the testing and benchmarking details. | SBC Name | Year Introduced | CPU | Core | Count | ISA | -| --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | --- | | [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | | [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | | [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | StarFive JH7110 | SiFive U74 | 4 | RV64GCB | From a5541df5ac7d0c1d61574c3e030888e188976f38 Mon Sep 17 00:00:00 2001 From: Platima Date: Mon, 27 Nov 2023 10:53:32 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9977942..413c11e 100644 --- a/README.md +++ b/README.md @@ -8,26 +8,31 @@ There are many like it, but this one is mine. All SBCs I have tested as part of this project are listed below. Click on the name of the SBC to view all the testing and benchmarking details. +### Simple List | SBC Name | Year Introduced | CPU | Core | Count | ISA | | --- | --- | --- | --- | --- | --- | -| [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | -| [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | -| [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | StarFive JH7110 | SiFive U74 | 4 | RV64GCB | -| [Raspberry Pi 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/21) | 2023 | Broadcom BCM2712 | Arm-Cortex A76 | 4 | ARMv8.2-A 64-bit | -| [Ampere Altra Developer Platform](https://github.com/geerlingguy/sbc-reviews/issues/19) | 2023 | Ampere Altra | TBC | 32+ | ARMv8.2-A 64-bit | -| [Radxa Rock 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/3) | 2023 | Rockchip RK3588 | Arm Cortex-A76+A55 | 4+4 | ARMV8.2-A 64-bit | -| [Orange Pi 5](https://github.com/geerlingguy/sbc-reviews/issues/5) | 2023 | Rockchip RK3588S | Arm Cortex-A76+A55 | 4+4 | ARMV8.2-A 64-bit | -| [Banana Pi BPI-CM4](https://github.com/geerlingguy/sbc-reviews/issues/11) | 2022 | Amlogic A311D | Arm Cortex-A73+A53 | 4+2 | ARMv8-A 64-bit | -| [StarFive VisionFive 2](https://github.com/geerlingguy/sbc-reviews/issues/10) | 2022 | StarFive JH7110 | SiFive U74 | 4 | RV64GCB | -| [BigTreeTech CB1](https://github.com/geerlingguy/sbc-reviews/issues/28) | 2022 | Allwinner H616 | Arm Cortex-A53 | 4 | ARMv8-A 64-bit | -| [Radxa Rock 3 Compute Module](https://github.com/geerlingguy/sbc-reviews/issues/15) | 2021 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | -| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | ARM64 | Rockchip RK3566 | Arm Cortex-A55 | 4 | ARMV8.2-A 64-bit | -| [Raspberry Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/8) | 2020 | Broadcom BCM2711 | Arm Cortex-A72 | 4 | ARMv8-A 64-bit | -| [Raspberry Pi 4 model B](https://github.com/geerlingguy/sbc-reviews/issues/4) | 2019 | Broadcom BCM2711 | Arm Cortex-A72 | 4 | ARMv8-A 64-bit | -| [Raspberry Pi 3 model B+](https://github.com/geerlingguy/sbc-reviews/issues/16) | 2018 | Boardcom BCM2837B0 | Arm Cortex-A53 | 4 | ARMv8-A 64-bit | +| [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | Rockchip RK3566 | +| [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | Rockchip RK3566 | +| [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | StarFive JH7110 | +| [Raspberry Pi 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/21) | 2023 | Broadcom BCM2712 | +| [Ampere Altra Developer Platform](https://github.com/geerlingguy/sbc-reviews/issues/19) | 2023 | Ampere Altra | +| [Radxa Rock 5 model B](https://github.com/geerlingguy/sbc-reviews/issues/3) | 2023 | Rockchip RK3588 | +| [Orange Pi 5](https://github.com/geerlingguy/sbc-reviews/issues/5) | 2023 | Rockchip RK3588S | +| [Banana Pi BPI-CM4](https://github.com/geerlingguy/sbc-reviews/issues/11) | 2022 | Amlogic A311D | +| [StarFive VisionFive 2](https://github.com/geerlingguy/sbc-reviews/issues/10) | 2022 | StarFive JH7110 | +| [BigTreeTech CB1](https://github.com/geerlingguy/sbc-reviews/issues/28) | 2022 | Allwinner H616 | +| [Radxa Rock 3 Compute Module](https://github.com/geerlingguy/sbc-reviews/issues/15) | 2021 | Rockchip RK3566 | +| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | ARM64 | Rockchip RK3566 | +| [Raspberry Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/8) | 2020 | Broadcom BCM2711 | +| [Raspberry Pi 4 model B](https://github.com/geerlingguy/sbc-reviews/issues/4) | 2019 | Broadcom BCM2711 | +| [Raspberry Pi 3 model B+](https://github.com/geerlingguy/sbc-reviews/issues/16) | 2018 | Boardcom BCM2837B0 | CPU specifications are based on current models, not models tested / benchmarked. +### Detailed List + +[Please see here.](https://github.com/geerlingguy/sbc-reviews/issues/32) + This table should be ordered by the date the board was launched, in descending order. I might add a CSV file (so it's still easy to manage by hand) which could be compiled into this README at some point in the future (that would also allow putting benchmark numbers directly into the CSV...). ## Motivation From d9fdc08e7837a6b92b50acd382238d8e8f67fb09 Mon Sep 17 00:00:00 2001 From: Platima Date: Mon, 27 Nov 2023 10:53:52 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 413c11e..1df5881 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ There are many like it, but this one is mine. All SBCs I have tested as part of this project are listed below. Click on the name of the SBC to view all the testing and benchmarking details. ### Simple List -| SBC Name | Year Introduced | CPU | Core | Count | ISA | -| --- | --- | --- | --- | --- | --- | +| SBC Name | Year Introduced | CPU | +| --- | --- | --- | | [Luckfox Core3566](https://github.com/geerlingguy/sbc-reviews/issues/27) | 2023 | Rockchip RK3566 | | [Orange Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/26) | 2023 | Rockchip RK3566 | | [Milk-V Mars CM](https://github.com/geerlingguy/sbc-reviews/issues/22) | 2023 | StarFive JH7110 | From 006995dc896bea22364a873100eeeb82397defbb Mon Sep 17 00:00:00 2001 From: Platima Date: Mon, 27 Nov 2023 10:54:12 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df5881..08dee71 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All SBCs I have tested as part of this project are listed below. Click on the na | [StarFive VisionFive 2](https://github.com/geerlingguy/sbc-reviews/issues/10) | 2022 | StarFive JH7110 | | [BigTreeTech CB1](https://github.com/geerlingguy/sbc-reviews/issues/28) | 2022 | Allwinner H616 | | [Radxa Rock 3 Compute Module](https://github.com/geerlingguy/sbc-reviews/issues/15) | 2021 | Rockchip RK3566 | -| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | ARM64 | Rockchip RK3566 | +| [Pine64 SOQuartz](https://github.com/geerlingguy/sbc-reviews/issues/7) | 2021 | Rockchip RK3566 | | [Raspberry Pi Compute Module 4](https://github.com/geerlingguy/sbc-reviews/issues/8) | 2020 | Broadcom BCM2711 | | [Raspberry Pi 4 model B](https://github.com/geerlingguy/sbc-reviews/issues/4) | 2019 | Broadcom BCM2711 | | [Raspberry Pi 3 model B+](https://github.com/geerlingguy/sbc-reviews/issues/16) | 2018 | Boardcom BCM2837B0 | From b72c86279023355eecff9753a33b7e298adc8084 Mon Sep 17 00:00:00 2001 From: Platima Date: Mon, 27 Nov 2023 10:54:28 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08dee71..3877c9d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ All SBCs I have tested as part of this project are listed below. Click on the na CPU specifications are based on current models, not models tested / benchmarked. +This table should be ordered by the date the board was launched, in descending order. I might add a CSV file (so it's still easy to manage by hand) which could be compiled into this README at some point in the future (that would also allow putting benchmark numbers directly into the CSV...). + ### Detailed List [Please see here.](https://github.com/geerlingguy/sbc-reviews/issues/32) -This table should be ordered by the date the board was launched, in descending order. I might add a CSV file (so it's still easy to manage by hand) which could be compiled into this README at some point in the future (that would also allow putting benchmark numbers directly into the CSV...). - ## Motivation I test a _lot_ of SBCs from Raspberry Pi, Radxa, Orange Pi, Pine64, ODROID, ASUS, and more.