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

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
News about Raspberry Pi 6 and Microcontroller Development
2026-05-23 · via Hacker News

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.