August 10, 2026 ยท Tags: risc-v, open-source hardware, semiconductors, embedded systems
For years the RISC-V story went like this: great architecture, promising ecosystem, but nobody could ship a single Linux image that worked on two different boards. Every vendor had its own fork. Every BSP had its own maintenance burden. The fragmentation tax was real.
That just changed.
The Profile That Broke the Logjam #
RISC-V International ratified RVA23 in 2024. It makes vector instructions, hypervisor support, and a bunch of previously optional extensions mandatory for any SoC claiming profile compliance. On its own that is a technical standard, not a market event. What made it matter is that Canonical decided to enforce it.
Ubuntu 25.10 made RVA23 the minimum baseline for new platform support. Ship a chip without it and your customers cannot run mainline Ubuntu. That is not a suggestion. It is a gate.
The result: SpacemiT shipped the K3, a 60 TOPS RISC-V single-board computer running mainline Ubuntu 26.04 with zero BSP fork. SiFive shipped the Performance P570 Gen 3 and led with mandatory RVA23 vector semantics, not clock speed. Andes crossed one million consumer units on RVA23-capable cores. The pattern is not aspirational. These are shipping products.
Who Actually Benefits #
The answer is embedded Linux teams building edge AI systems at 1 to 60 TOPS on a budget. Two years ago a RISC-V board with mainline kernel support, no vendor fork required, and 60 TOPS of AI compute did not exist. Now the SpacemiT K3 ships that combination for real. Security patches land on the upstream schedule. Yocto and Buildroot can target the platform without board-specific layers. The BSP maintenance line item disappears from project plans.
Toolchain maintainers win too. The Yocto Project 6.0 release in May ships SPDX 3.0 SBOM generation by default. Pair that with mandatory-profile RISC-V silicon and teams building EU Cyber Resilience Act-compliant devices can run a reproducible build stack without a vendor relationship gating their kernel patches.
The Market Is Taking This Seriously #
SHD Group's 2026 forecast projects RISC-V SoC shipments reaching 35.9 billion units by 2031 with $318 billion in associated revenue. AI accelerators will account for about a quarter of that volume but roughly 70 percent of the revenue, because data center AI silicon carries much higher per-unit value than the microcontrollers that built RISC-V's early volume.
Qualcomm is developing RISC-V CPU cores alongside its Arm Oryon line and shipped a $13 module aimed at displacing the ESP32 Source. Meta acquired RIVOS for RISC-V-based AI server design. Nvidia already uses RISC-V microcontrollers in every GPU it ships and has invested in SiFive. SiFive itself raised $400M at a $3.65B valuation with over 100 design wins Source.
What Could Break This #
Two things keep me skeptical.
First, RVA23 only governs the core ISA. Vendors who ship proprietary peripheral controllers (custom Ethernet MACs, closed display engines, bespoke USB stacks) still require out-of-tree kernel patches. If silicon vendors treat RVA23 as a marketing checkbox while keeping their peripheral stacks closed, the maintenance advantage collapses upstream.
Second, Arm is not going to sit still. Arm's licensing position in the embedded Linux market below 2 GHz single-core is exactly where RISC-V is applying pressure. If Arm uses contractual leverage to maintain distro build paths for its own licensees, the exposed tier narrows.
Why This Matters #
The RISC-V fragmentation story was the last credible argument for staying on Arm in the embedded Linux tier. RVA23 compliance, enforced by a major distro and backed by shipping silicon, removes that argument. The switching costs are still real. The BSP tax is not, if you pick your vendor carefully.
Inside 24 months either NXP, Renesas, or ST will announce an RVA23-compliant RISC-V variant of an existing Cortex-A MPU family, or one of the three will quietly exit the sub-1.5 GHz embedded Linux tier. That is how you tell whether this is real. Watch the peripheral driver patches. They will tell you everything.