From da4a4edc35ac262f1b94a7b7650c22629d0be825 Mon Sep 17 00:00:00 2001 From: Hugo Meiland Date: Sun, 21 Jun 2026 08:16:14 +0200 Subject: [PATCH 1/2] new boards --- boards/RF3.md | 1 + boards/RV2.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 boards/RF3.md create mode 100644 boards/RV2.md diff --git a/boards/RF3.md b/boards/RF3.md new file mode 100644 index 0000000..ecbef5a --- /dev/null +++ b/boards/RF3.md @@ -0,0 +1 @@ +The BananaPi F3 uses the SpaceMit K1 SOC with SpaceMit x60 cores. diff --git a/boards/RV2.md b/boards/RV2.md new file mode 100644 index 0000000..4920162 --- /dev/null +++ b/boards/RV2.md @@ -0,0 +1,2 @@ +The OrangePi RV2 uses the Ky X1 SOC with SpaceMit x60 cores. + From e6fa12e2020bcdca62a16ad59a266a3647c5a001 Mon Sep 17 00:00:00 2001 From: Hugo Meiland Date: Sun, 21 Jun 2026 08:20:40 +0200 Subject: [PATCH 2/2] links on main page --- README.md | 6 ++++++ boards/{RF3.md => F3.md} | 0 2 files changed, 6 insertions(+) rename boards/{RF3.md => F3.md} (100%) diff --git a/README.md b/README.md index 194170f..2497142 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ Helping you focus on results instead of compiling and maintaining. OpenSolvers provides a simple service to get your simulations computed. Currently working on several generations of RISC-V cores and validating synthetic performance and real-world applications. + +Learnings from different boards: +- [StarFive VisionFive2](boards/VisionFive2.md) +- [OrangePi RV2](boards/RV2.md) +- [BananaPi F3](boards/F3.md) + diff --git a/boards/RF3.md b/boards/F3.md similarity index 100% rename from boards/RF3.md rename to boards/F3.md