惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
雷峰网
雷峰网
博客园_首页
小众软件
小众软件
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
U
Unit 42
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗

Jeff Geerling

OpenNMC is an open replacement for expensive APC management cards Rebuilding a 1995 GPS Time Server so I don Before NTP there were Time and Daytime Building a mini Homelab that fits in my carry-on Debugging Ubiquiti Getting the Steam Deck LCD working on a Raspberry Pi Hands-on with Raspberry Pi I Proxmox officially supports Arm, with some caveats Getting 25 Gbps Thunderbolt Ethernet on my Mac Studio Adding a backup Internet WAN on my OPNsense Router Open Sauce and GPS time were my summer AI Antiseptics QuadRF can spot drones and see WiFi through my wall The Special Value Pi 4 was extremely short-lived Quickly apply LUTs (color grading) with ffmpeg Framework You can finally power on a Mac remotely I tested every IP KVM in my Homelab It's hard to justify buying a Framework 12 Tuning in FM Radio on a 3D Printer Heatbed I patched iozone for better disk benchmarks on modern macOS Wi-Wi Is Wireless Time Sync at 1 nanosecond Bambu Lab is abusing the open source social contract HomePod mini feels like magic, but it's just good timing SBC Clusters are a terrible value, but they're fun anyway Raspberry Pi Connect may control Windows soon New 10 GbE USB adapters are cooler, smaller, cheaper An Arm Mainboard for the Framework Laptop Build your own Dial-up ISP with a Raspberry Pi DRAM pricing is killing the hobbyist SBC market
News about Raspberry Pi 6 and Microcontroller Development
2026-05-23 · via Jeff Geerling

On Thursday, three of the lead Raspberry Pi engineers hosted an AMA on the r/engineering subreddit.

Raspberry Pi Reddit AMA with Eben Upton, Gordon Hollingworth, and James Adams

Raspberry Pi 6

One of the most interesting tidbits was on the Pi 6.

Looking back at previous launches:

  • 2012: Raspberry Pi
  • 2015: Raspberry Pi 2 (+3 years)
  • 2016: Raspberry Pi 3 (+1 year)
  • 2019: Raspberry Pi 4 (+3 years)
  • 2023: Raspberry Pi 5 (+4 years)

Following that cycle, one would expect a Pi 6 3-4 years after the Pi 5, which would put it in 2026 or 2027.

My guess is Pi 6 development is already pretty far along... but there's that pesky global DRAM shortage that makes this a bad time to launch a new computer. There's no sense in releasing an SBC that costs twice as much as the $50 Pi 5.

Eben stretched the timeline a bit to 4-4.5 years, and indicated a Pi 6 wouldn't come before early 2028... which means the Pi 5 will remain Pi's flagship for a while.

And if you're expecting a built-in M.2 slot or more ports, I'd temper your expectations: It sounds like the key feature will be 'more': a faster CPU and faster IO, rather than new features.

And instead of wasting precious silicon with an NPU, Eben said they see the "CPU as a venue for AI compute." So I don't expect any specific AI chip on the Pi 6.

Pi Zero 2W and 3

When asked about the Pi Zero 2W, Eben said the substrate supply is constrained—basically, so many AI chips are being made that even older chips using older process nodes have to fight for the actual silicon wafers to use to make the chips.

They're bringing up a new vendor to help with capacity, so the current Pi Zero 2 W shortage should be temporary.

Raspberry Pi Zero and Zero 2 W have flat bottoms

It doesn't sound like a Pi Zero 3 is on the horizon yet, for two reasons:

  1. They need to give up on the single-sided PCB, which adds a little cost, because the chips they have that stack a RAM die on top of the CPU to save board space might not work with faster CPUs.
  2. Newer LPDDR RAM is way too expensive for the $15 Zero price point right now.

The reason the Pi Zero 2 W can still hit its price point—at least when it's in stock—is its use of old LPDDR2 RAM, of which Raspberry Pi apparently has a stockpile.

When someone mentioned the Pi 3B as a lower-cost alternative to the Pi 4 and Pi 5, Eben said it's still a popular model, "selling nearly a million units a year." That, despite being released over a decade ago.

Microcontrollers (MCUs)

James Adams said power and security were more challenging than expected, developing the RP2350 microcontroller. But their efforts seemed to have paid off, especially after a new 'stepping', or silicon revision, which fixed a current leakage bug.

When asked about why Picos use micro USB and not USB-C, he said it's a cost issue. USB-C connectors are more expensive than micro USB, while also taking a tiny bit more board space. That said, USB-C will probably happen someday.

Eben also mentioned microcontroller shipments finally surpassed Pi SBC sales in 2025. The gap is probably widening this year, as Pi prices continue going up.

Software and Firmware

A few times in the thread, Pi engineers mentioned the software side being integral to having a good hardware experience, and Gordon Hollingworth—Pi's CTO of Software Engineering—vowed to spend 95% of software engineering time supporting and developing libraries, drivers, kernels, and OSes.

If there's one thing where Raspberry Pi excels versus other embedded companies, it's software support. That's the reason people might still pay more for a Pi product, despite the lack of new hardware.