野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 684|回复: 6

[经验\资料] 【抢先体验】Ubuntu 26.04 for RK3588 镜像发布

[复制链接]
发表于 2026-4-28 14:22:17 | 显示全部楼层 |阅读模式
本帖最后由 erd-yunmu 于 2026-4-28 14:28 编辑

我在网盘上分享了自己移植编译的 Ubuntu 26.04 系统镜像,专为 RK3588 ARM 开发板(如猫4 猫5等)优化,适合开发者、极客和嵌入式爱好者体验。

  1.            OO                            OO
  2.            OOOO                        OOOO
  3.            OOOOO                     OOOOOO
  4.            OOOOOOO                 .OOOOOOO
  5.            OOOOOOOOO              OOOOOOOOO
  6.            OOOOOOOOOOO          OOOOOOOOOOO
  7.            OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  8.            OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  9.            OOOOO\    OOOOOOOOOOOO    /OOOOO
  10.            OOOOOOOOO    OOOOOO     OOOOOOOO
  11.            OOOOO/    OOOOOOOOOOOOO   \OOOOO
  12.            OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  13.            OOOOOOOOOOOOOO\ ̄/OOOOOOOOOOOOOO
  14.            OOOOOOOOOOOOOOO\/OOOOOOOOOOOOOOO
  15.            OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
  16.   _            _                     ____        _
  17. | |    _   _ | |__    ____  _____  / ___| ____ | |_
  18. | |   | | | || '_ \  / _  ||  _  || |    / _  || __|
  19. | |___| |_| || |_) || (_| || | | || |___| (_| || |_
  20. |_____|\__._||_.__/  \__'_||_| |_| \____|\__'_| \__|


  21. Welcome to Ubuntu 26.04 LTS (GNU/Linux 6.1.118 aarch64)

  22. * Documentation:  https://docs.ubuntu.com
  23. * Management:     https://landscape.canonical.com
  24. * Support:        https://ubuntu.com/pro

  25. Last login: Tue Apr 28 11:39:47 2026 from 10.0.0.62
复制代码



镜像特点
✅ 基于 Ubuntu 26.04 原生构建,保持最新软件栈
✅ 默认启用 GPU 加速、NPU 驱动支持(适配 RK3588 Mali GPU 与 NPU)
✅ 预装基础开发环境(gcc, python3等)
✅ 支持 HDMI、DP和MIPI 显示、USB、以太网、Wi-Fi、摄像头等(常见硬件驱动已集成)

适用设备
  • 鲁班猫4 鲁班猫4io
  • 鲁班猫5 鲁班猫5io
下载与使用
反馈与支持
欢迎测试体验!如果你遇到问题或有改进建议,可以在本帖留言或提交 Issue 到项目页面(附日志和硬件型号)。
注意事项
  • 镜像为测试版,不建议用于生产环境
  • 首次启动建议连接有线网络
  • 如有启动问题,可尝试更换电源或存储设备
希望这个镜像能帮助更多 RK3588 玩家快速上手 Ubuntu 新系统!
存在问题:
当前版本 暂未集成 Google Chrome 的 RKMPP 硬解码支持。原因在于在 ARM 本地环境(RK3588 的 8 核)下编译 Chromium 及其媒体层极其耗时,且难以保证稳定性。
本地编译对于 RK3588 来说确实压力过大。真正的解决方案是高性能的 ARM 服务器(如 NVIDIA DGX 或多核 ARM 架构)。我正在寻找合适的 高性能编译集群,待环境就绪后,会重新编译包含完整 RKMPP 硬解的 Chrome 版本。



评分

参与人数 2火花 +20 收起 理由
Alu + 10 很给力!
Memory# + 10 很给力!

查看全部评分

回复

使用道具 举报

发表于 2026-5-11 13:43:30 | 显示全部楼层
本帖最后由 Alu 于 2026-5-11 21:31 编辑

大佬修复一下呀,当前 6.1.118 内核却遭遇 pidfd 不工作,权限有些问题,系统经常卡死,内核缺少参数。

我禁用polkit-agent-helper.socket好像正常
sudo systemctl mask polkit-agent-helper.socket
sudo systemctl restart polkit

执行 sudo systemctl mask polkit-agent-helper.socket 后,systemd 会将该单元链接到 /dev/null,从而彻底禁用 socket 激活机制。此后 polkit 会强制使用传统的 setuid /usr/lib/polkit-1/polkit-agent-helper-1 进行授权。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2026-5-12 10:33:24 | 显示全部楼层
系统经常卡死,内核缺少参数是指哪一个?有日志不,发一下日志我看看啥情况
回复 支持 反对

使用道具 举报

发表于 2026-5-12 17:56:28 | 显示全部楼层
erd-yunmu 发表于 2026-5-12 10:33
系统经常卡死,内核缺少参数是指哪一个?有日志不,发一下日志我看看啥情况 ...

ubuntu26.04 系统产生很多多 polkit-agent-  和 polkit-agent-he 进程,好几十个。

主要日志
2026-05-10T09:33:17.437393+08:00 linux gnome-shell[3212]: Error reading line from helper: 连接被对方重置
2026-05-10T09:33:17.437605+08:00 linux systemd[1]: polkit-agent-helper.socket: Too many incoming connections (64), dropping connection.
2026-05-10T09:33:17.437661+08:00 linux gnome-shell[3212]: Error reading line from helper: 连接被对方重置
2026-05-10T09:33:17.437878+08:00 linux systemd[1]: polkit-agent-helper.socket: Too many incoming connections (64), dropping connection.
2026-05-10T09:33:17.437934+08:00 linux gnome-shell[3212]: Error reading line from helper: 连接被对方重置
2026-05-10T09:33:17.438197+08:00 linux systemd[1]: polkit-agent-helper.socket: Too many incoming connections (64), dropping connection.
2026-05-10T09:33:17.438264+08:00 linux gnome-shell[3212]: Error reading line from helper: 连接被对方重置
2026-05-10T09:33:17.438538+08:00 linux systemd[1]: polkit-agent-helper.socket: Too many incoming connections (64), dropping connection.
2026-05-10T09:33:17.439843+08:00 linux gnome-shell[3212]: Error reading line from helper: 连接被对方重置
2026-05-10T09:33:17.515166+08:00 linux systemd[1]: polkit-agent-helper@53-16394-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.516063+08:00 linux systemd[1]: Failed to start polkit-agent-helper@53-16394-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.521465+08:00 linux systemd[1]: polkit-agent-helper@20-18-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.522379+08:00 linux systemd[1]: Failed to start polkit-agent-helper@20-18-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.530390+08:00 linux systemd[1]: polkit-agent-helper@45-16387-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.531303+08:00 linux systemd[1]: Failed to start polkit-agent-helper@45-16387-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.536221+08:00 linux systemd[1]: polkit-agent-helper@60-16401-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.537085+08:00 linux systemd[1]: Failed to start polkit-agent-helper@60-16401-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.542725+08:00 linux systemd[1]: polkit-agent-helper@10-4099-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.543570+08:00 linux systemd[1]: Failed to start polkit-agent-helper@10-4099-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.548921+08:00 linux systemd[1]: polkit-agent-helper@46-16388-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.549845+08:00 linux systemd[1]: Failed to start polkit-agent-helper@46-16388-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.555007+08:00 linux systemd[1]: polkit-agent-helper@1-2-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.555887+08:00 linux systemd[1]: Failed to start polkit-agent-helper@1-2-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.559860+08:00 linux systemd[1]: polkit-agent-helper@2-3-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.560218+08:00 linux systemd[1]: Failed to start polkit-agent-helper@2-3-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.562309+08:00 linux systemd[1]: polkit-agent-helper@28-8195-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.562687+08:00 linux systemd[1]: Failed to start polkit-agent-helper@28-8195-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
2026-05-10T09:33:17.571894+08:00 linux systemd[1]: polkit-agent-helper@22-20-3212-1000.service: Failed with result 'exit-code'.
2026-05-10T09:33:17.572172+08:00 linux systemd[1]: Failed to start polkit-agent-helper@22-20-3212-1000.service - Authorization Manager Agent Helper (PID 3212/UID 1000).
回复 支持 反对

使用道具 举报

 楼主| 发表于 2026-5-13 08:17:51 | 显示全部楼层
Alu 发表于 2026-5-12 17:56
ubuntu26.04 系统产生很多多 polkit-agent-  和 polkit-agent-he 进程,好几十个。

主要日志

ok,等这边解决

评分

参与人数 1火花 +10 收起 理由
Alu + 10 很给力!

查看全部评分

回复 支持 反对

使用道具 举报

发表于 2026-5-13 09:14:44 | 显示全部楼层

大佬,有空的时候构建一个 debian 13 的版本呀
回复 支持 反对

使用道具 举报

 楼主| 发表于 2026-5-14 10:52:28 | 显示全部楼层
Alu 发表于 2026-5-13 09:14
大佬,有空的时候构建一个 debian 13 的版本呀

这边我不负责
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2026-5-25 17:01 , Processed in 0.140962 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表