StarFive produces RISC-V based single-board computers like the VisionFive series, bringing open-source hardware to embedded development. These posts explore StarFive boards, RISC-V architecture, and running Java on RISC-V platforms.
In my “Java on Single Board Computers” series, I already published several posts and videos in which I unpack the board, connect it for the first time, and try to install and run some simple Java code. In this post, I want to share some benchmarks of Java on these boards to get a better idea of the performance we can expect from Java on these platforms.
As part of my 2026 learning goals around Java on RISC-V (see this post about x86 versus ARM versus RISC-V), I’ve asked various suppliers to send me evaluation boards. I already published about two and adding a third one now:
As I shared in previous posts, I want to learn and experiment more with different types of single-board computers in 2026. But I also want to keep them organized and easily accessible. Following the Clean Desk Policy (CDP) in my little home-office also keeps my mind clean :-)
Ever since I started my #JavaOnRaspberryPi journey in 2019, which resulted in my book “Getting Started with Java on the Raspberry Pi”, I’ve been fascinated with these tiny, inexpensive computers. For 2026, I’ve set one of my goals to experiment with Java on various Single-Board Computers (SBC), going beyond my “Raspberry Pi comfort zone.” The market is flooded with SBCs ranging from budget boards (tens of euros) to powerhouses (hundreds of euros). One of the reasons of this price range is the difference between the processors they use. Raspberry Pi uses an ARM processor, but RISC-V is gaining momentum, while Intel maintains its presence. So before I start experimenting, now is the perfect time to compare these three processor families and understand their differences.